]> code.ossystems Code Review - openembedded-core.git/commit
runqemu-internal: split the code into functions
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 10 Mar 2016 02:09:19 +0000 (18:09 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Mar 2016 14:24:26 +0000 (14:24 +0000)
commit6098a72e8d21f6321636e727703ca7c29d9af142
treedb4f50eea9f85ff85544a546b27f828a14d48052
parent36fb785bf8cd2f387c91d52f597602a5dbc3948b
runqemu-internal: split the code into functions

Use config_<machine> to split the code into separate functions, so that
different machines won't affect each other, and they will have a better
structure.

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