]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: Allow unique network interface MAC addresses
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Sep 2016 13:46:10 +0000 (14:46 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 9 Sep 2016 11:06:54 +0000 (12:06 +0100)
commitc01962bf88786dd84ad83cc1d315297607d29f7c
treeaadaadb7200b0a842877aef83a8c03bee488ece3
parent14bacf7203ab7a638b67eb143225d8c75bbb703d
runqemu: Allow unique network interface MAC addresses

Current qemu instances all share the same MAC address. This shouldn't be an
issue as they are all on separate network interfaces, however on the slight
chance this is causing problems, its easy enough to ensure we use unique
MAC addresses based on the IP numbers we assign.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/machine/qemuarm64.conf
meta/conf/machine/qemuppc.conf
scripts/runqemu