]> code.ossystems Code Review - openembedded-core.git/commit
qemuboot/runqemu: fully form the ip= kernel parameter
authorAlexander Kanavin <alex.kanavin@gmail.com>
Sun, 9 Jan 2022 22:27:29 +0000 (23:27 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Jan 2022 10:50:22 +0000 (10:50 +0000)
commit2cf12c8dde0f05917797f8b4a80883dc0647b95d
tree20417899abb7e617ce5d0e808e4dfabccff5e707
parentb7ad5aacf2c3a58763da438267a31ace8982c1f6
qemuboot/runqemu: fully form the ip= kernel parameter

New systemd is actually parsing this in systemd-network-generator
and fails if it is not fully formed. 'off' means 'static ip, do nothing':
https://www.kernel.org/doc/Documentation/filesystems/nfs/nfsroot.txt

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/qemuboot.bbclass
meta/lib/oeqa/utils/qemurunner.py
scripts/runqemu