From 26e09efaf3b1d860445deaaa4a68edb8d87c037f Mon Sep 17 00:00:00 2001 From: Josep Orga Date: Tue, 16 Nov 2021 18:33:27 +0100 Subject: [PATCH] meta-somdevices: Created somdevices-minimal.bb image to somdevices configuration. Signed-off-by: Josep Orga --- .../images/somdevices-minimal.bb | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 recipes-somdevices/images/somdevices-minimal.bb diff --git a/recipes-somdevices/images/somdevices-minimal.bb b/recipes-somdevices/images/somdevices-minimal.bb new file mode 100644 index 0000000..28bcb57 --- /dev/null +++ b/recipes-somdevices/images/somdevices-minimal.bb @@ -0,0 +1,43 @@ +SUMMARY = "SOMDEVICES minimal image" + +LICENSE = "MIT" + +inherit core-image + +CORE_IMAGE_EXTRA_INSTALL += " \ + packagegroup-core-boot \ + python3 \ + python3-requests \ + python3-pyserial \ + python3-websocket-client \ + python3-spidev \ + python3-numpy \ + python3-json \ + python3-pip \ + sshd \ + iw \ + wpa-supplicant \ + i2c-tools \ + ppp \ + tzdata \ + bluez5 \ + iproute2 \ + can-utils \ + avahi-utils \ + avahi-daemon \ + rng-tools \ + usb-modeswitch \ + rsync \ + wifi-modules-load \ + network \ + somdevices-keys \ + hostapd \ + util-linux-wall \ + nano \ +" + +IMAGE_FEATURES += " package-management" +IMAGE_BOOT_FILES += " imx8mm-somdevices.dtb" + +inherit extrausers +EXTRA_USERS_PARAMS = "usermod -p '\$6\$fA/wBANidw0\$NDNi79WYCcvUYINNKcLboslF.StZj6xyY7D3m0A3Ggf7NSbGtPbWWFoklwr3rcb6VyAvL9JmqWU.NtQDc2jt7/' root" -- 2.17.1