summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-11-19 18:05:19 -0600
committerTom Zanussi <tom.zanussi@intel.com>2011-11-21 09:29:53 -0600
commit49a4dfe2f3a44a50788871882cb6678af472d68c (patch)
treeb0ebb6c70afba4d5660a9655bdf4d6da1d82972f /conf
parentba97cb7d2dddf3e86e38752d2bce9ff2661d390f (diff)
downloadmeta-intel-49a4dfe2f3a44a50788871882cb6678af472d68c.tar.gz
meta-intel: make meta-intel itself a layer
meta-intel contains a set of BSP layers, but is not itself a layer. Make it a layer to make it easy to share common intel-specific files between BSPs. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
new file mode 100644
index 00000000..a5db1635
--- /dev/null
+++ b/conf/layer.conf
@@ -0,0 +1,10 @@
1# We have a conf and classes directory, add to BBPATH
2BBPATH := "${BBPATH}:${LAYERDIR}"
3
4# We have a packages directory, add to BBFILES
5BBFILES := "${BBFILES} ${LAYERDIR}/common/recipes-*/*/*.bb \
6 ${LAYERDIR}/common/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "intel"
9BBFILE_PATTERN_intel := "^${LAYERDIR}/"
10BBFILE_PRIORITY_intel = "5"