aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2012-01-06 17:04:59 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-06 12:06:45 +0000
commit458d0f8b39e7d9dce544f53c65e2a6ffae21ad24 (patch)
treed62904ccff1fbdeb6124bbcd0656940382274901 /meta
parentc5c3689b7102cc0c281de736c215d66dd4f1e874 (diff)
downloadopenembedded-core-contrib-458d0f8b39e7d9dce544f53c65e2a6ffae21ad24.tar.gz
bblayers.conf.sample: Use ?= to set BBLAYERS
Hob may dynamically sets BBLAYERS to bitbake server, thus we need a flexible way to load BBLAYERS value. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/bblayers.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bblayers.conf.sample b/meta/conf/bblayers.conf.sample
index 339a42139c..222b03acf5 100644
--- a/meta/conf/bblayers.conf.sample
+++ b/meta/conf/bblayers.conf.sample
@@ -3,6 +3,6 @@
LCONF_VERSION = "4"
BBFILES ?= ""
-BBLAYERS = " \
+BBLAYERS ?= " \
##COREBASE##/meta \
"