diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-05-16 14:47:38 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-05-16 14:47:38 +0000 |
commit | 4baa324e2ed7e44eeac4e3411213fee47fb97d58 (patch) | |
tree | cace38b11b6b56466cc67d9e386146c6c8b42adf /meta/packages/images/oh-image-minimal.bb | |
parent | 8142b95bf2bddfd52c762b05254241d75da6a618 (diff) | |
download | poky-4baa324e2ed7e44eeac4e3411213fee47fb97d58.tar.gz |
Poky images: move IMAGE_FEATURES stuff to separate file, simplify image recipes
poky-image.inc contain DISTRO_TASKS stuff related to image content (was in poky.conf)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1735 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/images/oh-image-minimal.bb')
-rw-r--r-- | meta/packages/images/oh-image-minimal.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/images/oh-image-minimal.bb b/meta/packages/images/oh-image-minimal.bb index 567caaac42..edb29d250e 100644 --- a/meta/packages/images/oh-image-minimal.bb +++ b/meta/packages/images/oh-image-minimal.bb | |||
@@ -3,7 +3,8 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | IMAGE_INSTALL = "task-oh-boot" | 5 | IMAGE_INSTALL = "task-oh-boot" |
6 | inherit image | 6 | |
7 | require poky-image.inc | ||
7 | 8 | ||
8 | # remove not needed stuff (locale support and ipkg support) | 9 | # remove not needed stuff (locale support and ipkg support) |
9 | ROOTFS_POSTPROCESS_COMMAND += "rm -rf ${IMAGE_ROOTFS}/usr/share/i18n/ ${IMAGE_ROOTFS}/usr/lib/ipkg/" | 10 | ROOTFS_POSTPROCESS_COMMAND += "rm -rf ${IMAGE_ROOTFS}/usr/share/i18n/ ${IMAGE_ROOTFS}/usr/lib/ipkg/" |