[OE-core] [PATCH 0/4] use qemuboot.json to replace qemuboot.conf

Robert Yang liezhi.yang at windriver.com
Fri Feb 2 03:23:23 UTC 2018


The qemuboot.conf uses configparser which can't suport upper case as key, and 
json is more clearer than configparser and is widely used in oe-core, so use 
qemuboot.json to replace qemuboot.conf.

// Robert

The following changes since commit a0988c3374e964170d1d24fc230306b887432d31:

  tcmode-default.inc: drop preferred version of gzip-native (2018-01-31 17:01:12 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/json
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=rbt/json

Robert Yang (4):
  qemuboot.bbclass: qemuboot.conf -> qemuboot.json
  runqemu: qemuboot.conf -> qemuboot.json
  runqemu: check for qemuboot.conf and raise error
  selftest/cases/runqemu.py: qemuboot.conf -> qemuboot.json

 meta/classes/qemuboot.bbclass           | 17 ++++----
 meta/lib/oeqa/selftest/cases/runqemu.py | 12 +++---
 scripts/runqemu                         | 73 +++++++++++++++++----------------
 3 files changed, 52 insertions(+), 50 deletions(-)

-- 
2.7.4




More information about the Openembedded-core mailing list