summaryrefslogtreecommitdiff
path: root/meta/conf/distro
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-07-26 22:22:44 +0000
committerRichard Purdie <richard@openedhand.com>2006-07-26 22:22:44 +0000
commit4952c7e0fede3efbaf5bb9b1e153daa5071ef6a5 (patch)
treef705b0e1e1ea9aa10e4786212eed4a7685362e43 /meta/conf/distro
parent36a7962e7428a79c5bde3f3b0fd36ce3ed19b439 (diff)
downloadopenembedded-core-4952c7e0fede3efbaf5bb9b1e153daa5071ef6a5.tar.gz
openembedded-core-4952c7e0fede3efbaf5bb9b1e153daa5071ef6a5.tar.bz2
openembedded-core-4952c7e0fede3efbaf5bb9b1e153daa5071ef6a5.tar.xz
openembedded-core-4952c7e0fede3efbaf5bb9b1e153daa5071ef6a5.zip
Totally rework task handling for machine/distro specific features. Create task-base.bb to handle this and update machine/distro files accordingly. MACHINE_FEATURES and DISTRO_FEATURES together combine to configure the machine specific task-base and other specific tasks can easily be created (task-base-oh-minimal is an exmaple)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@562 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/distro')
-rw-r--r--meta/conf/distro/poky.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
index 4218ce80b..4bfe462a4 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -171,3 +171,5 @@ PCMCIA_MANAGER ?= "pcmciautils"
CVS_TARBALL_STASH += "http://www.o-hand.com/~richard/poky/sources/"
IMAGE_LINGUAS = "en-gb"
+
+DISTRO_FEATURES = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi"