mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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:
@@ -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
|
||||||
@@ -1,14 +1,10 @@
|
|||||||
PACKAGES = "task-oh-base-depends task-oh-base"
|
PACKAGES = "task-oh-base task-oh-devel"
|
||||||
DESCRIPTION = "Tasks for OpenedHand Poky"
|
DESCRIPTION = "Tasks for OpenedHand Poky"
|
||||||
MAINTAINER = "Richard Purdie <richard@openedhand.com>"
|
MAINTAINER = "Richard Purdie <richard@openedhand.com>"
|
||||||
PR = "r23"
|
PR = "r24"
|
||||||
|
|
||||||
ALLOW_EMPTY = "1"
|
ALLOW_EMPTY = "1"
|
||||||
|
|
||||||
RDEPENDS_task-oh-base-depends := "\
|
|
||||||
diet-x11 \
|
|
||||||
virtual/xserver"
|
|
||||||
|
|
||||||
RDEPENDS_task-oh-base := "\
|
RDEPENDS_task-oh-base := "\
|
||||||
matchbox \
|
matchbox \
|
||||||
matchbox-poky \
|
matchbox-poky \
|
||||||
@@ -39,9 +35,6 @@ RDEPENDS_task-oh-base := "\
|
|||||||
kf \
|
kf \
|
||||||
rxvt-unicode \
|
rxvt-unicode \
|
||||||
xhost \
|
xhost \
|
||||||
# oprofile \
|
|
||||||
# gdb \
|
|
||||||
strace \
|
|
||||||
ttf-bitstream-vera \
|
ttf-bitstream-vera \
|
||||||
udev \
|
udev \
|
||||||
sysfsutils \
|
sysfsutils \
|
||||||
@@ -55,13 +48,9 @@ RDEPENDS_task-oh-base := "\
|
|||||||
gnome-vfs-plugin-file \
|
gnome-vfs-plugin-file \
|
||||||
gnome-vfs-plugin-http \
|
gnome-vfs-plugin-http \
|
||||||
gtk-theme-clearlooks \
|
gtk-theme-clearlooks \
|
||||||
kernel-module-oprofile \
|
|
||||||
tslib-calibrate \
|
|
||||||
tslib-tests \
|
|
||||||
pango-module-basic-x \
|
pango-module-basic-x \
|
||||||
pango-module-basic-fc"
|
pango-module-basic-fc"
|
||||||
|
|
||||||
|
|
||||||
# minimo \
|
# minimo \
|
||||||
# teleport \
|
# teleport \
|
||||||
# xst \
|
# xst \
|
||||||
@@ -69,4 +58,18 @@ RDEPENDS_task-oh-base := "\
|
|||||||
# detect-stylus \
|
# detect-stylus \
|
||||||
# xrdb \
|
# 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"
|
LICENSE = "MIT"
|
||||||
|
|||||||
Reference in New Issue
Block a user