investigate squashfs to overcome BR2_TARGET_ROOTFS_EXT2_SIZE but fail

Generate qcow2 when running QEMU if it is not present.
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-09-15 20:29:09 +01:00
parent 8372b1653c
commit 762bb78d89
6 changed files with 63 additions and 39 deletions

View File

@@ -16,8 +16,11 @@ BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
# Rootfs
BR2_TARGET_ROOTFS_CPIO=n
BR2_TARGET_ROOTFS_EXT2=y
BR2_TARGET_ROOTFS_INITRAMFS=n
BR2_TARGET_ROOTFS_EXT2_SIZE="512M"
BR2_TARGET_ROOTFS_SQUASHFS=n
BR2_TARGET_ROOTFS_INITRAMFS=n
# TODO can you boot with those as root filesystem?
BR2_TARGET_ROOTFS_TAR=n
# Host GDB
BR2_GDB_VERSION="7.11.1"