diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2018-10-03 18:27:50 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-04 14:30:32 +0100 |
commit | 18d6b668c52dc881cff7b107420e0de527eecce4 (patch) | |
tree | 0fd5d9b1c10ae96924645472d843ebcce9a6b218 | |
parent | 361382ca16c276e1e404eab58c0956a2b6d23d7e (diff) | |
download | openembedded-core-18d6b668c52dc881cff7b107420e0de527eecce4.tar.gz openembedded-core-18d6b668c52dc881cff7b107420e0de527eecce4.tar.bz2 openembedded-core-18d6b668c52dc881cff7b107420e0de527eecce4.zip |
qemux86-directdisk: remove mem= parameter
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]
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | scripts/lib/wic/canned-wks/qemux86-directdisk.wks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/wic/canned-wks/qemux86-directdisk.wks b/scripts/lib/wic/canned-wks/qemux86-directdisk.wks index be51c4eb56..c8d9f121b5 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 oprofile.timer=1 rootfstype=ext4 " +bootloader --timeout=0 --append="vga=0 rw oprofile.timer=1 rootfstype=ext4 " |