summaryrefslogtreecommitdiffstats
path: root/conf/distro/include/emulator.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/distro/include/emulator.conf')
-rw-r--r--conf/distro/include/emulator.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/distro/include/emulator.conf b/conf/distro/include/emulator.conf
new file mode 100644
index 0000000..fdef2f3
--- /dev/null
+++ b/conf/distro/include/emulator.conf
@@ -0,0 +1,4 @@
1IMAGE_CLASSES += "image-hdd"
2IMAGE_ROOTFS_ALIGNMENT = "1048576"
3ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_BASENAME}-${MACHINE}.ext3"
4IMAGE_FSTYPES = "ext3"