mirror of
https://git.yoctoproject.org/poky
synced 2026-02-12 19:53:03 +01:00
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>
11 lines
227 B
Plaintext
11 lines
227 B
Plaintext
# 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 \
|
|
"
|