]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: output network configuration
authorEd Bartosh <ed.bartosh@linux.intel.com>
Fri, 17 Mar 2017 13:18:32 +0000 (15:18 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Mar 2017 22:42:59 +0000 (22:42 +0000)
commitcf66a1850677548aa63a54276fa4917f40259daf
tree23e7ad81f6b4087a6d9051b72fe5fa6db068d406
parent17c2b1ca8a4e2023583645840db61bbde22bf65e
runqemu: output network configuration

runqemu adds network configuration parameters to the kernel
command line to configure guest networking. This works only
for the images that run with external kernel using qemu -kernel
parameter. It doesn't work for the images that use bootloader
to boot kernel as -kernel parameter is not used and network
configuration is not possible to get.

Added host and guest ip addresses and netmask of tap link
to the runqemu output. This should allow external programs
that execute runqemu to get network configuration.

[YOCTO #10833]

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu