]> code.ossystems Code Review - openembedded-core.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:06:45 +0000 (12:06 +0000)
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>
meta/conf/bblayers.conf.sample

index 339a42139c95f503a2dc62d75fcb33d57ddd491b..222b03acf53a922308f8250266e09e2213725d5f 100644 (file)
@@ -3,6 +3,6 @@
 LCONF_VERSION = "4"
 
 BBFILES ?= ""
-BBLAYERS = " \
+BBLAYERS ?= " \
   ##COREBASE##/meta \
   "