Skip to content
Snippets Groups Projects
Verified Commit 8679c1e3 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

Rename meta-ohos-blueprints to meta-oniro-blueprints


This change is in line with the project's rebranding.

The collection is also changed a bit to drop the "meta-" prefix. There
is no clear standardization on the collection name. Some use an ID, some
use ID-layer, some use meta-ID etc. We have decided to use the the layer
name without the "meta-" prefix  because this is an ID, not a layer per
se.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 61115b4e
No related branches found
No related tags found
No related merge requests found
Showing
with 8 additions and 8 deletions
...@@ -6,14 +6,14 @@ ...@@ -6,14 +6,14 @@
## Description ## Description
This layer, `meta-ohos-blueprints`, contains build metadata for Oniro Project This layer, `meta-oniro-blueprints`, contains build metadata for Oniro Project
blueprints. blueprints.
## Layer dependencies ## Layer dependencies
The `meta-ohos-blueprints` layer depends on the following layers: The `meta-oniro-blueprints` layer depends on the following layers:
* meta-ohos * meta-oniro
* URI: https://git.ostc-eu.org/OSTC/OHOS/meta-ohos.git * URI: https://git.ostc-eu.org/OSTC/OHOS/meta-ohos.git
* meta-homeassistant * meta-homeassistant
* URI: https://github.com/meta-homeassistant/meta-homeassistant.git * URI: https://github.com/meta-homeassistant/meta-homeassistant.git
......
...@@ -9,9 +9,9 @@ BBPATH .= ":${LAYERDIR}" ...@@ -9,9 +9,9 @@ BBPATH .= ":${LAYERDIR}"
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend" ${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "meta-ohos-blueprints" BBFILE_COLLECTIONS += "oniro-blueprints"
BBFILE_PATTERN_meta-ohos-blueprints = "^${LAYERDIR}/" BBFILE_PATTERN_oniro-blueprints = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-ohos-blueprints = "6" BBFILE_PRIORITY_oniro-blueprints = "6"
LAYERDEPENDS_meta-ohos-blueprints = "core" LAYERDEPENDS_oniro-blueprints = "core"
LAYERSERIES_COMPAT_meta-ohos-blueprints = "dunfell" LAYERSERIES_COMPAT_oniro-blueprints = "dunfell"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment