Yocto1.2-M1-RC2-build
From Yocto Project
Jump to navigationJump to search
Tree | Poky | ||||
Branch | remotes/origin/1.2_M1 | ||||
Commit | b806f726b1db2cb605869c1022ef727c1110255b | ||||
Information | |||||
---|---|---|---|---|---|
commit b806f726b1db2cb605869c1022ef727c1110255b
Author: Richard Purdie <richard.purdie@linuxfoundation.org> Date: Mon Dec 12 13:35:15 2011 +0000 scripts/runqemu-ifup: Ensure netmask is set correctly Without this the command will add a route for the subnet 192.168.7.0 which means multiple qemu instances can't operate correctly since all but the last one will be masked out. (From OE-Core rev: 9e00d6b343120496ec0dd72240c7b04e0a8b7eaa) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |