diff options
author | Saul Wold <sgw@linux.intel.com> | 2015-08-25 16:39:01 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2015-08-28 14:25:29 -0700 |
commit | 4172351baa285b83eb54d54368fe2f037c48159b (patch) | |
tree | c2c1991e05b0260615b83abf59acee81a534ec10 /meta-sugarbay/conf/layer.conf | |
parent | 44df7ddf395f82c28c494b92fb3f627f81e2e627 (diff) | |
download | meta-intel-4172351baa285b83eb54d54368fe2f037c48159b.tar.gz |
Remove older platform specific BSPs
The intel-core* BSPs supercede these older BSPs therefore it's time
to remove these older platform specific bsps.
Bump LAYERVERSION to 3 to allow the Autobuilder to know that these
BSPs have been removed.
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta-sugarbay/conf/layer.conf')
-rw-r--r-- | meta-sugarbay/conf/layer.conf | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-sugarbay/conf/layer.conf b/meta-sugarbay/conf/layer.conf deleted file mode 100644 index 9576330b..00000000 --- a/meta-sugarbay/conf/layer.conf +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | # We have a conf and classes directory, add to BBPATH | ||
2 | BBPATH .= ":${LAYERDIR}" | ||
3 | |||
4 | # We have a recipes directory, add to BBFILES | ||
5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | ||
6 | ${LAYERDIR}/recipes-*/*/*.bbappend" | ||
7 | |||
8 | BBFILE_COLLECTIONS += "sugarbay" | ||
9 | BBFILE_PATTERN_sugarbay := "^${LAYERDIR}/" | ||
10 | BBFILE_PRIORITY_sugarbay = "6" | ||
11 | |||
12 | LAYERDEPENDS_sugarbay = "intel" | ||