From 7d39ce1743e1a58c51b35f42fb70f9e31a4c8908 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 2 Jan 2011 16:45:43 +0100 Subject: BSP: rename beagleboard to TI linux-omap 2.6.37rc: sync with OE --- conf/layer.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 conf/layer.conf (limited to 'conf/layer.conf') 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 @@ +# We have a conf and classes directory, prepend to BBPATH +BBPATH := "${LAYERDIR}:${BBPATH}" + +# We have a recipes directory, add to BBFILES +BBFILES := "${BBFILES} ${LAYERDIR}/recipes*/*/*.bb \ + ${LAYERDIR}/recipes*/*/*.bbappend" + +BBFILE_COLLECTIONS += "beagle-bsp" +BBFILE_PATTERN_beagle-bsp := "^${LAYERDIR}/" +BBFILE_PRIORITY_beagle-bsp = "10" -- cgit v1.2.3-54-g00ecf