Files
meta-qcom-extras/conf/layer.conf
Dmitry Baryshkov 9d03d3e996 layer.conf: depend on meta-oe
Move openembedded-layer to LAYERDEPENDS, it simplifies things and this
layer isn't required to have least possible dependencies.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2024-11-30 17:02:09 +02:00

19 lines
639 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 = "styhead walnascar"
BBFILES_DYNAMIC += " \
openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bb \
openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bbappend \
"