summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-01-02 16:45:43 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-01-02 16:45:43 +0100
commit7d39ce1743e1a58c51b35f42fb70f9e31a4c8908 (patch)
treed29507cf0c533b104617ce8333fec12289468f84 /conf/layer.conf
downloadmeta-ti-7d39ce1743e1a58c51b35f42fb70f9e31a4c8908.tar.gz
BSP: rename beagleboard to TI
linux-omap 2.6.37rc: sync with OE
Diffstat (limited to 'conf/layer.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..a507cbc7
--- /dev/null
+++ b/conf/layer.conf
@@ -0,0 +1,10 @@
1# We have a conf and classes directory, prepend to BBPATH
2BBPATH := "${LAYERDIR}:${BBPATH}"
3
4# We have a recipes directory, add to BBFILES
5BBFILES := "${BBFILES} ${LAYERDIR}/recipes*/*/*.bb \
6 ${LAYERDIR}/recipes*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "beagle-bsp"
9BBFILE_PATTERN_beagle-bsp := "^${LAYERDIR}/"
10BBFILE_PRIORITY_beagle-bsp = "10"