Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/7] gitlab Qemu runtime testing
@ 2019-04-29 16:32 Jugurtha BELKALEM
  2019-04-29 16:32 ` [Buildroot] [PATCH 1/7] support/docker/Dockerfile: new package expect Jugurtha BELKALEM
                   ` (6 more replies)
  0 siblings, 7 replies; 21+ messages in thread
From: Jugurtha BELKALEM @ 2019-04-29 16:32 UTC (permalink / raw)
  To: buildroot

The tests that have been performed resulted in:
- 23 architectures passing the test.
- 12 architectures that failed the test.
More investigations need to be made for
architectures that did not pass the test.

special notes for :
- m64k_q800 has been blacklisted (as there is
no qemu support for it).
- sparc64 does not find a qemu shell.
- x86 and x86_64 do not boot properly (timeout).
- qemu ork1 and xtensa do not even compile.

Jugurtha BELKALEM (7):
  support/docker/Dockerfile: new package expect
  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
  support/scripts/qemu-boot: gitlab tests for Qemu
  gitlab.yml.in: enable Qemu gitlab testing

 .gitlab-ci.yml                                |  3 +++
 .gitlab-ci.yml.in                             |  3 +++
 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/docker/Dockerfile                     |  1 +
 support/scripts/expect.sh                     | 22 +++++++++++++++++
 support/scripts/qemu-boot-checker.sh          | 35 +++++++++++++++++++++++++++
 support/scripts/qemu-boot-defconfig_config.sh | 11 +++++++++
 42 files changed, 215 insertions(+), 1 deletion(-)
 create mode 100755 support/scripts/expect.sh
 create mode 100755 support/scripts/qemu-boot-checker.sh
 create mode 100755 support/scripts/qemu-boot-defconfig_config.sh

-- 
2.7.4

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

end of thread, other threads:[~2019-05-01  9:35 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-29 16:32 [Buildroot] [PATCH 0/7] gitlab Qemu runtime testing Jugurtha BELKALEM
2019-04-29 16:32 ` [Buildroot] [PATCH 1/7] support/docker/Dockerfile: new package expect Jugurtha BELKALEM
2019-04-29 20:49   ` Arnout Vandecappelle
2019-04-29 16:32 ` [Buildroot] [PATCH 2/7] package/qemu: enable nios2 support for host-qemu Jugurtha BELKALEM
2019-04-29 16:32 ` [Buildroot] [PATCH 3/7] package/qemu: enable sparc64 " Jugurtha BELKALEM
2019-04-29 16:32 ` [Buildroot] [PATCH 4/7] package/qemu: remove comment about sh64 Jugurtha BELKALEM
2019-04-29 16:32 ` [Buildroot] [PATCH 5/7] configs/qemu-*: add host-qemu-system Jugurtha BELKALEM
2019-04-29 16:32 ` [Buildroot] [PATCH 6/7] support/scripts/qemu-boot: gitlab tests for Qemu Jugurtha BELKALEM
2019-04-29 22:31   ` Arnout Vandecappelle
2019-04-29 23:38     ` Max Filippov
2019-04-30  8:54       ` Jugurtha BELKALEM
2019-04-30 11:20         ` Arnout Vandecappelle
2019-04-30 15:40           ` Max Filippov
2019-04-30 19:40           ` Yann E. MORIN
2019-04-30 19:56             ` Yann E. MORIN
2019-04-30 20:09               ` Max Filippov
2019-04-30 20:23                 ` Max Filippov
2019-04-30 20:31                   ` Yann E. MORIN
2019-05-01  9:35             ` Arnout Vandecappelle
2019-04-29 16:32 ` [Buildroot] [PATCH 7/7] gitlab.yml.in: enable Qemu gitlab testing Jugurtha BELKALEM
2019-04-29 22:34   ` Arnout Vandecappelle

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