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
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>
19 lines
639 B
Plaintext
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 \
|
|
"
|