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 <dmitry.baryshkov@linaro.org>
This commit is contained in:
Dmitry Baryshkov
2024-11-26 23:32:06 +02:00
parent 9b5d2a6a40
commit 242af96fee
2 changed files with 17 additions and 8 deletions

View File

@@ -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:
```

View File

@@ -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 \