sysmocom-idu: Force the ext4/tar.gz

meta/conf/machine/include/ia32-base.inc:13 (ext3 cpio.gz live)
forces the above image formats that are not relevant to us at
all. Found and done by Jan.
This commit is contained in:
Holger Hans Peter Freyther 2015-06-13 17:29:21 +02:00
parent 1dbb411e3d
commit b033024efe
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ MACHINE_FEATURES += "kernel26 x86 usbhost pci acpi"
KERNEL_IMAGETYPE = "bzImage"
IMAGE_FSTYPES ?= "tar.gz ext4"
IMAGE_FSTYPES = "tar.gz ext4"
SERIAL_CONSOLE = "115200 ttyS0"
MACHINE_CONSOLE = "console=ttyS0,115200n8"