From 242af96feef9f863bfbbddccae95ec39b6464fba Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Tue, 26 Nov 2024 23:32:06 +0200 Subject: [PATCH] layer.conf: rename the layer As a part of splitting the meta-qcom layer, rename new layer to qcom-extras. Signed-off-by: Dmitry Baryshkov --- README.md | 13 +++++++++++-- conf/layer.conf | 12 ++++++------ 2 files changed, 17 insertions(+), 8 deletions(-) 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 \