diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-05 13:25:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-05 17:32:15 +0100 |
commit | 2000698b17011bbde1c3e5bb01a7d6763316db5a (patch) | |
tree | 5080d6d280487d6a8341c18ae56706e5157a0823 /meta-yocto/conf/bblayers.conf.sample | |
parent | 9d6630d1749486e38066650e1de5849c9524adbc (diff) | |
download | poky-2000698b17011bbde1c3e5bb01a7d6763316db5a.tar.gz |
meta-yocto: Split into distro and bsp components
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>
Diffstat (limited to 'meta-yocto/conf/bblayers.conf.sample')
-rw-r--r-- | meta-yocto/conf/bblayers.conf.sample | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-yocto/conf/bblayers.conf.sample b/meta-yocto/conf/bblayers.conf.sample index edbccf02ce..98bfd70c22 100644 --- a/meta-yocto/conf/bblayers.conf.sample +++ b/meta-yocto/conf/bblayers.conf.sample | |||
@@ -1,6 +1,6 @@ | |||
1 | # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf | 1 | # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf |
2 | # changes incompatibly | 2 | # changes incompatibly |
3 | LCONF_VERSION = "5" | 3 | LCONF_VERSION = "6" |
4 | 4 | ||
5 | BBPATH = "${TOPDIR}" | 5 | BBPATH = "${TOPDIR}" |
6 | BBFILES ?= "" | 6 | BBFILES ?= "" |
@@ -8,4 +8,5 @@ BBFILES ?= "" | |||
8 | BBLAYERS ?= " \ | 8 | BBLAYERS ?= " \ |
9 | ##COREBASE##/meta \ | 9 | ##COREBASE##/meta \ |
10 | ##COREBASE##/meta-yocto \ | 10 | ##COREBASE##/meta-yocto \ |
11 | ##COREBASE##/meta-yocto-bsp \ | ||
11 | " | 12 | " |