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

Release v2.0.0


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