blob: 4205b3ba13ab6519ebec934b6763c918ba294517 (
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 += "rockchip-extra-layer"
BBFILE_PATTERN_rockchip-extra-layer = "^${LAYERDIR}/"
BBFILE_PRIORITY_rockchip-extra-layer = "2"
LAYERDEPENDS_rockchip-extra-layer += "rockchip"
LAYERSERIES_COMPAT_rockchip-extra-layer = "whinlatter"
|