bblayers.conf.sample: remove meta-moblin from default layers

This fixes [BUGID #273]

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
This commit is contained in:
Scott Garman 2010-09-12 15:02:26 -07:00 committed by Saul Wold
parent 0be92981b3
commit 87cac1db8c
2 changed files with 2 additions and 3 deletions

View 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 \
"

View 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"