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

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

BBFILE_COLLECTIONS += "r1000"
BBFILE_PATTERN_r1000 = "^${LAYERDIR}/"
BBFILE_PRIORITY_r1000 = "14"
LAYERSERIES_COMPAT_r1000 = "warrior"

LAYERDEPENDS_r1000 = "amd openembedded-layer meta-python"