summaryrefslogtreecommitdiffstats
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:13:02 +0000
commit9ce6464467db6c6b3d9738a00d8dde8d8a977004 (patch)
treed7120b6b57f10b2897cce09ff1d0e74f696b3aa7
parent5a03cf2ba21832a3e86161eeb9261081b7348ff4 (diff)
downloadpoky-9ce6464467db6c6b3d9738a00d8dde8d8a977004.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. (From OE-Core rev: 458d0f8b39e7d9dce544f53c65e2a6ffae21ad24) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta-yocto/conf/bblayers.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/conf/bblayers.conf.sample b/meta-yocto/conf/bblayers.conf.sample
index 2df038c7da..7897750320 100644
--- a/meta-yocto/conf/bblayers.conf.sample
+++ b/meta-yocto/conf/bblayers.conf.sample
@@ -3,7 +3,7 @@
3LCONF_VERSION = "4" 3LCONF_VERSION = "4"
4 4
5BBFILES ?= "" 5BBFILES ?= ""
6BBLAYERS = " \ 6BBLAYERS ?= " \
7 ##COREBASE##/meta \ 7 ##COREBASE##/meta \
8 ##COREBASE##/meta-yocto \ 8 ##COREBASE##/meta-yocto \
9 " 9 "