These settings were intended to support reusable and distributable caches, but has really only ended up being awkward for people trying to use this distro. Drop these and use the defaults instead. Note that this will change the paths for any build setup that isn't overriding the defaults; you should be able to just move the old sstate-cache directory to the default location and let the rest be re-generated.
Signed-off-by: Paul Eggleton <[email protected]> --- conf/distro/include/iot-devkit.inc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/conf/distro/include/iot-devkit.inc b/conf/distro/include/iot-devkit.inc index bebfac5..242fbc5 100644 --- a/conf/distro/include/iot-devkit.inc +++ b/conf/distro/include/iot-devkit.inc @@ -13,7 +13,3 @@ MAINTAINER = "Intel IoT Devkit team <[email protected]>" # Changing these currently breaks the Eclipse plugin #TARGET_VENDOR = "-iotkit" #SDK_VENDOR = "-iotkit" - -SSTATE_DIR ?= "${TOPDIR}/../devkit-cache/sstate-cache" -CACHE_forcevariable = "${TOPDIR}/../devkit-cache/cache" -PERSISTENT_DIR = "${TOPDIR}/../devkit-cache/persistent" -- 2.5.0 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
