1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-18 16:53:38 +00:00
Files
meta-ti/conf/layer.conf
T
Koen Kooi 7d39ce1743 BSP: rename beagleboard to TI
linux-omap 2.6.37rc: sync with OE
2011-01-02 16:45:43 +01:00

11 lines
343 B
Plaintext

# 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"