From: Dongxiao Xu Date: Fri, 6 Jan 2012 09:04:59 +0000 (+0800) Subject: bblayers.conf.sample: Use ?= to set BBLAYERS X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1041121775821ed9c9b363593e7ab9034b7bb0d9;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta-yocto/conf/bblayers.conf.sample b/meta-yocto/conf/bblayers.conf.sample index 2df038c7dad..78977503206 100644 --- a/meta-yocto/conf/bblayers.conf.sample +++ b/meta-yocto/conf/bblayers.conf.sample @@ -3,7 +3,7 @@ LCONF_VERSION = "4" BBFILES ?= "" -BBLAYERS = " \ +BBLAYERS ?= " \ ##COREBASE##/meta \ ##COREBASE##/meta-yocto \ "