From 99d643cc5ea9c0dd7a04fb6d73fd71931d1940ff Mon Sep 17 00:00:00 2001 From: James Turton Date: Mon, 13 Apr 2026 21:54:45 +0200 Subject: [PATCH] Include packagegroup-base-wifi in image This also pulls in wireless-regdb-static to suppress the warning at boot. --- meta-opencentauri/images/opencentauri-image-base.bb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/meta-opencentauri/images/opencentauri-image-base.bb b/meta-opencentauri/images/opencentauri-image-base.bb index f3f81862..735f1571 100644 --- a/meta-opencentauri/images/opencentauri-image-base.bb +++ b/meta-opencentauri/images/opencentauri-image-base.bb @@ -1,7 +1,11 @@ DESCRIPTION = "OpenCentauri Base Image" LICENSE = "GPL-3.0-only" -IMAGE_INSTALL = "packagegroup-core-boot ${CORE_IMAGE_EXTRA_INSTALL}" +IMAGE_INSTALL = " \ + packagegroup-core-boot \ + packagegroup-base-wifi \ + ${CORE_IMAGE_EXTRA_INSTALL} \ +" IMAGE_LINGUAS = " " @@ -16,8 +20,6 @@ CORE_IMAGE_EXTRA_INSTALL += "\ kernel-modules \ rtw88 \ aic8800 \ - wpa-supplicant \ - iw \ kalico \ moonraker \ mainsail \