mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user