blob: cf3675d1527a3f9d1462be41460d08638520a8f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
BBPATH .= ":${LAYERDIR}"
BBFILES += "\
${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend \
"
BBFILE_COLLECTIONS += "yocto-extra-layer"
BBFILE_PATTERN_yocto-extra-layer = "^${LAYERDIR}/"
BBFILE_PRIORITY_yocto-extra-layer = "6"
LAYERDEPENDS_yocto-extra-layer += "yocto"
LAYERSERIES_COMPAT_yocto-extra-layer = "whinlatter"
|