diff options
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/" | ||
