diff options
author | Alban Bedel <alban.bedel@avionic-design.de> | 2019-06-05 14:27:13 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-06-05 09:53:17 -0300 |
commit | 351fccaebc24134746fbeaf6ed4ded5ec899ef82 (patch) | |
tree | 98eee61fe100767b0465f402bf01459405b005c2 | |
parent | ad77ed4e5b6370abc1bc7813684b1808a5c18185 (diff) | |
download | meta-freescale-351fccaebc24134746fbeaf6ed4ded5ec899ef82.tar.gz |
u-boot-qoriq-fw-utils: Update to 2018.09 to fix the build
The build of the fw-utils is broken for all the machines that switched
to TFA as u-boot 2018.03 doesn't have the TFA configs. Upgrade to
2018.09 to fix this issue and have both u-boot and the fw-utils built
from the same version, which is probably a good idea anyway.
Also added the dependency on bison-native which is needed for the build.
Signed-off-by: Alban Bedel <alban.bedel@avionic-design.de>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-qoriq-common_2018.03.inc | 19 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-qoriq-fw-utils_2018.09.bb (renamed from recipes-bsp/u-boot/u-boot-qoriq-fw-utils_2018.03.bb) | 2 |
2 files changed, 1 insertions, 20 deletions
diff --git a/recipes-bsp/u-boot/u-boot-qoriq-common_2018.03.inc b/recipes-bsp/u-boot/u-boot-qoriq-common_2018.03.inc deleted file mode 100644 index 5be64e49..00000000 --- a/recipes-bsp/u-boot/u-boot-qoriq-common_2018.03.inc +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | |||
2 | inherit fsl-u-boot-localversion | ||
3 | |||
4 | LICENSE = "GPLv2 & BSD-3-Clause & BSD-2-Clause & LGPL-2.0 & LGPL-2.1" | ||
5 | LIC_FILES_CHKSUM = " \ | ||
6 | file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | ||
7 | file://Licenses/bsd-2-clause.txt;md5=6a31f076f5773aabd8ff86191ad6fdd5 \ | ||
8 | file://Licenses/bsd-3-clause.txt;md5=4a1190eac56a9db675d58ebe86eaf50c \ | ||
9 | file://Licenses/lgpl-2.0.txt;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ | ||
10 | file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c \ | ||
11 | " | ||
12 | |||
13 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/u-boot;nobranch=1 \ | ||
14 | " | ||
15 | SRCREV = "1e96fd8f464dfe23eb692a11018c20d70546783b" | ||
16 | |||
17 | S = "${WORKDIR}/git" | ||
18 | PV_append = "+fslgit" | ||
19 | LOCALVERSION = "+fsl" \ No newline at end of file | ||
diff --git a/recipes-bsp/u-boot/u-boot-qoriq-fw-utils_2018.03.bb b/recipes-bsp/u-boot/u-boot-qoriq-fw-utils_2018.09.bb index ae47cb0d..11078124 100644 --- a/recipes-bsp/u-boot/u-boot-qoriq-fw-utils_2018.03.bb +++ b/recipes-bsp/u-boot/u-boot-qoriq-fw-utils_2018.09.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require u-boot-qoriq-common_${PV}.inc | 1 | require u-boot-qoriq-common_${PV}.inc |
2 | 2 | ||
3 | SUMMARY = "U-Boot bootloader fw_printenv/setenv utilities" | 3 | SUMMARY = "U-Boot bootloader fw_printenv/setenv utilities" |
4 | DEPENDS = "mtd-utils" | 4 | DEPENDS = "mtd-utils bison-native" |
5 | 5 | ||
6 | INSANE_SKIP_${PN} = "already-stripped" | 6 | INSANE_SKIP_${PN} = "already-stripped" |
7 | EXTRA_OEMAKE_class-target = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${CC} ${CFLAGS} ${LDFLAGS}" HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" V=1' | 7 | EXTRA_OEMAKE_class-target = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${CC} ${CFLAGS} ${LDFLAGS}" HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" V=1' |