You've already forked meta-qcom-extras
mirror of
https://github.com/linux-msm/meta-qcom-extras.git
synced 2026-02-25 13:14:43 -08:00
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>
19 lines
632 B
Plaintext
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 \
|
|
"
|