diff options
author | Richard Purdie <richard@openedhand.com> | 2006-07-26 22:22:44 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-07-26 22:22:44 +0000 |
commit | 4952c7e0fede3efbaf5bb9b1e153daa5071ef6a5 (patch) | |
tree | f705b0e1e1ea9aa10e4786212eed4a7685362e43 /meta/packages/tasks/task-oh.bb | |
parent | 36a7962e7428a79c5bde3f3b0fd36ce3ed19b439 (diff) | |
download | openembedded-core-4952c7e0fede3efbaf5bb9b1e153daa5071ef6a5.tar.gz openembedded-core-4952c7e0fede3efbaf5bb9b1e153daa5071ef6a5.tar.bz2 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/packages/tasks/task-oh.bb')
-rw-r--r-- | meta/packages/tasks/task-oh.bb | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/meta/packages/tasks/task-oh.bb b/meta/packages/tasks/task-oh.bb index 8c0c637ffb..c7f45bb634 100644 --- a/meta/packages/tasks/task-oh.bb +++ b/meta/packages/tasks/task-oh.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Tasks for OpenedHand Poky" MAINTAINER = "Richard Purdie <richard@openedhand.com>" -PR = "r37" +PR = "r40" PACKAGES = "\ task-oh-base \ @@ -25,20 +25,15 @@ RDEPENDS_task-oh-boot = "\ modutils-initscripts \ fuser \ setserial \ - linux-hotplug \ ipkg \ module-init-tools-depmod" +# linux-hotplug \ RDEPENDS_task-oh-boot-extras = "\ - ${BOOTSTRAP_EXTRA_RDEPENDS}" + task-base" RDEPENDS_task-oh-boot-min-extras = "\ - kernel \ - udev \ - sysfsutils \ - ${PCMCIA_MANAGER} \ - apm \ - udev-utils" + task-base-oh-minimal" RDEPENDS_task-oh-base = "\ matchbox-common \ @@ -94,12 +89,6 @@ RDEPENDS_task-oh-standard = "\ gnome-vfs-plugin-http \ gtk-theme-clearlooks" -RDEPENDS_task-oh-standard_append_c7x0 = " zaurusd " -RDEPENDS_task-oh-standard_append_spitz = " zaurusd " -RDEPENDS_task-oh-standard_append_akita = " zaurusd " - -PACKAGE_ARCH_task-oh-standard = "${MACHINE_ARCH}" - RDEPENDS_task-oh-devtools = "\ oprofile \ gdb \ |