]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
runqemu: Make QB_MEM easier to set
authorRobert Yang <liezhi.yang@windriver.com>
Fri, 15 Feb 2019 08:14:52 +0000 (16:14 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Feb 2019 16:05:29 +0000 (16:05 +0000)
commitad246f5ce0652bd917d85884176baa746e1379ff
tree867777bab5e27352c1953c3d015a99c9b2338a2e
parenta847dd7202a2c493788c45d11eb86866264af7a4
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu