]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
runqemu: fix incorrect calls to get variable values
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 19 Apr 2017 08:37:26 +0000 (20:37 +1200)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 19 Apr 2017 08:56:26 +0000 (20:56 +1200)
commit63ad928771459b7087ce69f5f372d159c02103f9
treee5720a8950120245ee14c7570a9d263e28c4713e
parentba2884f6ad3a4e746fc80cbd707f83fa8abd4210
runqemu: fix incorrect calls to get variable values

We were specifying a default parameter; the get() function defined here
does not take such a parameter. I appears this code had not been tested.
This fixes runqemu erroring out immediately when used within the eSDK.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
scripts/runqemu