[6/7] qemuarm64-secureboot: don't set append in extlinux.conf

Message ID 20220407160925.3809765-6-ross.burton@arm.com
State New
Headers show
Series [1/7] CI: install pregenerated SSH keys to speed up boot | expand

Commit Message

Ross Burton April 7, 2022, 4:09 p.m. UTC
There's no need to set append in the extlinux.conf, as the kernel will
pull the settings passed from runqemu via the DeviceTree.

By explicitly setting append here the kernel doesn't look in the DT, and
the extlinux.conf hardcoded a TAP network configuration which meant that
networking fails for runqemu using slirp.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-arm/wic/qemuarm64.cfg | 1 -
 1 file changed, 1 deletion(-)

Patch

diff --git a/meta-arm/wic/qemuarm64.cfg b/meta-arm/wic/qemuarm64.cfg
index 580244fe..b9c9da6e 100644
--- a/meta-arm/wic/qemuarm64.cfg
+++ b/meta-arm/wic/qemuarm64.cfg
@@ -1,4 +1,3 @@ 
 default Yocto
 label Yocto
     kernel /Image
-append root=/dev/vda2 rw console=ttyS0 mem=1024M ip=192.168.7.2::192.168.7.1:255.255.255.0 console=ttyAMA0