summaryrefslogtreecommitdiff
path: root/openembedded/packages/meta/oh-image-minimal.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-04-13 13:50:09 +0000
committerRichard Purdie <richard@openedhand.com>2006-04-13 13:50:09 +0000
commit992b477aa01733bbdcfa115203cecc04b5e9ae2a (patch)
tree2c4b08b01189aa685c891f2c9c3ca525f09f6721 /openembedded/packages/meta/oh-image-minimal.bb
parentaa1177323ac2d2475e92a62101bf694c815190db (diff)
downloadopenembedded-core-992b477aa01733bbdcfa115203cecc04b5e9ae2a.tar.gz
openembedded-core-992b477aa01733bbdcfa115203cecc04b5e9ae2a.tar.bz2
openembedded-core-992b477aa01733bbdcfa115203cecc04b5e9ae2a.tar.xz
openembedded-core-992b477aa01733bbdcfa115203cecc04b5e9ae2a.zip
oh-image metadata rearrangement to support minimal images. Minimal target is oh-image-minimal
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@351 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/meta/oh-image-minimal.bb')
-rw-r--r--openembedded/packages/meta/oh-image-minimal.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/openembedded/packages/meta/oh-image-minimal.bb b/openembedded/packages/meta/oh-image-minimal.bb
new file mode 100644
index 000000000..b1e2050a1
--- /dev/null
+++ b/openembedded/packages/meta/oh-image-minimal.bb
@@ -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