[oe-commits] [openembedded-core] 07/12: wic/qemux86: don't pass ip parameter to kernel in wks

git at git.openembedded.org git at git.openembedded.org
Wed Aug 1 21:41:48 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 9e82f31c447387f34fc1fb8112f9601fcad69124
Author: Anuj Mittal <anuj.mittal at intel.com>
AuthorDate: Wed Aug 1 16:35:21 2018 +0800

    wic/qemux86: don't pass ip parameter to kernel in wks
    
    Images that rely on dhcp being used won't have network setup properly
    otherwise.
    
    Fixes [YOCTO #12804]
    
    Signed-off-by: Anuj Mittal <anuj.mittal at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 scripts/lib/wic/canned-wks/qemux86-directdisk.wks | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/lib/wic/canned-wks/qemux86-directdisk.wks b/scripts/lib/wic/canned-wks/qemux86-directdisk.wks
index cfa32bd..be51c4e 100644
--- a/scripts/lib/wic/canned-wks/qemux86-directdisk.wks
+++ b/scripts/lib/wic/canned-wks/qemux86-directdisk.wks
@@ -4,5 +4,5 @@
 
 include common.wks.inc
 
-bootloader  --timeout=0  --append="vga=0 rw mem=256M ip=192.168.7.2::192.168.7.1:255.255.255.0 oprofile.timer=1 rootfstype=ext4 "
+bootloader  --timeout=0  --append="vga=0 rw mem=256M oprofile.timer=1 rootfstype=ext4 "
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list