aboutsummaryrefslogtreecommitdiffstats
path: root/meta-moblin/conf/layer.conf
blob: ce5b0ac5e8ebccacac4710e0122e46e5901b0015 (plain)
1
2
3
4
5
6
7
8
9
# We have a conf and classes directory, add to BBPATH
BBPATH := "${BBPATH}${LAYERDIR}"

# We have a packages directory, add to BBFILES
BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb"

BBFILE_COLLECTIONS += "moblin"
BBFILE_PATTERN_moblin := "^${OEROOT}/meta-moblin/"
BBFILE_PRIORITY_moblin = "5"