summaryrefslogtreecommitdiffstats
path: root/meta-layerindex-othertest/conf/layer.conf
blob: 7d3def50b4e2678015b2452fc3acb2027c54fbf8 (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 += "meta-layerindex-othertest"
BBFILE_PATTERN_meta-layerindex-othertest = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-layerindex-othertest = "6"

#LAYERDEPENDS_meta-layerindex-othertest = "core"
LAYERSERIES_COMPAT_meta-layerindex-othertest = "sumo"