mirror of
https://git.yoctoproject.org/poky
synced 2026-02-25 19:09:41 +01:00
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:
@@ -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 \
|
||||
"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user