Skip to content
Snippets Groups Projects

Consolidate with current state of kirkstone-staging branch

Merged Esben Haabendal requested to merge esben/meta-openharmony:ptest into kirkstone
All threads resolved!
9 files
+ 173
32
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -18,6 +18,11 @@ 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}"
INIT_MANAGER = "systemd"
# Linux kernel version
PREFERRED_VERSION_linux-yocto = "5.10.%"
@@ -26,3 +31,8 @@ require conf/distro/include/yocto-uninative.inc
INHERIT += "uninative"
require include/openssl.inc
# Workaround for missing host tools in do_testimage when not adding testimage to
# IMAGE_CLASSES, but doing a direct `inherit testimage` in image recipes
# instead.
HOSTTOOLS += "ip ping ps scp ssh stty"
Loading