summaryrefslogtreecommitdiffstats
path: root/external/meta-updater/conf/layer.conf
blob: 627a1b8ad1e3aa923fc6f33f67e33f2da2ea96ce (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 recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
	${LAYERDIR}/recipes-*/*/*.bbappend"

BBFILE_COLLECTIONS += "sota"
BBFILE_PATTERN_sota = "^${LAYERDIR}/"
BBFILE_PRIORITY_sota = "7"

LAYERDEPENDS_sota = "filesystems-layer"
LAYERSERIES_COMPAT_sota = "thud"