]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
runqemu: Make QB_MEM easier to set rbt/qemu
authorRobert Yang <liezhi.yang@windriver.com>
Fri, 15 Feb 2019 07:54:50 +0000 (15:54 +0800)
committerRobert Yang <liezhi.yang@windriver.com>
Fri, 15 Feb 2019 08:00:17 +0000 (16:00 +0800)
commit2a17f8cd911f6eb9da079bcb17e2a2c789844782
tree555f903caaf77e4fead50b987da4f1209a396b90
parent2b9d87d41667d287d9775ee45eb1d9a9a07c4328
runqemu: Make QB_MEM easier to set

It only could be set as the following in the past:
QB_MEM = "-m 256"

Now it also can be set as:
QB_MEM = "-m 256M (or m)"
QB_MEM = "256M (or m)"

[YOCTO #11522]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
scripts/runqemu