aboutsummaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
blob: fce20faa5adb129dc6a78b98e10bbc9945520a27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# We have a conf and classes directory, append to BBPATH
BBPATH .= ":${LAYERDIR}"

# We have a recipes directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"

BBFILE_COLLECTIONS += "meta-java"
BBFILE_PATTERN_meta-java := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-java = "10"
LAYERSERIES_COMPAT_meta-java = "sumo"

LICENSE_PATH += "${LAYERDIR}/licenses"