summaryrefslogtreecommitdiffstats
path: root/meta-hob/conf/layer.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:16 +0000
commit124fe6ea256cc9962106f0d79271384dacabd700 (patch)
tree23e08df38e29e82b9948b598cf20e70d57472130 /meta-hob/conf/layer.conf
parent28cb7a3514ea5a80935aefd62332c63b7568efb1 (diff)
downloadopenembedded-core-124fe6ea256cc9962106f0d79271384dacabd700.tar.gz
meta-hob: Drop as no longer needed
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-hob/conf/layer.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 @@
-# We have a conf and classes directory, add to BBPATH
-BBPATH .= ":${LAYERDIR}"
-
-# We have recipes-* directories, add to BBFILES
-BBFILES += "${LAYERDIR}/recipes-*/*/*.bb"
-
-BBFILE_COLLECTIONS += "hob"
-BBFILE_PATTERN_hob = "^${LAYERDIR}/"
-BBFILE_PRIORITY_hob = "1"
-
-# This should only be incremented on significant changes that will
-# cause compatibility issues with other layers
-LAYERVERSION_hob = "1"
-
-LAYERDEPENDS_hob = "core"