Totally rework task handling for machine/distro specific features. Create task-base...
authorRichard Purdie <richard@openedhand.com>
Wed, 26 Jul 2006 22:22:44 +0000 (22:22 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 26 Jul 2006 22:22:44 +0000 (22:22 +0000)
commit1d9cfc1379f63185e6b923709aedf9a64f656eb7
treef705b0e1e1ea9aa10e4786212eed4a7685362e43
parentc589288b249545d516ade8b25fb818b86e2fbb0e
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
meta/conf/machine/include/handheld-common.conf [deleted file]
meta/conf/machine/include/zaurus-clamshell-2.6.conf
meta/conf/machine/ipaq-pxa270.conf
meta/conf/machine/spitz.conf
meta/packages/tasks/task-base.bb [new file with mode: 0644]
meta/packages/tasks/task-oh.bb