Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/7] gitlab Qemu runtime testing
@ 2019-05-05 16:53 Jugurtha BELKALEM
  2019-05-05 16:53 ` [Buildroot] [PATCH v2 1/7] package/qemu: enable nios2 support for host-qemu Jugurtha BELKALEM
                   ` (6 more replies)
  0 siblings, 7 replies; 25+ messages in thread
From: Jugurtha BELKALEM @ 2019-05-05 16:53 UTC (permalink / raw)
  To: buildroot

Testing Qemu build states helps
to identify any issue encountered
during the build.
When compilation is done, a qemu
machine is started, fed with root login
and then powered down. Even if this test
is simple, it can point to various errors.


Jugurtha BELKALEM (7):
  package/qemu: enable nios2 support for host-qemu
  package/qemu: enable sparc64 support for host-qemu
  package/qemu: remove comment about sh64
  configs/qemu-*: add host-qemu-system
  board/qemu/*/launch.sh: add qemu launch script
  support/scripts/qemu-boot-*: gitlab tests for Qemu
  gitlab.yml.in*: enable Qemu gitlab testing

 .gitlab-ci.yml                             |  3 ++
 .gitlab-ci.yml.in                          |  3 ++
 board/qemu/aarch64-virt/launch.sh          | 21 ++++++++++++
 board/qemu/arm-versatile/launch.sh         | 26 ++++++++++++++
 board/qemu/arm-vexpress/launch.sh          | 25 ++++++++++++++
 board/qemu/m68k-mcf5208/launch.sh          | 21 ++++++++++++
 board/qemu/m68k-q800/launch.sh             | 22 ++++++++++++
 board/qemu/microblazebe-mmu/launch.sh      | 21 ++++++++++++
 board/qemu/microblazeel-mmu/launch.sh      | 21 ++++++++++++
 board/qemu/mips32r2-malta/launch.sh        | 23 +++++++++++++
 board/qemu/mips32r2el-malta/launch.sh      | 23 +++++++++++++
 board/qemu/mips32r6-malta/launch.sh        | 21 ++++++++++++
 board/qemu/mips32r6el-malta/launch.sh      | 21 ++++++++++++
 board/qemu/mips64-malta/launch.sh          | 22 ++++++++++++
 board/qemu/mips64el-malta/launch.sh        | 22 ++++++++++++
 board/qemu/mips64r6-malta/launch.sh        | 21 ++++++++++++
 board/qemu/mips64r6el-malta/launch.sh      | 21 ++++++++++++
 board/qemu/nios2-10m50/launch.sh           | 21 ++++++++++++
 board/qemu/or1k/launch.sh                  | 23 +++++++++++++
 board/qemu/ppc-g3beige/launch.sh           | 22 ++++++++++++
 board/qemu/ppc-mpc8544ds/launch.sh         | 21 ++++++++++++
 board/qemu/ppc-virtex-ml507/launch.sh      | 21 ++++++++++++
 board/qemu/ppc64-e5500/launch.sh           | 21 ++++++++++++
 board/qemu/ppc64-pseries/launch.sh         | 21 ++++++++++++
 board/qemu/ppc64le-pseries/launch.sh       | 21 ++++++++++++
 board/qemu/riscv32-virt/launch.sh          | 21 ++++++++++++
 board/qemu/riscv64-virt/launch.sh          | 21 ++++++++++++
 board/qemu/sh4-r2d/launch.sh               | 22 ++++++++++++
 board/qemu/sh4eb-r2d/launch.sh             | 22 ++++++++++++
 board/qemu/sparc-ss10/launch.sh            | 21 ++++++++++++
 board/qemu/sparc64-sun4u/launch.sh         | 21 ++++++++++++
 board/qemu/x86/launch.sh                   | 23 +++++++++++++
 board/qemu/x86_64/launch.sh                | 23 +++++++++++++
 board/qemu/xtensa-lx60/launch.sh           | 21 ++++++++++++
 configs/qemu_aarch64_virt_defconfig        |  4 +++
 configs/qemu_arm_versatile_defconfig       |  4 +++
 configs/qemu_arm_versatile_nommu_defconfig |  4 +++
 configs/qemu_arm_vexpress_defconfig        |  4 +++
 configs/qemu_m68k_mcf5208_defconfig        |  4 +++
 configs/qemu_m68k_q800_defconfig           |  4 +++
 configs/qemu_microblazebe_mmu_defconfig    |  4 +++
 configs/qemu_microblazeel_mmu_defconfig    |  4 +++
 configs/qemu_mips32r2_malta_defconfig      |  4 +++
 configs/qemu_mips32r2el_malta_defconfig    |  4 +++
 configs/qemu_mips32r6_malta_defconfig      |  4 +++
 configs/qemu_mips32r6el_malta_defconfig    |  4 +++
 configs/qemu_mips64_malta_defconfig        |  4 +++
 configs/qemu_mips64el_malta_defconfig      |  4 +++
 configs/qemu_mips64r6_malta_defconfig      |  4 +++
 configs/qemu_mips64r6el_malta_defconfig    |  4 +++
 configs/qemu_nios2_10m50_defconfig         |  4 +++
 configs/qemu_or1k_defconfig                |  4 +++
 configs/qemu_ppc64_e5500_defconfig         |  4 +++
 configs/qemu_ppc64_pseries_defconfig       |  4 +++
 configs/qemu_ppc64le_pseries_defconfig     |  4 +++
 configs/qemu_ppc_g3beige_defconfig         |  4 +++
 configs/qemu_ppc_mpc8544ds_defconfig       |  4 +++
 configs/qemu_ppc_virtex_ml507_defconfig    |  4 +++
 configs/qemu_riscv32_virt_defconfig        |  4 +++
 configs/qemu_riscv64_virt_defconfig        |  4 +++
 configs/qemu_sh4_r2d_defconfig             |  4 +++
 configs/qemu_sh4eb_r2d_defconfig           |  4 +++
 configs/qemu_sparc64_sun4u_defconfig       |  4 +++
 configs/qemu_sparc_ss10_defconfig          |  4 +++
 configs/qemu_x86_64_defconfig              |  4 +++
 configs/qemu_x86_defconfig                 |  4 +++
 configs/qemu_xtensa_lx60_defconfig         |  4 +++
 configs/qemu_xtensa_lx60_nommu_defconfig   |  4 +++
 package/qemu/Config.in.host                |  2 ++
 package/qemu/qemu.mk                       |  3 +-
 support/scripts/qemu-boot-checker.sh       | 25 ++++++++++++++
 support/scripts/qemu-boot-chg-defconfig.sh | 11 ++++++
 support/scripts/qemu-boot-expect.py        | 55 ++++++++++++++++++++++++++++++
 73 files changed, 934 insertions(+), 1 deletion(-)
 create mode 100755 board/qemu/aarch64-virt/launch.sh
 create mode 100755 board/qemu/arm-versatile/launch.sh
 create mode 100755 board/qemu/arm-vexpress/launch.sh
 create mode 100755 board/qemu/m68k-mcf5208/launch.sh
 create mode 100755 board/qemu/m68k-q800/launch.sh
 create mode 100755 board/qemu/microblazebe-mmu/launch.sh
 create mode 100755 board/qemu/microblazeel-mmu/launch.sh
 create mode 100755 board/qemu/mips32r2-malta/launch.sh
 create mode 100755 board/qemu/mips32r2el-malta/launch.sh
 create mode 100755 board/qemu/mips32r6-malta/launch.sh
 create mode 100755 board/qemu/mips32r6el-malta/launch.sh
 create mode 100755 board/qemu/mips64-malta/launch.sh
 create mode 100755 board/qemu/mips64el-malta/launch.sh
 create mode 100755 board/qemu/mips64r6-malta/launch.sh
 create mode 100755 board/qemu/mips64r6el-malta/launch.sh
 create mode 100755 board/qemu/nios2-10m50/launch.sh
 create mode 100755 board/qemu/or1k/launch.sh
 create mode 100755 board/qemu/ppc-g3beige/launch.sh
 create mode 100755 board/qemu/ppc-mpc8544ds/launch.sh
 create mode 100755 board/qemu/ppc-virtex-ml507/launch.sh
 create mode 100755 board/qemu/ppc64-e5500/launch.sh
 create mode 100755 board/qemu/ppc64-pseries/launch.sh
 create mode 100755 board/qemu/ppc64le-pseries/launch.sh
 create mode 100755 board/qemu/riscv32-virt/launch.sh
 create mode 100755 board/qemu/riscv64-virt/launch.sh
 create mode 100755 board/qemu/sh4-r2d/launch.sh
 create mode 100755 board/qemu/sh4eb-r2d/launch.sh
 create mode 100755 board/qemu/sparc-ss10/launch.sh
 create mode 100755 board/qemu/sparc64-sun4u/launch.sh
 create mode 100755 board/qemu/x86/launch.sh
 create mode 100755 board/qemu/x86_64/launch.sh
 create mode 100755 board/qemu/xtensa-lx60/launch.sh
 create mode 100755 support/scripts/qemu-boot-checker.sh
 create mode 100755 support/scripts/qemu-boot-chg-defconfig.sh
 create mode 100755 support/scripts/qemu-boot-expect.py

-- 
2.7.4

^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2019-10-27 19:15 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-05 16:53 [Buildroot] [PATCH v2 0/7] gitlab Qemu runtime testing Jugurtha BELKALEM
2019-05-05 16:53 ` [Buildroot] [PATCH v2 1/7] package/qemu: enable nios2 support for host-qemu Jugurtha BELKALEM
2019-05-31  6:13   ` Thomas Huth
2019-08-02 21:52   ` Thomas Petazzoni
2019-05-05 16:53 ` [Buildroot] [PATCH v2 2/7] package/qemu: enable sparc64 " Jugurtha BELKALEM
2019-05-31  6:14   ` Thomas Huth
2019-08-02 21:53   ` Thomas Petazzoni
2019-05-05 16:53 ` [Buildroot] [PATCH v2 3/7] package/qemu: remove comment about sh64 Jugurtha BELKALEM
2019-05-31  6:17   ` Thomas Huth
2019-08-02 21:53   ` Thomas Petazzoni
2019-05-05 16:53 ` [Buildroot] [PATCH v2 4/7] configs/qemu-*: add host-qemu-system Jugurtha BELKALEM
2019-08-02 21:53   ` Thomas Petazzoni
2019-08-03 13:38   ` Bernd Kuhls
2019-05-05 16:53 ` [Buildroot] [PATCH v2 5/7] board/qemu/*/launch.sh: add qemu launch script Jugurtha BELKALEM
2019-08-02 21:58   ` Thomas Petazzoni
2019-10-27 16:44     ` Romain Naour
2019-10-27 16:52       ` Thomas Petazzoni
2019-10-27 17:59         ` Romain Naour
2019-10-27 18:15           ` Thomas Petazzoni
2019-10-27 19:15             ` Romain Naour
2019-05-05 16:53 ` [Buildroot] [PATCH v2 6/7] support/scripts/qemu-boot-*: gitlab tests for Qemu Jugurtha BELKALEM
2019-08-02 22:24   ` Thomas Petazzoni
2019-10-27 14:32     ` Romain Naour
2019-10-27 14:34       ` Thomas Petazzoni
2019-05-05 16:53 ` [Buildroot] [PATCH v2 7/7] gitlab.yml.in*: enable Qemu gitlab testing Jugurtha BELKALEM

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox