From 72454bdae2bc2c5ca7a8de78cdeebacc6fd7381b Mon Sep 17 00:00:00 2001 From: Alejandro Benete Date: Tue, 30 Mar 2021 11:16:27 +0200 Subject: [PATCH] meta-somdevices: somdevices-minimal: Added packages to minimal image. Added ethname, wilc-fw, wilc-modules-load, network, wireless-regdb, somdevices-keys and hostapd packages to somdevices-minimal. Signed-off-by: Alejandro Benete --- recipes-somdevices/images/somdevices-minimal.bb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/recipes-somdevices/images/somdevices-minimal.bb b/recipes-somdevices/images/somdevices-minimal.bb index c23f611..0c253b4 100644 --- a/recipes-somdevices/images/somdevices-minimal.bb +++ b/recipes-somdevices/images/somdevices-minimal.bb @@ -34,6 +34,13 @@ CORE_IMAGE_EXTRA_INSTALL += " \ rng-tools \ usb-modeswitch \ rsync \ + ethname \ + wilc-fw \ + wilc-modules-load \ + network \ + wireless-regdb \ + somdevices-keys \ + hostapd \ " IMAGE_FEATURES += " package-management" -- 2.17.1