mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 06:32:12 +02:00
images: Remove XSERVER references now handled by task-oh
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@717 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -2,15 +2,12 @@ PR = "r0"
|
||||
|
||||
export IMAGE_BASENAME = "oh-image-core"
|
||||
|
||||
XSERVER ?= "xserver-kdrive-fbdev"
|
||||
|
||||
DEPENDS = "task-oh"
|
||||
|
||||
RDEPENDS = "\
|
||||
task-oh-boot \
|
||||
task-oh-boot-extras \
|
||||
task-oh-base \
|
||||
${XSERVER} "
|
||||
task-oh-base "
|
||||
|
||||
export IPKG_INSTALL = "${RDEPENDS}"
|
||||
|
||||
|
||||
@@ -2,8 +2,6 @@ PR = "r10"
|
||||
|
||||
export IMAGE_BASENAME = "oh-image-pda"
|
||||
|
||||
XSERVER ?= "xserver-kdrive-fbdev"
|
||||
|
||||
DEPENDS = "task-oh"
|
||||
|
||||
RDEPENDS = "\
|
||||
@@ -12,8 +10,7 @@ RDEPENDS = "\
|
||||
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} "
|
||||
${@base_conditional("DISTRO_TYPE", "debug", "task-oh-testapps", "",d)} "
|
||||
|
||||
export IPKG_INSTALL = "${RDEPENDS}"
|
||||
|
||||
|
||||
@@ -2,8 +2,6 @@ PR = "r9"
|
||||
|
||||
export IMAGE_BASENAME = "oh-image-sdk"
|
||||
|
||||
XSERVER ?= "xserver-kdrive-fbdev"
|
||||
|
||||
DEPENDS = "\
|
||||
task-oh \
|
||||
task-oh-sdk"
|
||||
@@ -15,8 +13,7 @@ RDEPENDS = "\
|
||||
task-oh-standard \
|
||||
task-oh-devtools \
|
||||
task-oh-testapps \
|
||||
task-oh-sdk \
|
||||
${XSERVER} "
|
||||
task-oh-sdk "
|
||||
|
||||
export IPKG_INSTALL = "${RDEPENDS}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user