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

oniro-openharmony-linux.conf: Add MUSL_LDSO_PATHS distro variable


This variable holds the system library folders used by OpenHarmony. It
will be used to generate the file /etc/ld-musl-${MUSL_LDSO_ARCH}.path.
It will also be used to do a sanity check and verify that all
/lib/module/* subfolders are parts of this musl ldso file.

Signed-off-by: default avatarThierry Escande <thierry.escande@huawei.com>
parent a7238ae7
No related branches found
No related tags found
1 merge request!24Add MUSL_LDSO_PATHS distro variable
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
MUSL_LDSO_PATHS = " \
module \
module/ability \
module/account \
module/app \
module/data \
module/distributedhardware \
module/multimedia \
module/telephony \
"
MUSL_LDSO_PATHS:append:openharmony-3.1 = " \
module/application \
module/bundle \
module/events \
module/multimodalinput \
module/net \
module/security \
"
...@@ -43,6 +43,7 @@ INHERIT += "uninative" ...@@ -43,6 +43,7 @@ INHERIT += "uninative"
require include/openssl.inc require include/openssl.inc
require include/java.inc require include/java.inc
require include/musl-ldso-paths.inc
# Workaround for missing host tools in do_testimage when not adding testimage to # Workaround for missing host tools in do_testimage when not adding testimage to
# IMAGE_CLASSES, but doing a direct `inherit testimage` in image recipes # IMAGE_CLASSES, but doing a direct `inherit testimage` in image recipes
......
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