aboutsummaryrefslogtreecommitdiffstats
path: root/meta-v1000/conf/layer.conf
blob: 71f8eb9af0272291e0e6519cb74eefd78ad8e110 (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 += "v1000"
BBFILE_PATTERN_v1000 = "^${LAYERDIR}/"
BBFILE_PRIORITY_v1000 = "14"
LAYERSERIES_COMPAT_v1000 = "warrior"

LAYERDEPENDS_v1000 = "amd openembedded-layer meta-python"