diff options
author | Beth Flanagan <elizabeth.flanagan@intel.com> | 2011-02-24 14:34:59 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-02-25 09:10:20 -0800 |
commit | 020967ed0de350f441fa78b6c058df6035a6d8f6 (patch) | |
tree | f4b286cca918fa3c9316d8bc6f4e2783b28ea9d4 /meta | |
parent | 0897b00452c991edb8e2f5ca5669277e136df3b2 (diff) | |
download | poky-020967ed0de350f441fa78b6c058df6035a6d8f6.tar.gz |
Emenlow Removal from Poky Core: meta-emenlow
Removing Emenlow from poky core as it is now in meta-intel as a BSP layer
[BUGID #769]
Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/bblayers.conf.sample | 3 | ||||
-rw-r--r-- | meta/conf/sanity.conf | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/meta/conf/bblayers.conf.sample b/meta/conf/bblayers.conf.sample index 3c7b6e6f7e..b2f37c0c81 100644 --- a/meta/conf/bblayers.conf.sample +++ b/meta/conf/bblayers.conf.sample | |||
@@ -1,9 +1,8 @@ | |||
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 = "3" | 3 | LCONF_VERSION = "4" |
4 | 4 | ||
5 | BBFILES ?= "" | 5 | BBFILES ?= "" |
6 | BBLAYERS = " \ | 6 | BBLAYERS = " \ |
7 | ##POKYBASE##/meta \ | 7 | ##POKYBASE##/meta \ |
8 | ##POKYBASE##/meta-emenlow \ | ||
9 | " | 8 | " |
diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index 1fbeb61aad..fcaed11951 100644 --- a/meta/conf/sanity.conf +++ b/meta/conf/sanity.conf | |||
@@ -9,7 +9,7 @@ SANITY_ABIFILE = "${TMPDIR}/abi_version" | |||
9 | 9 | ||
10 | SANITY_VERSION = "1" | 10 | SANITY_VERSION = "1" |
11 | POKY_CONF_VERSION = "1" | 11 | POKY_CONF_VERSION = "1" |
12 | LAYER_CONF_VERSION = "3" | 12 | LAYER_CONF_VERSION = "4" |
13 | SITE_CONF_VERSION = "1" | 13 | SITE_CONF_VERSION = "1" |
14 | 14 | ||
15 | INHERIT += "sanity" | 15 | INHERIT += "sanity" |