/openbmc/openbmc/poky/meta/conf/distro/include/ |
H A D | distro_alias.inc | 3 # distributions such as Fedora, Ubuntu, Debian, ... The package 16 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" 69 DISTRO_PN_ALIAS:pn-dtc = "Fedora=dtc Ubuntu=dtc" [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ |
H A D | ttf-ubuntu-font-family_0.83.bb | 3 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 D | build-environment.yml | 25 - 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/.gitlab-ci.d/custom-runners/ |
H A D | ubuntu-22.04-aarch64.yml | 1 # 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 D | ubuntu-22.04-s390x.yml | 1 # 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 D | ubuntu-22.04-aarch32.yml | 1 # 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 D | 0001-Unbolt-ubuntu-hack.patch | 4 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-build-scripts/ |
H A D | run-rootfs-size-docker.sh | 12 # 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 D | build-rootfs-size-docker.sh | 7 # 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 D | build-setup.sh | 18 # UBUNTU_MIRROR [optional] The URL of a mirror of Ubuntu to override the 27 # instead of our default (public.ecr.aws/ubuntu) 38 # fedora|ubuntu. Note that if you chose fedora, you will 40 # Default: "ubuntu" 44 # ubuntu: latest|16.04|14.04|trusty|xenial 94 docker_reg=${DOCKER_REG:-"public.ecr.aws/ubuntu"} 98 distro=${distro:-ubuntu} 212 elif [[ "${distro}" == ubuntu ]]; then 255 # Latest Ubuntu added a default user (ubuntu), which takes 1000 UID. 257 # then the container no longer will work. Delete the new ubuntu user [all …]
|
/openbmc/qemu/scripts/ci/setup/ |
H A D | gitlab-runner.yml | 34 - 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/qemu/tests/vm/ |
H A D | ubuntu.aarch64 | 3 # 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 D | ubuntuvm.py | 3 # 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 D | run-test-docker.md | 28 "openbmc/ubuntu-robot-qemu". You can check images using "docker images" 58 --tty openbmc/ubuntu-robot-qemu python -m robot \ 73 --tty openbmc/ubuntu-robot-qemu python -m robot \ 93 ###### _Note: This runs a Docker container using openbmc/ubuntu-robot-qemu image._ 106 --tty openbmc/ubuntu-robot-qemu \ 121 --tty openbmc/ubuntu-robot-qemu \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libjs/ |
H A D | libjs-jquery_3.3.1.bb | 6 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/linux/tools/testing/selftests/rcutorture/doc/ |
H A D | rcu-test-image.txt | 39 # Replace "precise" below with your favorite Ubuntu release. 42 sudo debootstrap --verbose --arch i386 precise /mnt http://archive.ubuntu.com/ubuntu 60 https://help.ubuntu.com/community/KVM/CreateGuests 61 https://help.ubuntu.com/community/JeOSVMBuilder
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | distro_check.py | 131 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/poky/meta-poky/conf/distro/ |
H A D | poky.conf | 36 ubuntu-20.04 \n \ 37 ubuntu-22.04 \n \ 38 ubuntu-24.04 \n \ 39 ubuntu-24.10 \n \
|
/openbmc/openbmc-build-scripts/scripts/ |
H A D | build-qemu-robot-docker.sh | 6 # 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:jammy"} 27 docker_reg=${DOCKER_REG:-"public.ecr.aws/ubuntu"}
|
/openbmc/qemu/.gitlab-ci.d/ |
H A D | custom-runners.yml | 32 - 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/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/ |
H A D | nginx-fix-pidfile.patch | 2 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/docs/development/ |
H A D | dev-environment.md | 33 The recommended OpenBMC development environment is the latest Ubuntu LTS 56 2. Install the latest Ubuntu LTS release 58 The majority of OpenBMC development community uses Ubuntu. The qemu below is 59 built on the latest Ubuntu LTS release but whatever is most recent _should_ 61 these are not tested nearly as much by the core OpenBMC team as Ubuntu. 76 **Note** - In Ubuntu, a "sudo apt-get update" will probably be needed before
|
/openbmc/openbmc-test-automation/docs/ |
H A D | openbmc_test_tools.md | 77 opal-prd may be installed on Ubuntu with: `apt install opal-prd` and on RedHat 137 To install nvme-cli on Ubuntu: 143 - Obtaining the PPA for Ubuntu 145 https://launchpad.net/~sbates/+archive/ubuntu/ppa 158 To install hdparm on Ubuntu:
|
/openbmc/openbmc/poky/documentation/ |
H A D | poky.yaml.in | 44 # Disk space (Gbytes) needed to generate qemux86-64 core-image-sato on Ubuntu 22.04 (x86-64), round… 46 # Disk space (Gbytes) needed to generate qemux86-64 core-image-sato on Ubuntu 22.04 (x86-64) with "… 48 # 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/recipes-connectivity/avahi/files/ |
H A D | CVE-2023-1981.patch | 11 …s: Backport [import from ubuntu https://git.launchpad.net/ubuntu/+source/avahi/tree/debian/patches…
|