summaryrefslogtreecommitdiffstats
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
parent64f45a4e05b0d8aaf35e8a7435de3ce910017031 (diff)
downloadpoky-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
-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"
7XSERVER ?= "xserver-kdrive-fbdev" 7XSERVER ?= "xserver-kdrive-fbdev"
8 8
9DEPENDS = "task-oh" 9DEPENDS = "task-oh"
10 10
11RDEPENDS = "\ 11RDEPENDS = "\
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
18export IPKG_INSTALL = "${RDEPENDS}" 20export IPKG_INSTALL = "${RDEPENDS}"