From 87cac1db8c25a472d796e782bf3b046569cea0dc Mon Sep 17 00:00:00 2001 From: Scott Garman Date: Sun, 12 Sep 2010 15:02:26 -0700 Subject: bblayers.conf.sample: remove meta-moblin from default layers This fixes [BUGID #273] Signed-off-by: Scott Garman --- meta/conf/bblayers.conf.sample | 3 +-- meta/conf/sanity.conf | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/conf/bblayers.conf.sample b/meta/conf/bblayers.conf.sample index d361f244d9..3c7b6e6f7e 100644 --- a/meta/conf/bblayers.conf.sample +++ b/meta/conf/bblayers.conf.sample @@ -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 \ " diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index 8c3e54129d..eab7619022 100644 --- a/meta/conf/sanity.conf +++ b/meta/conf/sanity.conf @@ -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" -- cgit 1.2.3-korg