]> code.ossystems Code Review - openembedded-core.git/commitdiff
wic/qemux86: don't pass ip parameter to kernel in wks
authorAnuj Mittal <anuj.mittal@intel.com>
Wed, 1 Aug 2018 08:35:21 +0000 (16:35 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Aug 2018 08:30:06 +0000 (09:30 +0100)
Images that rely on dhcp being used won't have network setup properly
otherwise.

Fixes [YOCTO #12804]

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/canned-wks/qemux86-directdisk.wks

index cfa32bd38af06dd9aa2cd11a78ba016a0264f1fc..be51c4eb565ae826ef4e1f4c23fc05b8bde8436e 100644 (file)
@@ -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 "