Files
meta-qcom-extras/conf/layer.conf
Nicolas Dechesne ad14150a7a layer: convert to new override syntax
The conversion was mostly automated with:
./scripts/contrib/convert-overrides.py

With a few manual tweaks.

Also change LAYERCOMPAT to honister.

Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2021-08-03 11:04:14 +02:00

21 lines
729 B
Plaintext

# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have a packages directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "qcom"
BBFILE_PATTERN_qcom := "^${LAYERDIR}/"
BBFILE_PRIORITY_qcom = "5"
LAYERDEPENDS_qcom = "core"
LAYERSERIES_COMPAT_qcom = "honister"
BBFILES_DYNAMIC += " \
openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bb \
openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bbappend \
networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/*/*/*.bb \
networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/*/*/*.bbappend \
"