Add hvmpd distro
authorHugo Villeneuve <hugo@hugovil.com>
Tue, 17 Jan 2023 22:16:02 +0000 (17:16 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 1 Mar 2023 17:10:15 +0000 (12:10 -0500)
conf/distro/hvmpd.conf [new file with mode: 0644]

diff --git a/conf/distro/hvmpd.conf b/conf/distro/hvmpd.conf
new file mode 100644 (file)
index 0000000..57cd7ba
--- /dev/null
@@ -0,0 +1,27 @@
+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"