diff options
author | Rod Whitby <rod@whitby.id.au> | 2008-05-10 13:30:08 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2008-05-10 13:30:08 +0000 |
commit | 5dfa872d86e68f511e58280cc7f88377b56124d2 (patch) | |
tree | 829483bdff300b302e3b1c47fc99c8321e99ba07 | |
parent | fd43fae685359dc3b44a30be44fb477fca3b723f (diff) |
slugos.inc: Enable relevant distro features
-rw-r--r-- | conf/distro/include/slugos.inc | 3 |
1 files changed, 3 insertions, 0 deletions
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 |