Files
meta-qcom-extras/conf/layer.conf
Dmitry Baryshkov 57da3fb756 layer.conf: update to whinlatter
Update LAYERSERIES_COMPAT to whinlatter following OE-Core change.
Forthcoming path changes are non backwards-compatible, so drop old
releases from the compat string.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
2025-06-28 17:24:12 +03:00

19 lines
632 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-extras"
BBFILE_PATTERN_qcom-extras := "^${LAYERDIR}/"
BBFILE_PRIORITY_qcom-extras = "5"
LAYERDEPENDS_qcom-extras = "core openembedded-layer qcom"
LAYERSERIES_COMPAT_qcom-extras = "whinlatter"
BBFILES_DYNAMIC += " \
openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bb \
openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bbappend \
"