mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 03:03:02 +01:00
We already have versioning of the local.conf file but it's entirely plausible for the bblayers.conf and site.conf to change incompatibly so we should version those too. Signed-off-by: Joshua Lock <josh@linux.intel.com>
10 lines
191 B
Plaintext
10 lines
191 B
Plaintext
# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
|
|
# changes incompatibly
|
|
LCONF_VERSION = "1"
|
|
|
|
BBFILES ?= ""
|
|
BBLAYERS = " \
|
|
${OEROOT}/meta \
|
|
${OEROOT}/meta-moblin \
|
|
"
|