aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/images/oh-image-minimal.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-05-02 13:28:23 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-05-02 13:28:23 +0000
commite507e2f15b17dd545b99489a7ec36230bcea8f66 (patch)
tree8a9fee30f2f26ae2ccc4278f844de02a65dfbe7d /meta/packages/images/oh-image-minimal.bb
parent45c57a3e1de13e63d4675edd7586b65e2610d506 (diff)
downloadopenembedded-core-contrib-e507e2f15b17dd545b99489a7ec36230bcea8f66.tar.gz
oh-image-minimal: added minimal image - contain only stuff needed to boot
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1591 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/images/oh-image-minimal.bb')
-rw-r--r--meta/packages/images/oh-image-minimal.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/packages/images/oh-image-minimal.bb b/meta/packages/images/oh-image-minimal.bb
new file mode 100644
index 0000000000..bc77727d3c
--- /dev/null
+++ b/meta/packages/images/oh-image-minimal.bb
@@ -0,0 +1,10 @@
+LICENSE = "MIT"
+DEPENDS = "task-oh"
+
+export IMAGE_BASENAME = "${PN}"
+export PACKAGE_INSTALL = "task-oh-boot"
+
+inherit image
+
+# remove not needed stuff (locale support and ipkg support)
+ROOTFS_POSTPROCESS_COMMAND += "rm -rf ${IMAGE_ROOTFS}/usr/share/i18n/ ${IMAGE_ROOTFS}/usr/lib/ipkg/"