[oe-commits] [openembedded-core] 05/08: qemux86-directdisk: remove mem= parameter

git at git.openembedded.org git at git.openembedded.org
Wed Oct 10 12:27:30 UTC 2018


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

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

commit a53026f03a1d07cef1d1590c689e036f3ee21026
Author: Anuj Mittal <anuj.mittal at intel.com>
AuthorDate: Wed Oct 3 18:27:50 2018 +0800

    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]
    
    (From OE-Core rev: 18d6b668c52dc881cff7b107420e0de527eecce4)
    
    Signed-off-by: Anuj Mittal <anuj.mittal at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 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 be51c4e..c8d9f12 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 "
 

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


More information about the Openembedded-commits mailing list