Split development tools into separate task and add new oh-image-devel target

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@321 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2006-03-22 11:43:46 +00:00
parent a37f24f696
commit 1858d5d43f
2 changed files with 39 additions and 13 deletions

View File

@@ -0,0 +1,23 @@
PR = "r9"
export IMAGE_BASENAME = "oh-devel"
GUI_MACHINE_CLASS ?= "none"
XSERVER ?= "xserver-kdrive-fbdev"
DEPENDS = "\
task-bootstrap \
task-oh"
RDEPENDS = "\
task-bootstrap \
task-oh-base \
task-oh-devel \
${XSERVER} "
export IPKG_INSTALL = "${RDEPENDS}"
#ROOTFS_POSTPROCESS_COMMAND += "zap_root_password; "
inherit image_ipk
LICENSE = MIT

View File

@@ -1,14 +1,10 @@
PACKAGES = "task-oh-base-depends task-oh-base"
PACKAGES = "task-oh-base task-oh-devel"
DESCRIPTION = "Tasks for OpenedHand Poky"
MAINTAINER = "Richard Purdie <richard@openedhand.com>"
PR = "r23"
PR = "r24"
ALLOW_EMPTY = "1"
RDEPENDS_task-oh-base-depends := "\
diet-x11 \
virtual/xserver"
RDEPENDS_task-oh-base := "\
matchbox \
matchbox-poky \
@@ -39,9 +35,6 @@ RDEPENDS_task-oh-base := "\
kf \
rxvt-unicode \
xhost \
# oprofile \
# gdb \
strace \
ttf-bitstream-vera \
udev \
sysfsutils \
@@ -55,13 +48,9 @@ RDEPENDS_task-oh-base := "\
gnome-vfs-plugin-file \
gnome-vfs-plugin-http \
gtk-theme-clearlooks \
kernel-module-oprofile \
tslib-calibrate \
tslib-tests \
pango-module-basic-x \
pango-module-basic-fc"
# minimo \
# teleport \
# xst \
@@ -69,4 +58,18 @@ RDEPENDS_task-oh-base := "\
# detect-stylus \
# xrdb \
RDEPENDS_task-oh-devel := "\
tslib-calibrate \
tslib-tests \
oprofile \
gdb \
strace \
lttng-viewer"
RRECOMMENDS_task-oh-devel := "\
kernel-module-oprofile"
# lttng-modules
LICENSE = "MIT"