]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemux86-directdisk: remove mem= parameter
authorAnuj Mittal <anuj.mittal@intel.com>
Wed, 3 Oct 2018 10:27:50 +0000 (18:27 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Oct 2018 12:23:45 +0000 (13:23 +0100)
Remove usage of a specific amount of memory and let it be controlled by
users. This was the default behaviour before it was changed by commit
3b79d9a78 that switched the wks file to be used for qemux86.

Also fixes the bitbake parsing issues seen because of memory starvation
using build appliance images.

Fixes [YOCTO #12894]

(From OE-Core rev: 18d6b668c52dc881cff7b107420e0de527eecce4)

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
scripts/lib/wic/canned-wks/qemux86-directdisk.wks

index be51c4eb565ae826ef4e1f4c23fc05b8bde8436e..c8d9f121b5904af796dc5aa0b0f9a5584df732d8 100644 (file)
@@ -4,5 +4,5 @@
 
 include common.wks.inc
 
-bootloader  --timeout=0  --append="vga=0 rw mem=256M oprofile.timer=1 rootfstype=ext4 "
+bootloader  --timeout=0  --append="vga=0 rw oprofile.timer=1 rootfstype=ext4 "