diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2018-11-14 13:13:26 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2018-11-14 13:10:43 +0000 |
commit | 4a454acbe91846ad177cd69cf8b329445c674f99 (patch) | |
tree | 6866059e64b7650efa787d8e75f7e720cacf322f /meta-boot2qt-distro/wic | |
parent | 7dd9e7227b8b6b1a2b55aa8349b48506a7f8b90f (diff) | |
download | meta-boot2qt-4a454acbe91846ad177cd69cf8b329445c674f99.tar.gz |
emulator: remove invalid vga mode from boot parameters
The default wks file from poky sets vga=0x318, which is invalid
for our virtual box image and causes delay on boot up. Add new
wks file without the vga mode.
Task-number: QTBUG-71783
Change-Id: I03fcad931562bbd7c7c75e72e179eaf0240a3527
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'meta-boot2qt-distro/wic')
-rw-r--r-- | meta-boot2qt-distro/wic/directdisk.wks | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-boot2qt-distro/wic/directdisk.wks b/meta-boot2qt-distro/wic/directdisk.wks new file mode 100644 index 0000000..42bce62 --- /dev/null +++ b/meta-boot2qt-distro/wic/directdisk.wks | |||
@@ -0,0 +1,7 @@ | |||
1 | # short-description: Create a 'pcbios' direct disk image | ||
2 | # long-description: Creates a partitioned legacy BIOS disk image that the user | ||
3 | # can directly dd to boot media. | ||
4 | |||
5 | include common.wks.inc | ||
6 | |||
7 | bootloader --timeout=0 --append="rootwait rootfstype=ext4 video=vesafb console=tty0 console=ttyS0,115200n8" | ||