From: Hugo Villeneuve Date: Tue, 17 Jan 2023 22:16:02 +0000 (-0500) Subject: Add hvmpd distro X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=96f34e8b39cc0ad568b764643e537b84be3ac764;p=yocto%2Fmeta-hvmpd.git Add hvmpd distro --- diff --git a/conf/distro/hvmpd.conf b/conf/distro/hvmpd.conf new file mode 100644 index 0000000..57cd7ba --- /dev/null +++ b/conf/distro/hvmpd.conf @@ -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"