--- /dev/null
+LICENSE = "CLOSED"
+
+inherit core-image
+
+IMAGE_FEATURES += "ssh-server-openssh"
+
+# Common features/components:
+IMAGE_INSTALL:append = " \
+ libgpiod-tools \
+ parted \
+ e2fsprogs \
+ nano \
+ tzdata \
+ util-linux \
+ sudo \
+ evtest \
+ i2c-tools \
+"
+
+IMAGE_INSTALL:append = " \
+ libubootenv \
+ u-boot-fw-utils \
+ u-boot-default-env \
+"
+
+# Add SWUpdate components
+IMAGE_INSTALL:append = " \
+ swupdate \
+ swupdate-usb \
+ swupdate-progress \
+"
+
+# Remove swupdate-www (package with the website, that you can customize with
+# your own logo, template and style).
+IMAGE_INSTALL:remove = " \
+ swupdate-www \
+"
+
+IMAGE_FSTYPES += "tar.gz"
--- /dev/null
+SUMMARY = "HV MPD development image"
+
+require image-hvmpd-common.inc
+
+# Image suitable for development (empty root password):
+IMAGE_FEATURES += "debug-tweaks"
+
+# Add debugging tools (gdb and strace, etc):
+IMAGE_FEATURES += "tools-debug"
+
+# Add development tools (gcc, make, pkgconfig, etc):
+IMAGE_FEATURES += "tools-sdk"
+
+# Additional development tools:
+IMAGE_INSTALL:append = " \
+ curl \
+ lsof \
+ spitools \
+ tcpdump \
+"
+
+# Size must be in Kbytes:
+IMAGE_ROOTFS_SIZE = "1048576"
--- /dev/null
+SUMMARY = "HV MPD production image"
+
+require image-hvmpd-common.inc
+
+# Size must be in Kbytes:
+IMAGE_ROOTFS_SIZE = "768000"