]> code.ossystems Code Review - openembedded-core.git/commitdiff
bblayers.conf.sample: remove meta-moblin from default layers
authorScott Garman <scott.a.garman@intel.com>
Sun, 12 Sep 2010 22:02:26 +0000 (15:02 -0700)
committerSaul Wold <Saul.Wold@intel.com>
Fri, 17 Sep 2010 18:32:00 +0000 (11:32 -0700)
This fixes [BUGID #273]

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
meta/conf/bblayers.conf.sample
meta/conf/sanity.conf

index d361f244d93119e1c068bebdf8be3b7e31ab5403..3c7b6e6f7efc1a143c25462b693a47b90a07402e 100644 (file)
@@ -1,10 +1,9 @@
 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
 # changes incompatibly
-LCONF_VERSION = "2"
+LCONF_VERSION = "3"
 
 BBFILES ?= ""
 BBLAYERS = " \
   ##POKYBASE##/meta \
-  ##POKYBASE##/meta-moblin \
   ##POKYBASE##/meta-emenlow \
   "
index 8c3e54129d8dabca2f004920a562810e4cfed6e8..eab7619022a0bded2b8695c6580dc26f554e3245 100644 (file)
@@ -8,7 +8,7 @@ BB_MIN_VERSION = "1.8.10"
 SANITY_ABIFILE = "${TMPDIR}/abi_version"
 
 POKY_CONF_VERSION  = "1"
-LAYER_CONF_VERSION = "2"
+LAYER_CONF_VERSION = "3"
 SITE_CONF_VERSION  = "1"
 
 INHERIT += "sanity"