Skip to content
Snippets Groups Projects
Commit 6033e484 authored by Thierry Escande's avatar Thierry Escande
Browse files

openharmony-standard: Add distro variable OPENHARMONY_VERSION_FULL


This change adds the variable OPENHARMONY_VERSION_FULL to the distro
configuration file. Its default value is set to OPENHARMONY_VERSION.

The idea is to keep the openharmony-standard recipe version number to
OPENHARMONY_VERSION (i.e. Major.minor) and have the variable
OPENHARMONY_VERSION_FULL indicating the patch version.

With the update of the OpenHarmony source repositories to v3.1.1, the
variable OPENHARMONY_VERSION_FULL is set to "3.1.1", through a new
DISTROOVERRIDES entry.

Signed-off-by: default avatarThierry Escande <thierry.escande@huawei.com>
parent 0dbe569c
No related branches found
No related tags found
1 merge request!23Update OpenHarmony source repositories to v3.1.1
Pipeline #5492 passed
......@@ -8,6 +8,11 @@ DISTRO_VERSION = "1.99.99"
# OpenHarmony OS version
OPENHARMONY_VERSION ?= "3.1"
DISTROOVERRIDES:append = ":openharmony-${OPENHARMONY_VERSION}"
OPENHARMONY_VERSION_FULL = "${OPENHARMONY_VERSION}"
OPENHARMONY_VERSION_FULL:openharmony-3.1 = "3.1.1"
PREFERRED_VERSION_openharmony-standard = "${OPENHARMONY_VERSION}"
# LLVM/Clang toolchain
......
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