summaryrefslogtreecommitdiffstats
path: root/meta/packages/images/oh-image-minimal.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/images/oh-image-minimal.bb')
-rw-r--r--meta/packages/images/oh-image-minimal.bb3
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
5IMAGE_INSTALL = "task-oh-boot" 5IMAGE_INSTALL = "task-oh-boot"
6inherit image 6
7require 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)
9ROOTFS_POSTPROCESS_COMMAND += "rm -rf ${IMAGE_ROOTFS}/usr/share/i18n/ ${IMAGE_ROOTFS}/usr/lib/ipkg/" 10ROOTFS_POSTPROCESS_COMMAND += "rm -rf ${IMAGE_ROOTFS}/usr/share/i18n/ ${IMAGE_ROOTFS}/usr/lib/ipkg/"