27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
|
|
# We have a conf and classes directory, add to BBPATH
|
||
|
|
BBPATH .= ":${LAYERDIR}"
|
||
|
|
|
||
|
|
# We have recipes-* directories, add to BBFILES
|
||
|
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
||
|
|
${LAYERDIR}/recipes-*/*/*.bbappend"
|
||
|
|
|
||
|
|
BBFILE_COLLECTIONS += "phosphor-layer"
|
||
|
|
BBFILE_PATTERN_phosphor-layer := "^${LAYERDIR}/"
|
||
|
|
LAYERVERSION_phosphor-layer = "1"
|
||
|
|
LAYERDEPENDS_phosphor-layer = "core"
|
||
|
|
LAYERDEPENDS_phosphor-layer += "openembedded-layer"
|
||
|
|
LAYERDEPENDS_phosphor-layer += "meta-python"
|
||
|
|
LAYERDEPENDS_phosphor-layer += "networking-layer"
|
||
|
|
LAYERSERIES_COMPAT_phosphor-layer = "langdale mickledore"
|
||
|
|
|
||
|
|
IMAGE_FEATURES[validitems] += "tools-profile"
|
||
|
|
|
||
|
|
BBFILES_DYNAMIC += " \
|
||
|
|
aspeed-layer:${LAYERDIR}/dynamic-layers/aspeed-layer/recipes-*/*/*.bb \
|
||
|
|
aspeed-layer:${LAYERDIR}/dynamic-layers/aspeed-layer/recipes-*/*/*.bbappend \
|
||
|
|
nuvoton-layer:${LAYERDIR}/dynamic-layers/nuvoton-layer/recipes-*/*/*.bb \
|
||
|
|
nuvoton-layer:${LAYERDIR}/dynamic-layers/nuvoton-layer/recipes-*/*/*.bbappend \
|
||
|
|
tpm-layer:${LAYERDIR}/dynamic-layers/tpm-layer/recipes-*/*/*.bb \
|
||
|
|
tpm-layer:${LAYERDIR}/dynamic-layers/tpm-layer/recipes-*/*/*.bbappend \
|
||
|
|
"
|