From 218f26c95a973987625d2e359ddddbb130319bf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 31 Mar 2019 22:17:45 +0200 Subject: [PATCH] mortsgna-distro-features.inc: prettify list of distro features MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../include/mortsgna-distro-features.inc | 26 ++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/conf/distro/include/mortsgna-distro-features.inc b/conf/distro/include/mortsgna-distro-features.inc index ecda558..9b5a312 100644 --- a/conf/distro/include/mortsgna-distro-features.inc +++ b/conf/distro/include/mortsgna-distro-features.inc @@ -1,5 +1,29 @@ # We want images supporting the following features (for packagegroup(-core)-base) -DISTRO_FEATURES = "alsa argp bluetooth ext2 ipv4 ipv6 irda largefile nfs pam pci pcmcia ppp smbfs systemd usbgadget usbhost vfat wifi xattr zeroconf gobject-introspection-data" + +DISTRO_FEATURES = " \ + alsa \ + argp \ + bluetooth \ + ext2 \ + ipv4 \ + ipv6 \ + irda \ + largefile \ + nfs \ + pam \ + pci \ + pcmcia \ + ppp \ + smbfs \ + systemd \ + usbgadget \ + usbhost \ + vfat \ + wifi \ + xattr \ + zeroconf \ + gobject-introspection-data \ +" # Disable sysvinit for recipes with systemd support DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit"