mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
build/conf: move sample conf files to meta/conf
Currently rm -fr build breaks things badly but will work if we move the sample configuration files to meta/conf - this patch does so. Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
10
meta/conf/bblayers.conf.sample
Normal file
10
meta/conf/bblayers.conf.sample
Normal file
@@ -0,0 +1,10 @@
|
||||
# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
|
||||
# changes incompatibly
|
||||
LCONF_VERSION = "2"
|
||||
|
||||
BBFILES ?= ""
|
||||
BBLAYERS = " \
|
||||
##POKYBASE##/meta \
|
||||
##POKYBASE##/meta-moblin \
|
||||
##POKYBASE##/meta-emenlow \
|
||||
"
|
||||
Reference in New Issue
Block a user