blob: 9f13c069b94f4a5d4b0f27bbd09f0c13b3fb690b (
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 += "sunxi-extra-layer"
BBFILE_PATTERN_sunxi-extra-layer = "^${LAYERDIR}/"
BBFILE_PRIORITY_sunxi-extra-layer = "11"
LAYERDEPENDS_sunxi-extra-layer += "sunxi"
LAYERSERIES_COMPAT_sunxi-extra-layer = "wrynose"
|