+++ /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 \
- ethtool \
-"
-
-# Music server specific features/components:
-IMAGE_INSTALL:append = " \
- alsa-utils \
- mpd \
- mpc \
- ympd \
- shairport-sync \
-"
-
-# Needed by shairport-sync:
-IMAGE_INSTALL:append = " \
- avahi-daemon \
-"
-
-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"
SUMMARY = "HV MPD development image"
-require image-hvmpd-common.inc
+require include/image-hvmpd-common.inc
# Image suitable for development (empty root password):
IMAGE_FEATURES += "debug-tweaks"
SUMMARY = "HV MPD production image"
-require image-hvmpd-common.inc
+require include/image-hvmpd-common.inc
--- /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 \
+ ethtool \
+"
+
+# Music server specific features/components:
+IMAGE_INSTALL:append = " \
+ alsa-utils \
+ mpd \
+ mpc \
+ ympd \
+ shairport-sync \
+"
+
+# Needed by shairport-sync:
+IMAGE_INSTALL:append = " \
+ avahi-daemon \
+"
+
+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"