summaryrefslogtreecommitdiffstats
path: root/meta-hob/conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-28 14:49:16 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-28 14:49:20 +0000
commit519f0a58df2aca5264cdc409533d2d4e3ecc154c (patch)
tree458097284637608f6086888b2bf86761759b7584 /meta-hob/conf
parent81f4dd661c64f94a6993d61d24ca73303ec8d3ec (diff)
downloadpoky-519f0a58df2aca5264cdc409533d2d4e3ecc154c.tar.gz
meta-hob: Drop as no longer needed
(From OE-Core rev: 124fe6ea256cc9962106f0d79271384dacabd700) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-hob/conf')
-rw-r--r--meta-hob/conf/layer.conf15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-hob/conf/layer.conf b/meta-hob/conf/layer.conf
deleted file mode 100644
index 1785e65dda..0000000000
--- a/meta-hob/conf/layer.conf
+++ /dev/null
@@ -1,15 +0,0 @@
1# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb"
6
7BBFILE_COLLECTIONS += "hob"
8BBFILE_PATTERN_hob = "^${LAYERDIR}/"
9BBFILE_PRIORITY_hob = "1"
10
11# This should only be incremented on significant changes that will
12# cause compatibility issues with other layers
13LAYERVERSION_hob = "1"
14
15LAYERDEPENDS_hob = "core"