Since we're no longer using a fork of poky we don't have the customised Hob UI, so remove configuration for it from local.conf.sample.
Signed-off-by: Paul Eggleton <[email protected]> --- conf/local.conf.sample | 7 ------- 1 file changed, 7 deletions(-) diff --git a/conf/local.conf.sample b/conf/local.conf.sample index c5ca65e..56c0f1d 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -261,12 +261,5 @@ ASSUME_PROVIDED += "libsdl-native" CONF_VERSION = "1" -# Set up the image/DISTRO selection for the hob-iot UI -HOB_IMAGELIST = "iot-devkit-image:iot-devkit-locked iot-devkit-prof-image:iot-devkit-locked \ - iot-devkit-prof-dev-image:iot-devkit-locked iot-devkit-spi-image:iot-devkit-spi-locked" - -# These are required for hob-iot -INHERIT += " image_types packageinfo " - # disable lib32-* packages being built in world EXCLUDE_FROM_WORLD_virtclass-multilib-lib32 = "1" -- 2.5.0 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
