Home
last modified time | relevance | path

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

123456789

/openbmc/openbmc/poky/meta/conf/distro/include/
H A Ddistro_alias.inc3 # distributions such as Fedora, Ubuntu, Debian, ... The package
16 DISTRO_PN_ALIAS:pn-avahi-libnss-mdns = "Meego=nss-mdns OpenSuSE=nss-mdns Ubuntu=nss-mdns Mandriva=n…
17 DISTRO_PN_ALIAS:pn-avahi-ui = "Ubuntu=avahi-discover Debian=avahi-discover"
32 DISTRO_PN_ALIAS:pn-console-tools = "Debian=console-tools Ubuntu=console-tools"
55 DISTRO_PN_ALIAS:pn-db = "Debian=db5.1 Ubuntu=db5.1"
56 DISTRO_PN_ALIAS:pn-dbus-test = "Fedora=dbus Ubuntu=dbus"
61 DISTRO_PN_ALIAS:pn-docbook-dsssl-stylesheets = "Fedora=docbook-style-dsssl Ubuntu=docbook-dsssl"
65 DISTRO_PN_ALIAS:pn-docbook-xml-dtd4 = "Ubuntu=docbook-xml Fedora=docbook-dtds"
66 DISTRO_PN_ALIAS:pn-docbook-xml-dtd4-native = "Ubuntu=docbook-xml Fedora=docbook-dtds"
68 DISTRO_PN_ALIAS:pn-dropbear = "Debian=dropbear Ubuntu=dropbear"
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/
H A Dttf-ubuntu-font-family_0.83.bb3 SUMMARY = "Ubuntu Font Family - TTF Version"
4 HOMEPAGE = "http://font.ubuntu.com"
10 SRC_URI = "https://assets.ubuntu.com/v1/${SHA1SUM}-ubuntu-font-family-${PV}.zip"
15 UPSTREAM_CHECK_URI = "https://repology.org/project/fonts:ubuntu/packages"
18 S = "${WORKDIR}/ubuntu-font-family-${PV}"
20 PACKAGES = "ttf-ubuntu-mono ttf-ubuntu-sans"
21 FONT_PACKAGES = "ttf-ubuntu-mono ttf-ubuntu-sans"
23 FILES:ttf-ubuntu-mono = "${datadir}/fonts/truetype/*Mono*"
24 FILES:ttf-ubuntu-sans = "${datadir}/fonts/truetype/Ubuntu-*"
/openbmc/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'
/openbmc/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'),
/openbmc/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:
45 ubuntu-22.04-s390x-alldbg:
68 ubuntu-22.04-s390x-clang:
90 ubuntu-22.04-s390x-tci:
110 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:
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/
H A D0001-Unbolt-ubuntu-hack.patch4 Subject: [PATCH] Unbolt ubuntu hack
7 build host and build host might be ubuntu but that does not matter in
21 dnl Ubuntu's systemd pkg-config seems broken beyond repair. So:
25 [*Ubuntu*],[
26 AC_MSG_NOTICE([Hardwiring Ubuntu systemd setup])
/openbmc/openbmc/poky/documentation/tools/
H A Dbuild-docs-container14 # ./documentation/tools/build-docs-container ubuntu:24.04 html
16 # Will build the docs in an Ubuntu 24.04 container in html.
42 - ubuntu:22.04
43 - ubuntu:24.04
122 # "ubuntu:18.04"*|\
123 # "ubuntu:20.04"*|\
125 # "ubuntu:23.04"*|\
126 "ubuntu:22.04"*|\
127 "ubuntu:24.04"*)
128 containerfile=Containerfile.ubuntu
/openbmc/openbmc-build-scripts/
H A Drun-rootfs-size-docker.sh12 # DISTRO: Optional, docker base image (ubuntu or fedora)
13 # DOCKER_IMG_NAME: Optional, default is openbmc/ubuntu-rootfs-size
19 DOCKER_IMG_NAME=${DOCKER_IMG_NAME:-"openbmc/ubuntu-rootfs-size"}
20 DISTRO=${DISTRO:-ubuntu:bionic}
30 echo "Distro (${DISTRO}) not supported, running as ubuntu"
31 DISTRO="ubuntu:bionic"
H A Dbuild-rootfs-size-docker.sh7 # default is openbmc/ubuntu-rootfs-size
9 # UBUNTU_MIRROR: [optional] The URL of a mirror of Ubuntu to override the
13 # instead of our default (public.ecr.aws/ubuntu)
23 DOCKER_IMG_NAME=${DOCKER_IMG_NAME:-"openbmc/ubuntu-rootfs-size"}
24 DISTRO=${DISTRO:-"ubuntu:bionic"}
25 docker_reg=${DOCKER_REG:-"public.ecr.aws/ubuntu"}
40 if [[ "${DISTRO}" == "ubuntu"* ]]; then
H A Dbuild-setup.sh18 # UBUNTU_MIRROR [optional] The URL of a mirror of Ubuntu to override the
27 # instead of our default (public.ecr.aws/ubuntu)
39 # fedora|ubuntu. Note that if you chose fedora, you will
41 # Default: "ubuntu"
45 # ubuntu: latest|16.04|14.04|trusty|xenial
95 docker_reg=${DOCKER_REG:-"public.ecr.aws/ubuntu"}
99 distro=${distro:-ubuntu}
213 elif [[ "${distro}" == ubuntu ]]; then
256 # Latest Ubuntu added a default user (ubuntu), which takes 1000 UID.
258 # then the container no longer will work. Delete the new ubuntu user
[all …]
/openbmc/openbmc-build-scripts/scripts/
H A Dbuild-qemu-robot-docker.sh6 # UBUNTU_MIRROR: <optional, the URL of a mirror of Ubuntu to override the
12 # instead of our default (public.ecr.aws/ubuntu)
16 # default is openbmc/ubuntu-robot-qemu
23 DOCKER_IMG_NAME=${1:-"openbmc/ubuntu-robot-qemu"}
24 DISTRO=${2:-"ubuntu:plucky"}
27 docker_reg=${DOCKER_REG:-"public.ecr.aws/ubuntu"}
149 # Latest Ubuntu added a default user (ubuntu), which takes 1000 UID.
151 # then the container no longer will work. Delete the new ubuntu user
153 RUN userdel -r ubuntu
H A Dclean-unit-test-docker5 # - Images start with 'openbmc/ubuntu-unit-test'.
12 "openbmc/ubuntu-unit-test*" \
/openbmc/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'
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libjs/
H A Dlibjs-jquery_3.3.1.bb6 SRC_URI = "http://kr.archive.ubuntu.com/ubuntu/pool/main/j/jquery/${BPN}_${PV}~dfsg-3_all.deb"
10 UPSTREAM_CHECK_URI = "http://kr.archive.ubuntu.com/ubuntu/pool/main/j/jquery/"
/openbmc/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
/openbmc/docs/testing/
H A Drun-test-docker.md28 "openbmc/ubuntu-robot-qemu". You can check images using "docker images"
60 --tty openbmc/ubuntu-robot-qemu python -m robot \
75 --tty openbmc/ubuntu-robot-qemu python -m robot \
95 **Note:** This runs a Docker container using openbmc/ubuntu-robot-qemu image.
109 --tty openbmc/ubuntu-robot-qemu \
124 --tty openbmc/ubuntu-robot-qemu \
/openbmc/openbmc/poky/meta-poky/conf/distro/
H A Dpoky.conf36 ubuntu-20.04 \n \
37 ubuntu-22.04 \n \
38 ubuntu-24.04 \n \
39 ubuntu-24.10 \n \
/openbmc/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'
/openbmc/openbmc/poky/documentation/
H A Dpoky.yaml.in30 # Disk space (Gbytes) needed to generate qemux86-64 core-image-sato on Ubuntu 22.04 (x86-64), round…
32 # Disk space (Gbytes) needed to generate qemux86-64 core-image-sato on Ubuntu 22.04 (x86-64) with "…
34 # RAM (Gbytes) needed to generate qemux86-64 core-image-sato on Ubuntu 22.04 (x86-64) on a 4 core s…
/openbmc/openbmc/poky/meta/lib/oe/
H A Ddistro_check.py131 Find the latest listed Ubuntu release on the given ubuntu/dists/ URL.
144 "Returns list of all the name os packages in the latest ubuntu distro"
145 latest = find_latest_ubuntu_release("http://archive.ubuntu.com/ubuntu/dists/", d)
146 url = "http://archive.ubuntu.com/ubuntu/dists/%s/main/source/Sources.gz" % latest
148 url = "http://archive.ubuntu.com/ubuntu/dists/%s-updates/main/source/Sources.gz" % latest
161 ("Ubuntu", get_latest_released_ubuntu_source_package_list),
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A Dnginx-fix-pidfile.patch2 Author: Tj <ubuntu@iam.tj>
3 Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1581864
10 This patch is from ubuntu, https://github.com/aroth-arsoft/pkg-nginx/blob
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-kr-fonts/
H A D44-source-han-sans-kr-fonts.conf6 https://bugs.launchpad.net/ubuntu-font-family/+bug/744812
8 https://bugs.launchpad.net/ubuntu/+source/gnome-specimen/+bug/813373

123456789