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

Bump release to 2.0.0-beta


Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 98320020
No related branches found
No related merge requests found
......@@ -54,12 +54,12 @@ SPDX-FileCopyrightText: Huawei Inc.
likely to a git tag in the repository.
-->
<project name="oniro-core/oniro.git" remote="eclipse" revision="kirkstone" path="oniro">
<project name="oniro-core/oniro.git" remote="eclipse" revision="refs/tags/v2.0.0-beta" path="oniro">
<linkfile src="README.md" dest="README.md"/>
</project>
<project name="oniro-core/meta-clang.git" remote="eclipse" revision="oniro/kirkstone" path="meta-clang" />
<project name="oniro-core/meta-zephyr.git" remote="eclipse" revision="oniro/kirkstone" path="meta-zephyr" />
<project name="oniro-core/third-party/forks/meta-ledge-secure.git" remote="eclipse" revision="oniro/kirkstone" path="meta-ledge-secure" />
<project name="oniro-core/third-party/forks/meta-ts.git" remote="eclipse" revision="oniro/kirkstone" path="meta-ts" />
<project name="oniro-core/docs.git" remote="eclipse" revision="main" path="docs" />
<project name="oniro-core/meta-clang.git" remote="eclipse" revision="refs/tags/v2.0.0-beta" path="meta-clang" />
<project name="oniro-core/meta-zephyr.git" remote="eclipse" revision="refs/tags/v2.0.0-beta" path="meta-zephyr" />
<project name="oniro-core/third-party/forks/meta-ledge-secure.git" remote="eclipse" revision="refs/tags/v2.0.0-beta" path="meta-ledge-secure" />
<project name="oniro-core/third-party/forks/meta-ts.git" remote="eclipse" revision="refs/tags/v2.0.0-beta" path="meta-ts" />
<project name="oniro-core/docs.git" remote="eclipse" revision="refs/tags/v2.0.0-beta" path="docs" />
</manifest>
......@@ -6,4 +6,4 @@ require conf/distro/freertos.conf
require conf/distro/include/oniro.inc
ONIRO_FLAVOUR_PRETTY = "FreeRTOS"
DISTRO_VERSION = "2.0.0-alpha"
DISTRO_VERSION = "2.0.0-beta"
......@@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0
ONIRO_FLAVOUR_PRETTY = "Linux"
DISTRO_VERSION = "2.0.0-alpha"
DISTRO_VERSION = "2.0.0-beta"
DISTRO_CODENAME = "dev"
SDK_VENDOR = "-onirosdk"
SDK_VERSION = "${@d.getVar('DISTRO_VERSION').replace('snapshot-${DATE}', 'snapshot')}"
......
......@@ -6,4 +6,4 @@ require conf/distro/include/oniro.inc
require conf/distro/zephyr.conf
ONIRO_FLAVOUR_PRETTY = "Zephyr"
DISTRO_VERSION = "2.0.0-alpha"
DISTRO_VERSION = "2.0.0-beta"
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