diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-05-02 13:28:23 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-05-02 13:28:23 +0000 |
commit | e507e2f15b17dd545b99489a7ec36230bcea8f66 (patch) | |
tree | 8a9fee30f2f26ae2ccc4278f844de02a65dfbe7d /meta/packages/images | |
parent | 45c57a3e1de13e63d4675edd7586b65e2610d506 (diff) | |
download | poky-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')
-rw-r--r-- | meta/packages/images/oh-image-minimal.bb | 10 |
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 @@ | |||
1 | LICENSE = "MIT" | ||
2 | DEPENDS = "task-oh" | ||
3 | |||
4 | export IMAGE_BASENAME = "${PN}" | ||
5 | export PACKAGE_INSTALL = "task-oh-boot" | ||
6 | |||
7 | inherit image | ||
8 | |||
9 | # remove not needed stuff (locale support and ipkg support) | ||
10 | ROOTFS_POSTPROCESS_COMMAND += "rm -rf ${IMAGE_ROOTFS}/usr/share/i18n/ ${IMAGE_ROOTFS}/usr/lib/ipkg/" | ||