meta-somdevices: Updated somdevices-minimal.bb image to somdevices configuration.
authorJosep Orga <jorga@somdevices.com>
Fri, 12 Feb 2021 09:03:47 +0000 (10:03 +0100)
committerJosep Orga <jorga@somdevices.com>
Fri, 12 Feb 2021 09:03:47 +0000 (10:03 +0100)
Signed-off-by: Josep Orga <jorga@somdevices.com>
recipes-somdevices/images/somdevices-minimal.bb

index 4630026..c23f611 100644 (file)
@@ -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"