aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi/recipes-yocto-ivi/images/ivi-image.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ivi/recipes-yocto-ivi/images/ivi-image.inc')
-rw-r--r--meta-ivi/recipes-yocto-ivi/images/ivi-image.inc19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-ivi/recipes-yocto-ivi/images/ivi-image.inc b/meta-ivi/recipes-yocto-ivi/images/ivi-image.inc
new file mode 100644
index 0000000..2ec2be7
--- /dev/null
+++ b/meta-ivi/recipes-yocto-ivi/images/ivi-image.inc
@@ -0,0 +1,19 @@
+IMAGE_INSTALL = "packagegroup-core-boot-genivi ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}"
+
+EXTRA_IMAGE_FEATURES = "debug-tweaks"
+EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native"
+
+IMAGE_LINGUAS = " "
+
+LICENSE = "MIT"
+
+inherit core-image buildhistory
+
+IMAGE_ROOTFS_SIZE = "8192"
+
+IMAGE_FEATURES += " package-management"
+
+# Create SD image symlink correctly
+IMAGE_POSTPROCESS_COMMAND_imx53qsb += "rename_symlink ; "
+
+BUILDHISTORY_COMMIT = "1"