aboutsummaryrefslogtreecommitdiffstats
path: root/meta-isg/meta-valleyisland/conf/layer.conf
blob: 0165aea1d3b8ad067b606a5b3bd590d4876c782d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"

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

BBFILE_COLLECTIONS += "valleyisland"
BBFILE_PATTERN_valleyisland := "^${LAYERDIR}/"
BBFILE_PRIORITY_valleyisland = "6"

LAYERDEPENDS_valleyisland = "intel"

LICENSE_PATH += "${LAYERDIR}/custom-licenses"