aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/images
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-07-21 12:15:32 +0000
committerRichard Purdie <richard@openedhand.com>2006-07-21 12:15:32 +0000
commit440b33ae8e3d42ef375b8fb65b73c3e7d52fdba7 (patch)
tree84d09efa365f275f479e06f0f01424dd933e8983 /meta/packages/images
parent64f45a4e05b0d8aaf35e8a7435de3ce910017031 (diff)
downloadopenembedded-core-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.bb4
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"
XSERVER ?= "xserver-kdrive-fbdev"
DEPENDS = "task-oh"
-
+
RDEPENDS = "\
task-oh-boot \
task-oh-boot-extras \
task-oh-base \
task-oh-standard \
+ ${@base_conditional("DISTRO_TYPE", "debug", "task-oh-devtools", "",d)} \
+ ${@base_conditional("DISTRO_TYPE", "debug", "task-oh-testapps", "",d)} \
${XSERVER} "
export IPKG_INSTALL = "${RDEPENDS}"