Skip to content
Snippets Groups Projects
Unverified Commit 61115b4e authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

Rename meta-ohos-core to meta-oniro-core


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 12e83828
No related branches found
No related tags found
No related merge requests found
Showing
with 9 additions and 9 deletions
......@@ -4,7 +4,7 @@ SPDX-FileCopyrightText: Huawei Inc.
SPDX-License-Identifier: Apache-2.0
-->
This README file contains information about the contents of the meta-ohos-core layer.
This README file contains information about the contents of the meta-oniro-core layer.
Please see the corresponding sections below for details.
......@@ -12,7 +12,7 @@ Table of Contents
=================
I. Dependencies
II. Adding the meta-ohos-core layer to your build
II. Adding the meta-oniro-core layer to your build
III. Misc
I. Dependencies
......@@ -29,10 +29,10 @@ This layer depends on:
- branch: master
- revision: HEAD
II. Adding the meta-ohos-core layer to your build
II. Adding the meta-oniro-core layer to your build
=================================================
Run 'bitbake-layers add-layer /path/to/meta-ohos-core'
Run 'bitbake-layers add-layer /path/to/meta-oniro-core'
III. Misc
=========
......
......@@ -9,11 +9,11 @@ BBPATH .= ":${LAYERDIR}"
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "meta-ohos-core"
BBFILE_PATTERN_meta-ohos-core = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-ohos-core = "6"
BBFILE_COLLECTIONS += "oniro-core"
BBFILE_PATTERN_oniro-core = "^${LAYERDIR}/"
BBFILE_PRIORITY_oniro-core = "6"
LAYERDEPENDS_meta-ohos-core = "core"
LAYERSERIES_COMPAT_meta-ohos-core = "dunfell"
LAYERDEPENDS_oniro-core = "core"
LAYERSERIES_COMPAT_oniro-core = "dunfell"
ONIRO_COREBASE = '${@os.path.normpath("${LAYERDIR}/../")}'
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