You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ar...@apache.org on 2021/06/11 22:12:41 UTC

[tvm] branch main updated (d69011d -> 959e39a)

This is an automated email from the ASF dual-hosted git repository.

areusch pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from d69011d  [ETHOSN] Removed support for 20.08 version of the driver stack. (#7858)
     add 959e39a  [microTVM] Add QEMU build to RVM image (#8190)

No new revisions were added by this update.

Summary of changes:
 apps/microtvm/reference-vm/README.md               |  8 +--
 apps/microtvm/reference-vm/base-box-tool.py        | 72 +++++++++++++++++-----
 apps/microtvm/reference-vm/zephyr/Vagrantfile      |  2 +-
 .../zephyr/base-box/Vagrantfile.packer-template    |  4 +-
 .../zephyr/base-box/base_box_provision.sh          | 28 +++++----
 .../base-box/{setup.sh => base_box_setup.sh}       |  3 +-
 .../reference-vm/zephyr/base-box/base_box_test.sh  | 39 +++++++-----
 .../reference-vm/zephyr/base-box/test-config.json  | 10 +--
 .../zephyr/{setup.sh => provision_setup.sh}        |  3 +-
 apps/microtvm/reference-vm/zephyr/rebuild-tvm.sh   | 10 ++-
 docker/install/ubuntu_init_zephyr_project.sh       | 27 +++++++-
 docker/install/ubuntu_install_qemu.sh              | 14 ++++-
 12 files changed, 155 insertions(+), 65 deletions(-)
 copy tests/lint/cppdocs.sh => apps/microtvm/reference-vm/zephyr/base-box/base_box_provision.sh (64%)
 mode change 100755 => 100644
 rename apps/microtvm/reference-vm/zephyr/base-box/{setup.sh => base_box_setup.sh} (97%)
 copy .asf.yaml => apps/microtvm/reference-vm/zephyr/base-box/base_box_test.sh (63%)
 mode change 100644 => 100755
 rename apps/microtvm/reference-vm/zephyr/{setup.sh => provision_setup.sh} (95%)