From: Josep Orga Date: Thu, 15 Apr 2021 17:27:26 +0000 (+0200) Subject: meta-somdevices: somdevices-minimal: Removed dhcp-client and added nano packages. X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=6c590daa9a15fa2b81e58a76d3a8d6ea61fb40fa;p=meta-somdevices.git meta-somdevices: somdevices-minimal: Removed dhcp-client and added nano packages. Signed-off-by: Josep Orga --- diff --git a/recipes-somdevices/images/somdevices-minimal.bb b/recipes-somdevices/images/somdevices-minimal.bb index eca3904..bd0d180 100644 --- a/recipes-somdevices/images/somdevices-minimal.bb +++ b/recipes-somdevices/images/somdevices-minimal.bb @@ -20,7 +20,6 @@ CORE_IMAGE_EXTRA_INSTALL += " \ python-six \ python-pip \ sshd \ - dhcp-client \ iw \ wpa-supplicant \ i2c-tools \ @@ -42,6 +41,7 @@ CORE_IMAGE_EXTRA_INSTALL += " \ somdevices-keys \ hostapd \ util-linux-wall \ + nano \ " IMAGE_FEATURES += " package-management"