blob: 6187fc10fa0a0f9f3f36c61603d017539f15dec3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \
${LAYERDIR}/meta-common/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "amd-layer"
BBFILE_PATTERN_amd-layer = "^${LAYERDIR}/meta-common/"
LAYERSERIES_COMPAT_amd-layer = "whinlatter walnascar"
|