summaryrefslogtreecommitdiffstats
path: root/external/meta-updater-qemux86-64/conf/layer.conf
blob: 468c9ed9098777790a430f9d8fecda3fdb0957f8 (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 += "updater-qemux86-64"
BBFILE_PATTERN_updater-qemux86-64 = "^${LAYERDIR}/"
BBFILE_PRIORITY_updater-qemux86-64 = "7"

LAYERDEPENDS_updater-qemux86-64 = "sota"
LAYERSERIES_COMPAT_updater-qemux86-64 = "dunfell"