summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bblayers.conf.sample4
-rw-r--r--meta/conf/layer.conf1
2 files changed, 3 insertions, 2 deletions
diff --git a/meta/conf/bblayers.conf.sample b/meta/conf/bblayers.conf.sample
index 222b03acf5..e621866312 100644
--- a/meta/conf/bblayers.conf.sample
+++ b/meta/conf/bblayers.conf.sample
@@ -1,8 +1,10 @@
# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
# changes incompatibly
-LCONF_VERSION = "4"
+LCONF_VERSION = "5"
+BBPATH = "${TOPDIR}"
BBFILES ?= ""
+
BBLAYERS ?= " \
##COREBASE##/meta \
"
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index 43e42957c5..090c8e2d42 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -1,4 +1,3 @@
-BBPATH ?= ""
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have a packages directory, add to BBFILES