]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bblayers.conf.sample: Use ?= to set BBLAYERS
authorDongxiao Xu <dongxiao.xu@intel.com>
Fri, 6 Jan 2012 09:04:59 +0000 (17:04 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Jan 2012 12:13:02 +0000 (12:13 +0000)
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>
meta-yocto/conf/bblayers.conf.sample

index 2df038c7dade012a3153b64f6c1705959f814ae7..78977503206db2e98fa775b27b2a00e6eb359c0a 100644 (file)
@@ -3,7 +3,7 @@
 LCONF_VERSION = "4"
 
 BBFILES ?= ""
-BBLAYERS = " \
+BBLAYERS ?= " \
   ##COREBASE##/meta \
   ##COREBASE##/meta-yocto \
   "