blob: a2abd174f53f9b86fe6f15fcb41046d81a032db7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
BBPATH .= ":${LAYERDIR}"
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "meta-yerba"
BBFILE_PATTERN_meta-yerba = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-yerba = "27"
LAYERDEPENDS_meta-yerba = "core"
LAYERSERIES_COMPAT_meta-yerba = "scarthgap"
|