Yocto1.2-M1-RC2-build: Difference between revisions

From Yocto Project
Jump to navigationJump to search
(Created page with "{|border="1" ||'''Tree'''|| Poky |- ||'''Branch''' || remotes/origin/1.2_M1 |- ||'''Commit''' || b806f726b1db2cb605869c1022ef727c1110255b |- !colspan="6"|Information |- |colspa...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
|-
|-
|colspan="2"|commit b806f726b1db2cb605869c1022ef727c1110255b
|colspan="2"|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
     scripts/runqemu-ifup: Ensure netmask is set correctly
     Without this the command will add a route for the subnet 192.168.7.0 which
     Without this the command will add a route for the subnet 192.168.7.0 which

Latest revision as of 15:00, 20 December 2011

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>