From a5c841646bb3b7dca9a10da676b59544af73359e Mon Sep 17 00:00:00 2001 From: Josep Orga Date: Fri, 12 Feb 2021 10:03:47 +0100 Subject: [PATCH] meta-somdevices: Updated somdevices-minimal.bb image to somdevices configuration. Signed-off-by: Josep Orga --- .../images/somdevices-minimal.bb | 41 +++++++++++++++---- 1 file changed, 34 insertions(+), 7 deletions(-) diff --git a/recipes-somdevices/images/somdevices-minimal.bb b/recipes-somdevices/images/somdevices-minimal.bb index 4630026..c23f611 100644 --- a/recipes-somdevices/images/somdevices-minimal.bb +++ b/recipes-somdevices/images/somdevices-minimal.bb @@ -1,12 +1,39 @@ -SUMMARY = "A small image just capable of allowing a device to boot." - -IMAGE_INSTALL = "packagegroup-core-boot ${CORE_IMAGE_EXTRA_INSTALL}" - -IMAGE_LINGUAS = " " +SUMMARY = "SOMDEVICES minimal image" LICENSE = "MIT" inherit core-image -IMAGE_ROOTFS_SIZE ?= "8192" -IMAGE_ROOTFS_EXTRA_SPACE_append = "${@bb.utils.contains("DISTRO_FEATURES", "systemd", " + 4096", "" ,d)}" +CORE_IMAGE_EXTRA_INSTALL += " \ + packagegroup-core-boot \ + python \ + python-future \ + python-pprint \ + python-difflib \ + python-modules \ + python-requests \ + python-pyserial \ + python-websocket-client \ + python-spidev \ + python-numpy \ + python-json \ + python-six \ + python-pip \ + sshd \ + dhcp-client \ + iw \ + wpa-supplicant \ + i2c-tools \ + ppp \ + tzdata \ + bluez5 \ + iproute2 \ + can-utils \ + avahi-utils \ + avahi-daemon \ + rng-tools \ + usb-modeswitch \ + rsync \ +" + +IMAGE_FEATURES += " package-management" -- 2.17.1