diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-12-20 00:00:03 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-12-20 00:00:03 +0000 |
| commit | f5b38f9db0cebb0c7c9d9d72fa98a4ff5241db20 (patch) | |
| tree | 337089b8ad5015b9485099a263763c0c72cd3a99 /meta/packages/tasks/task-oh.bb | |
| parent | 50bbb7742c760360d1003e441e2a029bee3035df (diff) | |
| download | poky-f5b38f9db0cebb0c7c9d9d72fa98a4ff5241db20.tar.gz | |
Remove DISTRO_TYPE, replacing with IMAGE_FEATURES. Documentation is in local.conf.sample
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1053 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/tasks/task-oh.bb')
| -rw-r--r-- | meta/packages/tasks/task-oh.bb | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/meta/packages/tasks/task-oh.bb b/meta/packages/tasks/task-oh.bb index d7f9b055a1..5b9ce8ce81 100644 --- a/meta/packages/tasks/task-oh.bb +++ b/meta/packages/tasks/task-oh.bb | |||
| @@ -1,14 +1,28 @@ | |||
| 1 | DESCRIPTION = "Tasks for OpenedHand Poky" | 1 | pDESCRIPTION = "Tasks for OpenedHand Poky" |
| 2 | PR = "r43" | 2 | PR = "r44" |
| 3 | 3 | ||
| 4 | PACKAGES = "\ | 4 | PACKAGES = "\ |
| 5 | task-oh-base \ | 5 | task-oh-base \ |
| 6 | task-oh-base-dbg \ | ||
| 7 | task-oh-base-dev \ | ||
| 6 | task-oh-boot \ | 8 | task-oh-boot \ |
| 9 | task-oh-boot-dbg \ | ||
| 10 | task-oh-boot-dev \ | ||
| 7 | task-oh-standard \ | 11 | task-oh-standard \ |
| 12 | task-oh-standard-dbg \ | ||
| 13 | task-oh-standard-dev \ | ||
| 8 | task-oh-boot-extras \ | 14 | task-oh-boot-extras \ |
| 15 | task-oh-boot-extras-dbg \ | ||
| 16 | task-oh-boot-extras-dev \ | ||
| 9 | task-oh-boot-min-extras \ | 17 | task-oh-boot-min-extras \ |
| 18 | task-oh-boot-min-extras-dbg \ | ||
| 19 | task-oh-boot-min-extras-dev \ | ||
| 10 | task-oh-devtools \ | 20 | task-oh-devtools \ |
| 11 | task-oh-testapps" | 21 | task-oh-devtools-dbg \ |
| 22 | task-oh-devtools-dev \ | ||
| 23 | task-oh-testapps \ | ||
| 24 | task-oh-testapps-dbg \ | ||
| 25 | task-oh-testapps-dev" | ||
| 12 | 26 | ||
| 13 | XSERVER ?= "xserver-kdrive-fbdev" | 27 | XSERVER ?= "xserver-kdrive-fbdev" |
| 14 | 28 | ||
| @@ -29,7 +43,6 @@ RDEPENDS_task-oh-boot = "\ | |||
| 29 | ipkg \ | 43 | ipkg \ |
| 30 | update-alternatives \ | 44 | update-alternatives \ |
| 31 | module-init-tools-depmod" | 45 | module-init-tools-depmod" |
| 32 | # linux-hotplug \ | ||
| 33 | 46 | ||
| 34 | RDEPENDS_task-oh-boot-extras = "\ | 47 | RDEPENDS_task-oh-boot-extras = "\ |
| 35 | task-base" | 48 | task-base" |
