* We're setting IMAGE_ROOTFS_SIZE twice, just keep the second setting * Drop commented-out IMAGE_FSTYPES_remove * Setting TOOLCHAIN_NEED_CONFIGSITE_CACHE here won't do anything because that variable is read in another recipe * Similarly, EXCLUDE_FROM_WORLD is already being set for multilib-lib32 at the configuration level and doesn't really affect the image itself anyway
Signed-off-by: Paul Eggleton <[email protected]> --- recipes-core/images/iot-devkit-image.bb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/recipes-core/images/iot-devkit-image.bb b/recipes-core/images/iot-devkit-image.bb index 8f654d0..d1ce96e 100644 --- a/recipes-core/images/iot-devkit-image.bb +++ b/recipes-core/images/iot-devkit-image.bb @@ -10,9 +10,6 @@ IMAGE_FSTYPES = "ext3 live" inherit core-image -IMAGE_ROOTFS_SIZE = "2048" - -#IMAGE_FSTYPES_remove = "cpio.lzma" NOISO = "1" IMAGE_ROOTFS_SIZE = "307200" @@ -59,8 +56,6 @@ IMAGE_INSTALL += "packagegroup-core-eclipse-debug" IMAGE_INSTALL_append_quark += "lib32-uclibc lib32-uclibc-libm lib32-libstdc++ lib32-uclibc-libpthread" # make sure no lib32-* libs get chosen by IMAGE_FEATURES PACKAGE_EXCLUDE_COMPLEMENTARY = "lib32-.*" -# exclude lib32 packages from world builds -EXCLUDE_FROM_WORLD_virtclass-multilib-lib32 = "1" ROOTFS_POSTPROCESS_COMMAND_append_quark += "simlink_ld_uclibc ; install_quark_repo ;" ROOTFS_POSTPROCESS_COMMAND += "install_xdk ; simlink_node_modules ;" @@ -101,5 +96,3 @@ install_wyliodrin() { EXTRA_IMAGEDEPENDS_append_quark = " grub-conf " -# Magic flag that removes the issue when building lib32- uclibc libs in SDK -TOOLCHAIN_NEED_CONFIGSITE_CACHE = "" -- 2.1.0 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
