--- /dev/null
+require conf/distro/poky.conf
+
+DISTRO = "hvmpd"
+DISTRO_NAME = "HV MPD distribution"
+
+# Declare that we want to be treated like poky:
+DISTROOVERRIDES =. "poky:"
+
+INIT_MANAGER = "systemd"
+DISTRO_FEATURES:append = " systemd"
+DISTRO_FEATURES:append = " usbhost"
+
+# We will _never_ use these features (remember that _remove overrides
+# are final).
+DISTRO_FEATURES:remove = "x11 directfb vulkan 3g nfc opengl ptest pcmcia zeroconf wayland"
+
+# Remove pulseaudio support:
+DISTRO_FEATURES_BACKFILL_CONSIDERED:append = " pulseaudio"
+
+ACCEPT_FSL_EULA = "1"
+LICENSE_FLAGS_ACCEPTED = "commercial"
+
+DEFAULT_TIMEZONE = "America/New_York"
+
+# The current locale can be set in /etc/locale.conf.
+# List of locales to install in all images:
+IMAGE_LINGUAS = "en-us en-ca"