Move tasks into packages/tasks, images into packages/images, remove bootstrap-image

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@531 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2006-07-21 10:45:19 +00:00
parent b2f192faab
commit d95941bb51
7 changed files with 0 additions and 17 deletions

View File

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

View File

@@ -0,0 +1,21 @@
PR = "r0"
export IMAGE_BASENAME = "oh-image-minimal"
GUI_MACHINE_CLASS ?= "none"
XSERVER ?= "xserver-kdrive-fbdev"
DEPENDS = "task-oh"
RDEPENDS = "\
task-oh-boot \
task-oh-boot-min-extras \
task-oh-base \
${XSERVER} "
export IPKG_INSTALL = "${RDEPENDS}"
#ROOTFS_POSTPROCESS_COMMAND += "zap_root_password; "
inherit image_ipk
LICENSE = MIT

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

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