diff --git a/README.md b/README.md index bdd77e6..4d81227 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # meta-qcom -![latest build](https://github.com/linaro/meta-qcom/actions/workflows/push.yml/badge.svg) -![daily builds](https://github.com/linaro/meta-qcom/actions/workflows/daily.yml/badge.svg) +![latest build](https://github.com/linux-msm/meta-qcom-extras/actions/workflows/push.yml/badge.svg) +![daily builds](https://github.com/linux-msm/meta-qcom-extras/actions/workflows/daily.yml/badge.svg) ## Introduction @@ -16,6 +16,15 @@ branch: master revision: HEAD ``` +and + +``` +URI: https://github.com/Linaro/meta-qcom.git +layers: meta +branch: master +revision: HEAD +``` + This layers has an optional dependency on meta-oe layer: ``` diff --git a/conf/layer.conf b/conf/layer.conf index ee6b90d..c3bd475 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -5,13 +5,13 @@ BBPATH .= ":${LAYERDIR}" BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/recipes-*/*/*.bbappend" -BBFILE_COLLECTIONS += "qcom" -BBFILE_PATTERN_qcom := "^${LAYERDIR}/" -BBFILE_PRIORITY_qcom = "5" +BBFILE_COLLECTIONS += "qcom-extras" +BBFILE_PATTERN_qcom-extras := "^${LAYERDIR}/" +BBFILE_PRIORITY_qcom-extras = "5" -LAYERDEPENDS_qcom = "core" -LAYERRECOMMENDS_qcom = "openembedded-layer" -LAYERSERIES_COMPAT_qcom = "styhead walnascar" +LAYERDEPENDS_qcom-extras = "core qcom" +LAYERRECOMMENDS_qcom-extras = "openembedded-layer" +LAYERSERIES_COMPAT_qcom-extras = "styhead walnascar" BBFILES_DYNAMIC += " \ openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bb \