aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-poky/conf/bblayers.conf.sample3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-poky/conf/bblayers.conf.sample b/meta-poky/conf/bblayers.conf.sample
index 8b1cbdfc5c4..3857656f2d8 100644
--- a/meta-poky/conf/bblayers.conf.sample
+++ b/meta-poky/conf/bblayers.conf.sample
@@ -2,7 +2,8 @@
# changes incompatibly
POKY_BBLAYERS_CONF_VERSION = "2"
-BBPATH = "${TOPDIR}"
+BBPATH_EXTRA ??= ""
+BBPATH = "${BBPATH_EXTRA}${TOPDIR}"
BBFILES ?= ""
BBLAYERS ?= " \