summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2019.07.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-fslc-mxsboot_2019.07.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-mxsboot_2019.07.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2019.07.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2019.07.bb
index 9123b331..2492f450 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2019.07.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2019.07.bb
@@ -12,14 +12,14 @@ EXTRA_OEMAKE_class-native = 'CC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" H
12EXTRA_OEMAKE_class-nativesdk = 'CROSS_COMPILE="${HOST_PREFIX}" CC="${CC} ${CFLAGS} ${LDFLAGS}" HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" STRIP=true V=1 CONFIG_MX28=y' 12EXTRA_OEMAKE_class-nativesdk = 'CROSS_COMPILE="${HOST_PREFIX}" CC="${CC} ${CFLAGS} ${LDFLAGS}" HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" STRIP=true V=1 CONFIG_MX28=y'
13 13
14do_compile () { 14do_compile () {
15 oe_runmake sandbox_defconfig 15 oe_runmake -C ${S} O=${B} sandbox_defconfig
16 16
17 # Disable CONFIG_CMD_LICENSE, license.h is not used by tools and 17 # Disable CONFIG_CMD_LICENSE, license.h is not used by tools and
18 # generating it requires bin2header tool, which for target build 18 # generating it requires bin2header tool, which for target build
19 # is built with target tools and thus cannot be executed on host. 19 # is built with target tools and thus cannot be executed on host.
20 sed -i "s/CONFIG_CMD_LICENSE=.*/# CONFIG_CMD_LICENSE is not set/" .config 20 sed -i "s/CONFIG_CMD_LICENSE=.*/# CONFIG_CMD_LICENSE is not set/" .config
21 21
22 oe_runmake cross_tools NO_SDL=1 22 oe_runmake -C ${S} O=${B} cross_tools NO_SDL=1
23} 23}
24 24
25do_install () { 25do_install () {