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

linux-libc-headers: Switch to distro-neutral openharmony override


This allows building OpenHarmony compatible linux-libc-headers using any distro
configuration which enables "openharmony" in its DISTROOVERRIDES.

Signed-off-by: default avatarEsben Haabendal <esben.haabendal@huawei.com>
parent 501e1bc5
No related branches found
No related tags found
1 merge request!26Various changes in preparation for integration with meta-oniro-core
...@@ -4,6 +4,6 @@ ...@@ -4,6 +4,6 @@
# OpenHarmony relies on Android's ashmem, which is in staging and therefore # OpenHarmony relies on Android's ashmem, which is in staging and therefore
# the header is not installed by default # the header is not installed by default
do_install:append:oniro-openharmony-linux() { do_install:append:openharmony() {
install ${S}/drivers/staging/android/uapi/ashmem.h ${D}${includedir}/linux install ${S}/drivers/staging/android/uapi/ashmem.h ${D}${includedir}/linux
} }
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