| Submitter | Dongxiao Xu |
|---|---|
| Date | Jan. 6, 2012, 9:04 a.m. |
| Message ID | <c3bdcfb938763557c1706b5719ab8374c2d0c9d7.1325840474.git.dongxiao.xu@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/18641/ |
| State | Accepted |
| Commit | 458d0f8b39e7d9dce544f53c65e2a6ffae21ad24 |
| Headers | show |
Comments
Patch
diff --git a/meta/conf/bblayers.conf.sample b/meta/conf/bblayers.conf.sample index 339a421..222b03a 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 \ "
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> --- meta/conf/bblayers.conf.sample | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)