]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: Handle device names like tapX@NONE
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 9 Aug 2015 07:05:10 +0000 (00:05 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 18 Sep 2015 18:21:40 +0000 (19:21 +0100)
commita6709ac54bb9ac79692c3c6faadaace11b8f33f4
treefa1834e21daad0bdb9cdc1662c44a446b9683d7a
parent7a161f8685c551892218a9a7877c10bdcd170c0e
runqemu: Handle device names like tapX@NONE

ip list can return devices in the form tapX@NONE. If it does so,
ensure we handle that case correctly. Newer distros appear to do
this in some cases.

[YOCTO #8129]

(From OE-Core master rev: 6459dde380febce24d2c355d441d9cb3b14409b9)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Joshua Lock <joshua.lock@collabora.co.uk>
scripts/runqemu-internal