Home
last modified time | relevance | path

Searched full:ubuntu (Results 1 – 25 of 36) sorted by relevance

12

/qemu/scripts/ci/setup/ubuntu/
H A Dbuild-environment.yml25 - ansible_facts['distribution'] == 'Ubuntu'
33 - ansible_facts['distribution'] == 'Ubuntu'
38 file: "ubuntu-2204-{{ ansible_facts['architecture'] }}.yaml"
40 - ansible_facts['distribution'] == 'Ubuntu'
43 - name: Install packages for QEMU on Ubuntu 22.04
47 - ansible_facts['distribution'] == 'Ubuntu'
50 - name: Install armhf cross-compile packages to build QEMU on AArch64 Ubuntu 22.04
64 - ansible_facts['distribution'] == 'Ubuntu'
H A Dubuntu-2204-aarch64.yaml3 # $ lcitool variables --host-arch aarch64 ubuntu-2204 qemu
H A Dubuntu-2204-s390x.yaml3 # $ lcitool variables --host-arch s390x ubuntu-2204 qemu
H A Dubuntu-2204-armhf-cross.yml3 # $ lcitool variables --cross-arch armv7l ubuntu-2204 qemu
/qemu/.gitlab-ci.d/custom-runners/
H A Dubuntu-22.04-aarch64.yml1 # All ubuntu-22.04 jobs should run successfully in an environment
2 # setup by the scripts/ci/setup/ubuntu/build-environment.yml task
3 # "Install basic packages to build QEMU on Ubuntu 22.04"
5 ubuntu-22.04-aarch64-all-linux-static:
19 # https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1987438
26 ubuntu-22.04-aarch64-all:
48 ubuntu-22.04-aarch64-without-defaults:
70 ubuntu-22.04-aarch64-alldbg:
89 ubuntu-22.04-aarch64-clang:
111 ubuntu-22.04-aarch64-tci:
[all …]
H A Dubuntu-22.04-s390x.yml1 # All ubuntu-22.04 jobs should run successfully in an environment
2 # setup by the scripts/ci/setup/ubuntu/build-environment.yml task
3 # "Install basic packages to build QEMU on Ubuntu 22.04"
5 ubuntu-22.04-s390x-all-linux:
24 ubuntu-22.04-s390x-all-system:
43 ubuntu-22.04-s390x-alldbg:
66 ubuntu-22.04-s390x-clang:
88 ubuntu-22.04-s390x-tci:
108 ubuntu-22.04-s390x-notcg:
H A Dubuntu-22.04-aarch32.yml1 # All ubuntu-22.04 jobs should run successfully in an environment
2 # setup by the scripts/ci/setup/ubuntu/build-environment.yml task
3 # "Install basic packages to build QEMU on Ubuntu 22.04"
5 ubuntu-22.04-aarch32-all:
/qemu/tests/functional/
H A Dtest_aarch64_xlnx_versal.py12 ('http://ports.ubuntu.com/ubuntu-ports/dists/bionic-updates/main/'
14 'ubuntu-installer/arm64/linux'),
18 ('http://ports.ubuntu.com/ubuntu-ports/dists/bionic-updates/main/'
20 '/ubuntu-installer/arm64/initrd.gz'),
/qemu/scripts/ci/setup/
H A Dgitlab-runner.yml34 - name: Remove the .bash_logout file when on Ubuntu systems
38 when: "ansible_facts['distribution'] == 'Ubuntu'"
52 # Debian/Ubuntu setup
59 - ansible_facts['distribution'] == 'Ubuntu'
64 - ansible_facts['distribution'] == 'Ubuntu'
72 - ansible_facts['distribution'] == 'Ubuntu'
104 - ansible_facts['distribution'] == 'Ubuntu'
/qemu/tests/vm/
H A Dubuntu.aarch643 # Ubuntu aarch64 image
9 # Originally based on ubuntu.i386 Fam Zheng <famz@redhat.com>
33 name = "ubuntu.aarch64"
35 # NOTE: The Ubuntu 20.04 cloud images are periodically updated. The
40 image_link = "https://cloud-images.ubuntu.com/focal/20220615/" + image_name
H A Dubuntuvm.py3 # Ubuntu VM testing library
10 # Originally based on ubuntu.i386 Fam Zheng <famz@redhat.com>
22 self.login_prompt = "ubuntu-{}-guest login:".format(self.arch)
26 """Build an Ubuntu VM image. The child class will
H A DMakefile.include20 ARM64_IMAGES += ubuntu.aarch64 centos.aarch64
49 @echo " vm-build-ubuntu.aarch64 - Build QEMU in ubuntu aarch64 VM"
52 @echo " (to build centos/ubuntu aarch64 images use configure --efi-aarch64)"
55 @echo " (install genisoimage to build centos/ubuntu images)"
/qemu/.gitlab-ci.d/
H A Dcustom-runners.yml32 - local: '/.gitlab-ci.d/custom-runners/ubuntu-22.04-s390x.yml'
33 - local: '/.gitlab-ci.d/custom-runners/ubuntu-22.04-aarch64.yml'
34 - local: '/.gitlab-ci.d/custom-runners/ubuntu-22.04-aarch32.yml'
H A Dbuildtest.yml34 build-system-ubuntu:
46 check-system-ubuntu:
49 - job: build-system-ubuntu
55 functional-system-ubuntu:
58 - job: build-system-ubuntu
/qemu/tests/lcitool/
H A Dmappings.yml2 # Too old on Ubuntu 22.04; we install it from cargo instead
14 Ubuntu:
H A Drefresh176 generate_dockerfile("ubuntu2204", "ubuntu-2204",
260 generate_yaml("ubuntu", "ubuntu-2204", "aarch64")
261 generate_yaml("ubuntu", "ubuntu-2204", "s390x")
/qemu/tests/docker/dockerfiles/
H A Dubuntu2204.docker3 # $ lcitool dockerfile --layers all ubuntu-2204 qemu
7 FROM docker.io/library/ubuntu:22.04
/qemu/docs/devel/testing/
H A Dci-runners.rst.inc100 architecture. For instance, an Ubuntu 20.04 aarch64 system should
108 ubuntu-20.04-aarch64-all:
/qemu/docs/system/ppc/
H A Dpowernv.rst90 -drive file=./ubuntu-ppc64le.qcow2,if=none,id=drive0,format=qcow2,cache=none \
106 -drive file=./ubuntu-ppc64le.qcow2,if=none,id=drive-scsi0-0-0-0,format=qcow2,cache=none
124 -drive file=./ubuntu-ppc64le.qcow2,if=none,id=drive0,format=qcow2,cache=none \
/qemu/scripts/ci/gitlab-kubernetes-runners/
H A Dvalues.yaml19 image = "ubuntu:20.04"
/qemu/
H A D.readthedocs.yml10 os: ubuntu-22.04
H A D.patchew.yml225 docker-clang@ubuntu:
231 time make docker-test-clang@ubuntu SHOW_ENV=1 J=14 NETWORK=1
/qemu/.github/workflows/
H A Dlockdown.yml14 runs-on: ubuntu-latest
/qemu/.gitlab-ci.d/opensbi/
H A DDockerfile4 FROM ubuntu:18.04
/qemu/docs/about/
H A Dbuild-platforms.rst85 Ubuntu LTS. Other distros will be assumed to ship similar software versions.
126 Also, on Ubuntu 22.04 or 24.04 this requires the ``rustc-1.77``

12