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

oniro-openharmony-linux.conf: Reduced default distro features set


Let's start out with most basic distro features only, and build up from there as
we see the need.

Signed-off-by: default avatarEsben Haabendal <esben.haabendal@huawei.com>
parent 55f362e4
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,9 @@ CLANGSDK = "1"
# Include static libraries in SDK
SDKIMAGE_FEATURES:append = " staticdev-pkgs"
ONIRO_OPENHARMONY_DEFAULT_DISTRO_FEATURES = "ipv4 ptest"
DISTRO_FEATURES ?= "${ONIRO_OPENHARMONY_DEFAULT_DISTRO_FEATURES}"
# Linux kernel version
PREFERRED_VERSION_linux-yocto = "5.10.%"
......
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