slugos.inc: Enable relevant distro features
authorRod Whitby <rod@whitby.id.au>
Sat, 10 May 2008 13:30:08 +0000 (13:30 +0000)
committerRod Whitby <rod@whitby.id.au>
Sat, 10 May 2008 13:30:08 +0000 (13:30 +0000)
conf/distro/include/slugos.inc

index ae79e5f..3acc8b2 100644 (file)
@@ -23,6 +23,9 @@ DISTRO_VERSION ?= "${SLUGOS_VERSION}${DISTRO_REVISION}-${DISTRO_TYPE}"
 # DISTRO_FEED ?= "${SLUGOS_VERSION}-${DISTRO_TYPE}"
 DISTRO_FEED ?= "unstable"
 
+# We want images supporting the following features (for task-base)
+DISTRO_FEATURES = "nfs smbfs wifi ppp alsa bluetooth ext2 vfat irda pcmcia usbgadget usbhost pci"
+
 IMAGE_BASENAME = "${@['slugos${SITEINFO_ENDIANESS}', 'ucslugc'][bb.data.getVar('TARGET_OS', d, 1) == 'linux-uclibc']}"
 
 # The following need not be set, the defaults should be adequate