From 4952c7e0fede3efbaf5bb9b1e153daa5071ef6a5 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 26 Jul 2006 22:22:44 +0000 Subject: 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 --- meta/conf/distro/poky.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/conf/distro') 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" -- cgit v1.2.3