packages/meta: Make sdk its own target (oh-image-sdk), refine the oh-image-devel package

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@501 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2006-07-04 20:19:30 +00:00
parent 38a06013d7
commit 81b93eb2ed
3 changed files with 55 additions and 23 deletions

View File

@@ -6,18 +6,15 @@ GUI_MACHINE_CLASS ?= "none"
XSERVER ?= "xserver-kdrive-fbdev"
DEPENDS = "\
task-bootstrap \
task-oh \
task-oh-sdk"
DEPENDS = "task-oh"
RDEPENDS = "\
task-oh-boot \
task-oh-boot-extras \
task-oh-base \
task-oh-standard \
task-oh-devel \
task-oh-sdk \
task-oh-devtools \
task-oh-testapps \
${XSERVER} "
export IPKG_INSTALL = "${RDEPENDS}"

View File

@@ -0,0 +1,27 @@
PR = "r9"
export IMAGE_BASENAME = "oh-sdk"
GUI_MACHINE_CLASS ?= "none"
XSERVER ?= "xserver-kdrive-fbdev"
DEPENDS = "\
task-oh \
task-oh-sdk"
RDEPENDS = "\
task-oh-boot \
task-oh-boot-extras \
task-oh-base \
task-oh-standard \
task-oh-devtools \
task-oh-testapps \
task-oh-sdk \
${XSERVER} "
export IPKG_INSTALL = "${RDEPENDS}"
#ROOTFS_POSTPROCESS_COMMAND += "zap_root_password; "
inherit image_ipk
LICENSE = MIT

View File

@@ -1,7 +1,15 @@
PACKAGES = "task-oh-base task-oh-devel task-oh-boot task-oh-standard task-oh-boot-extras task-oh-boot-min-extras"
DESCRIPTION = "Tasks for OpenedHand Poky"
MAINTAINER = "Richard Purdie <richard@openedhand.com>"
PR = "r36"
PR = "r37"
PACKAGES = "\
task-oh-base \
task-oh-boot \
task-oh-standard \
task-oh-boot-extras \
task-oh-boot-min-extras \
task-oh-devtools \
task-oh-testapps"
ALLOW_EMPTY = "1"
@@ -92,24 +100,24 @@ RDEPENDS_task-oh-standard_append_akita = " zaurusd "
PACKAGE_ARCH_task-oh-standard = "${MACHINE_ARCH}"
# minimo \
# teleport \
# xst \
# libgtkstylus \
# detect-stylus \
# xrdb \
RDEPENDS_task-oh-devel = "\
tslib-calibrate \
tslib-tests \
RDEPENDS_task-oh-devtools = "\
oprofile \
gdb \
strace \
lttng-viewer"
RRECOMMENDS_task-oh-devel = "\
RRECOMMENDS_task-oh-devtools = "\
kernel-module-oprofile"
# lttng-modules
RDEPENDS_task-oh-testapps = "\
tslib-calibrate \
tslib-tests \
lrzsz \
alsa-utils-amixer \
alsa-utils-aplay"
# minimo \
# teleport \
# xst \
# libgtkstylus \
# xrdb \