1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +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:
Richard Purdie
2006-03-22 11:43:46 +00:00
parent a37f24f696
commit 1858d5d43f
2 changed files with 39 additions and 13 deletions
@@ -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