mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
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:
24
meta/packages/images/oh-image-devel.bb
Normal file
24
meta/packages/images/oh-image-devel.bb
Normal 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
|
||||
21
meta/packages/images/oh-image-minimal.bb
Normal file
21
meta/packages/images/oh-image-minimal.bb
Normal 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
|
||||
27
meta/packages/images/oh-image-sdk.bb
Normal file
27
meta/packages/images/oh-image-sdk.bb
Normal 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
|
||||
22
meta/packages/images/oh-image.bb
Normal file
22
meta/packages/images/oh-image.bb
Normal 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
|
||||
Reference in New Issue
Block a user