diff options
author | Richard Purdie <richard@openedhand.com> | 2006-07-21 12:15:32 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-07-21 12:15:32 +0000 |
commit | 440b33ae8e3d42ef375b8fb65b73c3e7d52fdba7 (patch) | |
tree | 84d09efa365f275f479e06f0f01424dd933e8983 /meta/packages/images | |
parent | 64f45a4e05b0d8aaf35e8a7435de3ce910017031 (diff) | |
download | poky-440b33ae8e3d42ef375b8fb65b73c3e7d52fdba7.tar.gz |
Add task-oh-devtools and task-oh-testapps to oh-image, conditionally based on DISTRO_TYPE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@535 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/images')
-rw-r--r-- | meta/packages/images/oh-image.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/images/oh-image.bb b/meta/packages/images/oh-image.bb index 7750eeb6f8..2d10e04ebc 100644 --- a/meta/packages/images/oh-image.bb +++ b/meta/packages/images/oh-image.bb | |||
@@ -7,12 +7,14 @@ GUI_MACHINE_CLASS ?= "none" | |||
7 | XSERVER ?= "xserver-kdrive-fbdev" | 7 | XSERVER ?= "xserver-kdrive-fbdev" |
8 | 8 | ||
9 | DEPENDS = "task-oh" | 9 | DEPENDS = "task-oh" |
10 | 10 | ||
11 | RDEPENDS = "\ | 11 | RDEPENDS = "\ |
12 | task-oh-boot \ | 12 | task-oh-boot \ |
13 | task-oh-boot-extras \ | 13 | task-oh-boot-extras \ |
14 | task-oh-base \ | 14 | task-oh-base \ |
15 | task-oh-standard \ | 15 | task-oh-standard \ |
16 | ${@base_conditional("DISTRO_TYPE", "debug", "task-oh-devtools", "",d)} \ | ||
17 | ${@base_conditional("DISTRO_TYPE", "debug", "task-oh-testapps", "",d)} \ | ||
16 | ${XSERVER} " | 18 | ${XSERVER} " |
17 | 19 | ||
18 | export IPKG_INSTALL = "${RDEPENDS}" | 20 | export IPKG_INSTALL = "${RDEPENDS}" |