From 375fad72ec33085aca479fa62de736498a2c98b9 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Mon, 7 Aug 2023 17:07:06 +0200 Subject: [PATCH] images/ramdisk-minimal: Add networkmanager nss and gnutles packageconfigs are required for the nmcli package --- layers/meta-nwl-distro/conf/distro/nwl.conf | 2 +- .../recipes-core/images/nwl-ramdisk-minimal.bb | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/layers/meta-nwl-distro/conf/distro/nwl.conf b/layers/meta-nwl-distro/conf/distro/nwl.conf index 03b8042..fa0a737 100644 --- a/layers/meta-nwl-distro/conf/distro/nwl.conf +++ b/layers/meta-nwl-distro/conf/distro/nwl.conf @@ -34,5 +34,5 @@ DISTRO_FEATURES_BACKFILL_CONSIDERED = "ldconfig pulseaudio gobject-introspection DISTRO_FEATURES:remove = "ptest virtualization" PACKAGECONFIG:pn-systemd = "usrmerge rfkill kmod timedated vconsole" -PACKAGECONFIG:pn-networkmanager = "systemd wifi bluez5 nmcli" +PACKAGECONFIG:pn-networkmanager = "systemd nss gnutls wifi bluez5 nmcli" PACKAGECONFIG:pn-bluez5 = "systemd udev" diff --git a/layers/meta-nwl-distro/recipes-core/images/nwl-ramdisk-minimal.bb b/layers/meta-nwl-distro/recipes-core/images/nwl-ramdisk-minimal.bb index 5426c8a..c4101d2 100644 --- a/layers/meta-nwl-distro/recipes-core/images/nwl-ramdisk-minimal.bb +++ b/layers/meta-nwl-distro/recipes-core/images/nwl-ramdisk-minimal.bb @@ -11,3 +11,7 @@ NO_RECOMMENDATIONS = "1" COREOS_IMAGE_GENERATE_INSTALLER = "0" COREOS_IMAGE_GENERATE_UKI = "0" COREOS_IMAGE_GENERATE_SWU = "0" + +IMAGE_INSTALL:append = " \ + networkmanager-nmcli \ + "