summaryrefslogtreecommitdiffstats
path: root/meta/packages/images/oh-image.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-07-21 16:14:10 +0000
committerRichard Purdie <richard@openedhand.com>2006-07-21 16:14:10 +0000
commitf6f9596eab1ac9983a20a8506e4fadc116915077 (patch)
treeb6bafeb2fca5d15c2bd6d82417b493651db1fc8c /meta/packages/images/oh-image.bb
parentee73bdc57be3957ec6195f7206e21850b986240b (diff)
downloadpoky-f6f9596eab1ac9983a20a8506e4fadc116915077.tar.gz
images: Change to new configuration
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@540 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/images/oh-image.bb')
-rw-r--r--meta/packages/images/oh-image.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta/packages/images/oh-image.bb b/meta/packages/images/oh-image.bb
deleted file mode 100644
index 2d10e04ebc..0000000000
--- a/meta/packages/images/oh-image.bb
+++ /dev/null
@@ -1,24 +0,0 @@
1PR = "r10"
2
3export IMAGE_BASENAME = "oh-image"
4
5GUI_MACHINE_CLASS ?= "none"
6
7XSERVER ?= "xserver-kdrive-fbdev"
8
9DEPENDS = "task-oh"
10
11RDEPENDS = "\
12 task-oh-boot \
13 task-oh-boot-extras \
14 task-oh-base \
15 task-oh-standard \
16 ${@base_conditional("DISTRO_TYPE", "debug", "task-oh-devtools", "",d)} \
17 ${@base_conditional("DISTRO_TYPE", "debug", "task-oh-testapps", "",d)} \
18 ${XSERVER} "
19
20export IPKG_INSTALL = "${RDEPENDS}"
21#ROOTFS_POSTPROCESS_COMMAND += "zap_root_password; "
22
23inherit image_ipk
24LICENSE = MIT