meta-openembedded/meta-gnome/conf/layer.conf
Koen Kooi 9918831d61 meta-gnome: add empty layer
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-04-21 20:03:19 +02:00

10 lines
367 B
Plaintext

# We have a conf and classes directory, prepend to BBPATH to prefer our versions
BBPATH := "${LAYERDIR}:${BBPATH}"
# We have a recipes directory, add to BBFILES
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "gnome-layer"
BBFILE_PATTERN_gnome-layer := "^${LAYERDIR}/"
BBFILE_PRIORITY_gnome-layer = "7"