[meta-intel] [meta-intel-iot-devkit][PATCH 3/3] conf/distro/include/iot-devkit.inc: drop cache path manipulation

Paul Eggleton paul.eggleton at linux.intel.com
Wed Mar 9 23:20:35 PST 2016


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 <paul.eggleton at linux.intel.com>
---
 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 <meta-intel at yoctoproject.org>"
 # 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



More information about the meta-intel mailing list