Skip to content
Snippets Groups Projects

Update OpenHarmony source repositories to v3.1.1

1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
  • 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>
@@ -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
Loading