diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2017-11-30 11:24:38 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-11-30 11:34:42 -0200 |
commit | 470cd54e44913f81c76538641bbdd80574624677 (patch) | |
tree | 68bc0166a61d167050e499952fb9fa295725c113 /recipes-bsp/u-boot | |
parent | 162529c806dcf7e185fcda115834efa52ab138fb (diff) | |
download | meta-freescale-470cd54e44913f81c76538641bbdd80574624677.tar.gz |
u-boot-fslc-fw-utils: Fix build
There was a wrong include of u-boot.inc on this recipe which were
causing build errors, also it was using the old target to build the
environment tools.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc-fw-utils_2017.11.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-fw-utils_2017.11.bb b/recipes-bsp/u-boot/u-boot-fslc-fw-utils_2017.11.bb index 7c2864ed..84ba445b 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-fw-utils_2017.11.bb +++ b/recipes-bsp/u-boot/u-boot-fslc-fw-utils_2017.11.bb | |||
@@ -1,9 +1,7 @@ | |||
1 | require recipes-bsp/u-boot/u-boot.inc | ||
2 | require u-boot-fslc-common_${PV}.inc | 1 | require u-boot-fslc-common_${PV}.inc |
3 | 2 | ||
4 | SUMMARY = "U-Boot bootloader fw_printenv/setenv utilities" | 3 | SUMMARY = "U-Boot bootloader fw_printenv/setenv utilities" |
5 | 4 | DEPENDS = "mtd-utils" | |
6 | DEPENDS_append = " mtd-utils" | ||
7 | 5 | ||
8 | INSANE_SKIP_${PN} = "already-stripped" | 6 | INSANE_SKIP_${PN} = "already-stripped" |
9 | 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' |
@@ -13,7 +11,7 @@ inherit uboot-config | |||
13 | 11 | ||
14 | do_compile () { | 12 | do_compile () { |
15 | oe_runmake ${UBOOT_MACHINE} | 13 | oe_runmake ${UBOOT_MACHINE} |
16 | oe_runmake env | 14 | oe_runmake envtools |
17 | } | 15 | } |
18 | 16 | ||
19 | do_install () { | 17 | do_install () { |