[oe-commits] [openembedded-core] branch master updated (7009a93 -> eab9199)

git at git.openembedded.org git at git.openembedded.org
Fri Sep 9 11:08:18 UTC 2016


rpurdie pushed a change to branch master
in repository openembedded-core.

      from  7009a93   qemu: fix: cp command cannot find tests/Makeflie
      adds  1675e9b   qemuboot.bbclass: add it for runqemu
      adds  f22f09f   qemuarm.conf: set vars for runqemu
       new  4615764   qemuarm: Add DTB file new kernel
       new  fd31e30   qemuarm.conf: set PREFERRED_VERSION_linux-yocto
       new  73bccbb   qemuarm64.conf: set vars for runqemu
       new  b5ff3dd   qemux86.conf/qemux86-64.conf: set vars for runqemu
       new  cb28128   qemumips/qemumips64.conf: set vars for runqemu
       new  2c8e565   qemuppc.conf: set vars for runqemu
       new  8a82ded   qemuppc: Use virtio networking instead of pcnet
       new  5174889   qemu.inc: inherit qemuboot.bbclass
       new  60ca8a8   runqemu: refactor it and remove machine knowledge
       new  a644837   runqemu: assume artefacts are relative to *.qemuboot.conf
       new  9326af1   runqemu: better handle running on a host with different paths
       new  1e8165e   runqemu: fixes for when invoked during a bitbake run
       new  f94ac02   runqemu: fix run from testimage with non-standard DEPLOY_DIR_IMAGE
       new  94cb6ea   nativesdk-qemu-helper: fix for new runqemu
       new  14bacf7   qemurunner.py/qemutinyrunner.py: remove runqemu-internal
       new  c01962b   runqemu: Allow unique network interface MAC addresses
       new  5e61766   runqemu: Update to modern prefrerred net syntax
       new  51b0019   runqemu: Enable virtio RNG for all platforms
       new  8fec4a5   scripts/runqemu: Add snapshot support
       new  eab9199   oeqa: Use snapshot instead of copying the rootfs image

The 20 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 meta/classes/qemuboot.bbclass                      |   75 ++
 meta/conf/machine/include/qemu.inc                 |    2 +
 meta/conf/machine/include/qemuboot-mips.inc        |    7 +
 meta/conf/machine/include/qemuboot-x86.inc         |   14 +
 meta/conf/machine/qemuarm.conf                     |    7 +
 meta/conf/machine/qemuarm64.conf                   |   13 +
 meta/conf/machine/qemumips.conf                    |    1 +
 meta/conf/machine/qemumips64.conf                  |    1 +
 meta/conf/machine/qemuppc.conf                     |    7 +
 meta/conf/machine/qemux86-64.conf                  |    1 +
 meta/conf/machine/qemux86.conf                     |    1 +
 meta/lib/oeqa/targetcontrol.py                     |    9 +-
 meta/lib/oeqa/utils/qemurunner.py                  |    4 +-
 meta/lib/oeqa/utils/qemutinyrunner.py              |    2 +-
 .../qemu/nativesdk-qemu-helper_1.0.bb              |    9 +-
 scripts/runqemu                                    | 1423 ++++++++++++--------
 scripts/runqemu-internal                           |  739 ----------
 17 files changed, 1037 insertions(+), 1278 deletions(-)
 create mode 100644 meta/classes/qemuboot.bbclass
 create mode 100644 meta/conf/machine/include/qemuboot-mips.inc
 create mode 100644 meta/conf/machine/include/qemuboot-x86.inc
 delete mode 100755 scripts/runqemu-internal

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list