diff options
Diffstat (limited to 'build/conf/bblayers.conf.sample')
-rw-r--r-- | build/conf/bblayers.conf.sample | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/conf/bblayers.conf.sample b/build/conf/bblayers.conf.sample index 3ea6eda66a..dff44e49c4 100644 --- a/build/conf/bblayers.conf.sample +++ b/build/conf/bblayers.conf.sample @@ -1,3 +1,7 @@ +# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf +# changes incompatibly +LCONF_VERSION = "1" + BBFILES ?= "" BBLAYERS = " \ ${OEROOT}/meta \ |