summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/bblayers.conf.sample
AgeCommit message (Collapse)Author
2013-09-22bblayers.conf.sample: use ##OEROOT## instead of ##COREBASE##Ross Burton
The variable ##COREBASE## has been deprecated, so use ##OEROOT## instead. (From meta-yocto rev: d687a08f2dbadfffece77e24e46cb1e197fefc8b) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-11-26bblayers.conf: Add a new variable to prevent certain layers to be removedCristiana Voicu
[YOCTO #3372] (From meta-yocto rev: 377e5ad099bb040f9bb96f2c1cae2ec2ff67165e) Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-05meta-yocto: Split into distro and bsp componentsRichard Purdie
Now we have settled on best practises and compliance criteria, bring meta-yocto into compliance by separating out the hardware support components into meta-yocto-bsp leaving policy configuration in meta-yocto. Also rename the meta-yocto scripts directory to OE-Core can be a clearly isolated component in poky. (From meta-yocto rev: eac90e27a032ea23d9a4f35c7eef8b1940c80e22) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-06-25bblayers.conf.sample: Fix empty BBPATH entry warningsRichard Purdie
Many people are seeing issues from the empty path warnings from BBPATH. The empty path entry corresponding to the current working directory is a problem since if cwd changes, so does BBPATH and build reproducibility. Simply removing the empty element causes problems since the build directory then isn't listed in BBPATH which means local.conf isn't found and this gives an extremely confusing error message about bbappends being unsatisfied. The build directory in bitbake terms is TOPDIR. The correct way to fix things is to add in TOPDIR into bblayers.conf itself. This means the layers can happily append/prepend to BBPATH at will as its no longer empty hence neatly solving all the various problems. Since the file has changed, the version is also changed. (From meta-yocto rev: 7bbbedf64b0820cacffe723789486d3081894827) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-06bblayers.conf.sample: Use ?= to set BBLAYERSDongxiao Xu
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>
2011-04-21meta-yocto: Catch up with OE-Core renamingRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-15bblayers.conf.sample: include meta-yocto in default layersJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-03-03meta-yocto: Move files inappropriate to OE-Core from metaRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>