From: Rod Whitby Date: Sat, 10 May 2008 13:30:08 +0000 (+0000) Subject: slugos.inc: Enable relevant distro features X-Git-Tag: Release-2010-05/1~6964 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dfa872d86e68f511e58280cc7f88377b56124d2;p=openembedded.git slugos.inc: Enable relevant distro features --- diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc index ae79e5f9ae..3acc8b2bc2 100644 --- a/conf/distro/include/slugos.inc +++ b/conf/distro/include/slugos.inc @@ -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