imx-boot, imx-mkimage: update to NXP's lf-6.1.22-2.0.0 release for ccimx93
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
c42cca79ba
commit
837fbec2ca
|
|
@ -2,14 +2,15 @@
|
||||||
|
|
||||||
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
||||||
|
|
||||||
SRC_URI:append = " \
|
SRC_URI:append:ccimx8m = " \
|
||||||
file://0001-imx8m-soc.mak-preserve-dtbs-after-build.patch \
|
file://0001-imx8m-soc.mak-preserve-dtbs-after-build.patch \
|
||||||
file://0002-imx8m-soc.mak-capture-commands-output-into-a-log-fil.patch \
|
file://0002-imx8m-soc.mak-capture-commands-output-into-a-log-fil.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
# Use NXP's lf-6.1.1_1.0.0 release for ccimx93
|
# Use NXP's lf-6.1.22-2.0.0 release for ccimx93
|
||||||
SRCBRANCH:ccimx93 = "lf-6.1.1_1.0.0"
|
SRC_URI:ccimx93 = "git://github.com/nxp-imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH}"
|
||||||
SRCREV:ccimx93 = "d489494622585a47b4be88988595b0e4f9598f39"
|
SRCBRANCH:ccimx93 = "lf-6.1.22_2.0.0"
|
||||||
|
SRCREV:ccimx93 = "5cfd218012e080fb907d9cc301fbb4ece9bc17a9"
|
||||||
|
|
||||||
DEPENDS += "${@oe.utils.conditional('TRUSTFENCE_SIGN', '1', 'trustfence-sign-tools-native', '', d)}"
|
DEPENDS += "${@oe.utils.conditional('TRUSTFENCE_SIGN', '1', 'trustfence-sign-tools-native', '', d)}"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,13 +2,14 @@
|
||||||
|
|
||||||
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
||||||
|
|
||||||
SRC_URI:append = " \
|
SRC_URI:append:ccimx8m = " \
|
||||||
file://0001-imx8m-soc.mak-preserve-dtbs-after-build.patch \
|
file://0001-imx8m-soc.mak-preserve-dtbs-after-build.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
# Use NXP's lf-6.1.1_1.0.0 release for ccimx93
|
# Use NXP's lf-6.1.22-2.0.0 release for ccimx93
|
||||||
SRCBRANCH:ccimx93 = "lf-6.1.1_1.0.0"
|
SRC_URI:ccimx93 = "git://github.com/nxp-imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH}"
|
||||||
SRCREV:ccimx93 = "d489494622585a47b4be88988595b0e4f9598f39"
|
SRCBRANCH:ccimx93 = "lf-6.1.22_2.0.0"
|
||||||
|
SRCREV:ccimx93 = "5cfd218012e080fb907d9cc301fbb4ece9bc17a9"
|
||||||
|
|
||||||
# "fmacro-prefix-map" is not supported on old versions of GCC
|
# "fmacro-prefix-map" is not supported on old versions of GCC
|
||||||
DEBUG_PREFIX_MAP:remove:class-nativesdk = "-fmacro-prefix-map=${WORKDIR}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}"
|
DEBUG_PREFIX_MAP:remove:class-nativesdk = "-fmacro-prefix-map=${WORKDIR}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue