aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/meta/oh-image.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-07-21 10:45:19 +0000
committerRichard Purdie <richard@openedhand.com>2006-07-21 10:45:19 +0000
commitd95941bb511fbef48afb0ff9c87cbe14b309b486 (patch)
treeb379edf34009ae3422644daa789e08926448d09c /meta/packages/meta/oh-image.bb
parentb2f192faabe412adce79534e22efe9fb69ee40e2 (diff)
downloadopenembedded-core-d95941bb511fbef48afb0ff9c87cbe14b309b486.tar.gz
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
Diffstat (limited to 'meta/packages/meta/oh-image.bb')
-rw-r--r--meta/packages/meta/oh-image.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/packages/meta/oh-image.bb b/meta/packages/meta/oh-image.bb
deleted file mode 100644
index 7750eeb6f8..0000000000
--- a/meta/packages/meta/oh-image.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-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