diff options
author | Jens Rehsack <sno@netbsd.org> | 2020-04-03 20:14:28 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-04-03 15:25:07 -0300 |
commit | 424f553214593d09ccd7a31cc9d0dcce6170afb1 (patch) | |
tree | b8dfe600b45d83de492d388b9e39742773698e49 /recipes-bsp | |
parent | ea77742e7c456222263cc5ff2af4500cfc4ba9e7 (diff) | |
download | meta-freescale-424f553214593d09ccd7a31cc9d0dcce6170afb1.tar.gz |
u-boot-qoriq: update to LSDK-20.04
Update u-boot-qoriq from u-boot-qoriq_2019.09 to u-boot-qoriq_2020.04 since
LSDK-19.09 doesn't support 'make u-boot-initial-env'.
Fixes incompatibility to OE-core commit
4882a93566f2ef24787777d33950f12a9cc5db4e u-boot: Restore valid default environment for running system
Signed-off-by: Jens Rehsack <sno@netbsd.org>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-qoriq-common_2020.04.inc (renamed from recipes-bsp/u-boot/u-boot-qoriq-common_2019.09.inc) | 2 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-qoriq_2020.04.bb (renamed from recipes-bsp/u-boot/u-boot-qoriq_2019.09.bb) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-qoriq-common_2019.09.inc b/recipes-bsp/u-boot/u-boot-qoriq-common_2020.04.inc index a296fd76..e27a232c 100644 --- a/recipes-bsp/u-boot/u-boot-qoriq-common_2019.09.inc +++ b/recipes-bsp/u-boot/u-boot-qoriq-common_2020.04.inc | |||
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = " \ | |||
12 | 12 | ||
13 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/u-boot;nobranch=1 \ | 13 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/u-boot;nobranch=1 \ |
14 | " | 14 | " |
15 | SRCREV= "ebb420ac9d67ffeaf9df2d69a928fdb3df78394a" | 15 | SRCREV= "b0833bd0e26c059277f0673c9887b967f1ea5837" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | B = "${WORKDIR}/build" | 18 | B = "${WORKDIR}/build" |
diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2019.09.bb b/recipes-bsp/u-boot/u-boot-qoriq_2020.04.bb index 6f4f0d05..6f4f0d05 100644 --- a/recipes-bsp/u-boot/u-boot-qoriq_2019.09.bb +++ b/recipes-bsp/u-boot/u-boot-qoriq_2020.04.bb | |||