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
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:
13
README.md
13
README.md
@@ -1,7 +1,7 @@
|
||||
# meta-qcom
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
## 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:
|
||||
|
||||
```
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user