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 | poky-4952c7e0fede3efbaf5bb9b1e153daa5071ef6a5.tar.gz |
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 @@ | |||
1 | DESCRIPTION = "Tasks for OpenedHand Poky" | 1 | DESCRIPTION = "Tasks for OpenedHand Poky" |
2 | MAINTAINER = "Richard Purdie <richard@openedhand.com>" | 2 | MAINTAINER = "Richard Purdie <richard@openedhand.com>" |
3 | PR = "r37" | 3 | PR = "r40" |
4 | 4 | ||
5 | PACKAGES = "\ | 5 | PACKAGES = "\ |
6 | task-oh-base \ | 6 | task-oh-base \ |
@@ -25,20 +25,15 @@ RDEPENDS_task-oh-boot = "\ | |||
25 | modutils-initscripts \ | 25 | modutils-initscripts \ |
26 | fuser \ | 26 | fuser \ |
27 | setserial \ | 27 | setserial \ |
28 | linux-hotplug \ | ||
29 | ipkg \ | 28 | ipkg \ |
30 | module-init-tools-depmod" | 29 | module-init-tools-depmod" |
30 | # linux-hotplug \ | ||
31 | 31 | ||
32 | RDEPENDS_task-oh-boot-extras = "\ | 32 | RDEPENDS_task-oh-boot-extras = "\ |
33 | ${BOOTSTRAP_EXTRA_RDEPENDS}" | 33 | task-base" |
34 | 34 | ||
35 | RDEPENDS_task-oh-boot-min-extras = "\ | 35 | RDEPENDS_task-oh-boot-min-extras = "\ |
36 | kernel \ | 36 | task-base-oh-minimal" |
37 | udev \ | ||
38 | sysfsutils \ | ||
39 | ${PCMCIA_MANAGER} \ | ||
40 | apm \ | ||
41 | udev-utils" | ||
42 | 37 | ||
43 | RDEPENDS_task-oh-base = "\ | 38 | RDEPENDS_task-oh-base = "\ |
44 | matchbox-common \ | 39 | matchbox-common \ |
@@ -94,12 +89,6 @@ RDEPENDS_task-oh-standard = "\ | |||
94 | gnome-vfs-plugin-http \ | 89 | gnome-vfs-plugin-http \ |
95 | gtk-theme-clearlooks" | 90 | gtk-theme-clearlooks" |
96 | 91 | ||
97 | RDEPENDS_task-oh-standard_append_c7x0 = " zaurusd " | ||
98 | RDEPENDS_task-oh-standard_append_spitz = " zaurusd " | ||
99 | RDEPENDS_task-oh-standard_append_akita = " zaurusd " | ||
100 | |||
101 | PACKAGE_ARCH_task-oh-standard = "${MACHINE_ARCH}" | ||
102 | |||
103 | RDEPENDS_task-oh-devtools = "\ | 92 | RDEPENDS_task-oh-devtools = "\ |
104 | oprofile \ | 93 | oprofile \ |
105 | gdb \ | 94 | gdb \ |