]> code.ossystems Code Review - openembedded-core.git/commit
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)
commit4952c7e0fede3efbaf5bb9b1e153daa5071ef6a5
treef705b0e1e1ea9aa10e4786212eed4a7685362e43
parent36a7962e7428a79c5bde3f3b0fd36ce3ed19b439
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