Browse Source

qemuarm64-secureboot: don't set append in extlinux.conf

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>
Signed-off-by: Jon Mason <jon.mason@arm.com>
Ross Burton 3 years ago
parent
commit
39ec9b4ff7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      meta-arm/wic/qemuarm64.cfg

+ 0 - 1
meta-arm/wic/qemuarm64.cfg

@@ -1,4 +1,3 @@
 default Yocto
 default Yocto
 label Yocto
 label Yocto
     kernel /Image
     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