aboutsummaryrefslogtreecommitdiffstats
path: root/meta-steppeeagle/conf/layer.conf
blob: 93c2fadfd2a542016d4d081ebfcf92f696d064ae (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 += "steppeeagle"
BBFILE_PATTERN_steppeeagle = "^${LAYERDIR}/"
BBFILE_PRIORITY_steppeeagle = "14"
LAYERSERIES_COMPAT_steppeeagle = "warrior"

LAYERDEPENDS_steppeeagle = "amd openembedded-layer meta-python"