Skip to content
Snippets Groups Projects
Commit 462af3d7 authored by Esben Haabendal's avatar Esben Haabendal
Browse files

oniro-openharmony-linux.conf: Prepare use with other distros


This makes it easier to use of meta-openharmony in projects that does not use
oniro-openharmony-linux distro configuration.

Signed-off-by: default avatarEsben Haabendal <esben.haabendal@huawei.com>
parent e43b3215
No related branches found
No related tags found
1 merge request!26Various changes in preparation for integration with meta-oniro-core
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
# OpenHarmony OS version
OPENHARMONY_VERSION ?= "3.1"
OPENHARMONY_OVERRIDES = "openharmony-${OPENHARMONY_VERSION}"
OPENHARMONY_VERSION_FULL = "${OPENHARMONY_VERSION}"
OPENHARMONY_VERSION_FULL:openharmony-3.1 = "3.1.1"
PREFERRED_VERSION_openharmony-standard = "${OPENHARMONY_VERSION}"
...@@ -7,13 +7,8 @@ DISTRO_NAME = "Oniro/OpenHarmony Linux Distro" ...@@ -7,13 +7,8 @@ DISTRO_NAME = "Oniro/OpenHarmony Linux Distro"
DISTRO_VERSION = "1.99.99" DISTRO_VERSION = "1.99.99"
# OpenHarmony OS version # OpenHarmony OS version
OPENHARMONY_VERSION ?= "3.1" require include/openharmony.inc
DISTROOVERRIDES:append = ":${OPENHARMONY_OVERRIDES}"
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 # LLVM/Clang toolchain
TOOLCHAIN = "clang" TOOLCHAIN = "clang"
......
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