diff options
| author | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2023-02-01 17:27:06 -0300 |
|---|---|---|
| committer | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2023-02-01 17:36:52 -0300 |
| commit | 718b239ae3babc2b336463a35129587d0f72880f (patch) | |
| tree | 02b065381b6490c600dd90080e47ce3ffc7d82da | |
| parent | fce8af0b0742fbeb0fd000912d54a615f8909351 (diff) | |
| download | meta-freescale-718b239ae3babc2b336463a35129587d0f72880f.tar.gz | |
u-boot-fslc-mxsboot: Change the defconfig file
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc-mxsboot_2023.01.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2023.01.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2023.01.bb index a7dfd8aa2..f86316dea 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2023.01.bb +++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2023.01.bb | |||
| @@ -12,7 +12,7 @@ EXTRA_OEMAKE:class-native = 'CC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" H | |||
| 12 | EXTRA_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' | 12 | EXTRA_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 | ||
| 14 | do_compile () { | 14 | do_compile () { |
| 15 | oe_runmake -C ${S} O=${B} sandbox_defconfig | 15 | oe_runmake -C ${S} O=${B} tools-only_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 |
