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

Rename meta-ohos-staging to meta-oniro-staging


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 8679c1e3
No related branches found
No related tags found
No related merge requests found
Showing
with 9 additions and 9 deletions
...@@ -4,21 +4,21 @@ SPDX-FileCopyrightText: Huawei Inc. ...@@ -4,21 +4,21 @@ SPDX-FileCopyrightText: Huawei Inc.
SPDX-License-Identifier: Apache-2.0 SPDX-License-Identifier: Apache-2.0
--> -->
This README file contains information on the contents of the meta-ohos-staging layer. This README file contains information on the contents of the meta-oniro-staging layer.
Table of Contents Table of Contents
================= =================
I. Adding the meta-ohos-staging layer to your build I. Adding the meta-oniro-staging layer to your build
II. Misc II. Misc
I. Adding the meta-ohos-staging layer to your build I. Adding the meta-oniro-staging layer to your build
=================================================== ===================================================
This layer only depends on poky or oe-core. To add it to your layers: This layer only depends on poky or oe-core. To add it to your layers:
Run 'bitbake-layers add-layer meta-ohos-staging' Run 'bitbake-layers add-layer meta-oniro-staging'
II. Misc II. Misc
======== ========
......
...@@ -21,9 +21,9 @@ BBFILES_DYNAMIC += "\ ...@@ -21,9 +21,9 @@ BBFILES_DYNAMIC += "\
meta-java:${LAYERDIR}/dynamic-layers/meta-java/recipes-*/*/*.bbappend \ meta-java:${LAYERDIR}/dynamic-layers/meta-java/recipes-*/*/*.bbappend \
" "
BBFILE_COLLECTIONS += "meta-ohos-staging" BBFILE_COLLECTIONS += "oniro-staging"
BBFILE_PATTERN_meta-ohos-staging = "^${LAYERDIR}/" BBFILE_PATTERN_oniro-staging = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-ohos-staging = "5" BBFILE_PRIORITY_oniro-staging = "5"
LAYERDEPENDS_meta-ohos-staging = "core" LAYERDEPENDS_oniro-staging = "core"
LAYERSERIES_COMPAT_meta-ohos-staging = "dunfell" LAYERSERIES_COMPAT_oniro-staging = "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