| /openbmc/qemu/.gitlab-ci.d/ |
| H A D | buildtest.yml | 2 - local: '/.gitlab-ci.d/buildtest-template.yml' 4 build-system-alpine: 6 - .native_build_job_template 7 - .native_build_artifact_template 9 - job: amd64-alpine-container 12 TARGETS: avr-softmmu loongarch64-softmmu mips64-softmmu mipsel-softmmu 13 MAKE_CHECK_ARGS: check-build 14 CONFIGURE_ARGS: --enable-docs --enable-trace-backends=log,simple,syslog 16 check-system-alpine: 19 - job: build-system-alpine [all …]
|
| H A D | static_checks.yml | 1 check-patch: 4 image: python:3.10-alpine 7 - .gitlab-ci.d/check-patch.py 12 - apk -U add git perl 15 check-dco: 18 image: python:3.10-alpine 20 script: .gitlab-ci.d/check-dco.py 24 - apk -U add git 26 check-python-minreqs: 31 - make -C python check-minreqs [all …]
|
| H A D | crossbuilds.yml | 2 - local: '/.gitlab-ci.d/crossbuild-template.yml' 4 cross-armhf-user: 7 job: armhf-debian-cross-container 9 IMAGE: debian-armhf-cross 11 cross-arm64-system: 14 job: arm64-debian-cross-container 16 IMAGE: debian-arm64-cross 18 cross-arm64-user: 21 job: arm64-debian-cross-container 23 IMAGE: debian-arm64-cross [all …]
|
| /openbmc/qemu/docs/ |
| H A D | multiseat.txt | 6 ------------ 12 ./configure --enable-sdl 16 ./configure --enable-gtk 21 qemu -accel kvm -usb $memory $disk $whatever \ 22 -display [ sdl | gtk ] \ 23 -vga std \ 24 -device usb-tablet 27 standard ps/2 keyboard (implicitly there) and the usb-tablet. Now the 30 -device pci-bridge,addr=12.0,chassis_nr=2,id=head.2 \ 31 -device secondary-vga,bus=head.2,addr=02.0,id=video.2 \ [all …]
|
| /openbmc/qemu/ |
| H A D | .patchew.yml | 1 --- 91 {% elif test == "docker-mingw@fedora" or test == "docker-quick@centos8" or test == "asan" %} 115 --- 117 Please send your feedback to patchew-devel@redhat.com 126 time make docker-test-debug@fedora TARGET_LIST=x86_64-softmmu J=14 NETWORK=1 127 docker-quick@centos8: 133 time make docker-test-quick@centos8 SHOW_ENV=1 J=14 NETWORK=1 140 git rev-parse base > /dev/null || exit 0 141 ./scripts/checkpatch.pl --mailback base.. 142 docker-mingw@fedora: [all …]
|
| /openbmc/openbmc/meta-phosphor/conf/distro/include/ |
| H A D | phosphor-base.inc | 1 require conf/distro/include/phosphor-defaults.inc 6 DISTROOVERRIDES .= ":openbmc-phosphor" 28 # Git example url: git://git.yoctoproject.org/yocto-firewall-test;protocol=https;rev=master 32 poky-5.0 \n \ 33 poky-5.1 \n \ 34 ubuntu-20.04 \n \ 35 ubuntu-22.04 \n \ 36 ubuntu-24.04 \n \ 37 ubuntu-24.10 \n \ 38 fedora-38 \n \ [all …]
|
| /openbmc/ipmitool/contrib/ |
| H A D | ipmi.init.redhat | 4 # description: start, stop, or query ipmi system monitoring tools 7 # For Redhat, Fedora, or similar systems. Handles both 2.4 and 2.6 22 [ -f /etc/sysconfig/ipmi ] || exit 0 29 echo -n $"Starting ipmi: " 33 if ! grep -q ipmidev /proc/devices 49 grep -q ipmidev /proc/devices || RETVAL=1 53 if [ -c /dev/ipmi0 ]; then 54 rm -f /dev/ipmi0 57 # Check if the device file exists and create if not. 58 if [ ! -c /dev/ipmi0 ] && [ $RETVAL -eq 0 ] [all …]
|
| /openbmc/openbmc/meta-security/recipes-ids/samhain/files/ |
| H A D | 0002-Make-samhainrc-OE-friendly.patch | 3 Date: Fri, 22 Jun 2012 16:38:20 -0400 4 Subject: [PATCH] Make samhainrc OE-friendly. 11 Upstream-Status: Inappropriate [configuration] 13 Signed-off-by: Aws Ismail <aws.ismail@windriver.com> 14 --- 15 samhainrc.linux | 63 +++++++++---------------------------------------- 16 1 file changed, 11 insertions(+), 52 deletions(-) 18 diff --git a/samhainrc.linux b/samhainrc.linux 20 --- a/samhainrc.linux 22 @@ -74,7 +74,6 @@ dir = 0/ [all …]
|
| /openbmc/openbmc/poky/documentation/dev-manual/ |
| H A D | start.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 10 host <dev-manual/start:preparing the build host>`, how to locate 25 you get the results you want. The procedure is high-level and presents 41 - *Application Developer:* This type of developer does application 44 - *Core System Developer:* This type of developer works on the 45 contents of the operating system image itself. 47 - *Build Engineer:* This type of developer manages Autobuilders and 51 - *Test Engineer:* This type of developer creates and manages 53 system development meets desired quality standards. 55 #. *Gather the Hardware:* Based on the size and make-up of the team, [all …]
|
| /openbmc/docs/development/ |
| H A D | dev-environment.md | 7 **Prerequisites:** Current Linux, Mac, or Windows system 19 distribution for a system. QEMU is a software emulator that can be used to run 25 For testing purposes, this guide uses the Romulus system as the default because 26 this is the system tested for each CI job, which means it's the most stable. 41 [VMware](https://www.vmware.com/products/workstation-player/workstation-player-evaluation.html) 51 [build-setup.sh](https://github.com/openbmc/openbmc-build-scripts/blob/master/build-setup.sh) 60 work. The same goes for other Linux distributions like Fedora but again, 63 **VirtualBox Tips** - You'll want copy/paste working between your VM and 65 - Devices -> Insert Guest Additions CD Image (install) 66 - Devices -> Shared Clipboard -> Bidirectional [all …]
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | migration-4.3.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 7 ------------------------------------ 12 .. _migration-4.3-supported-kernel-versions: 19 Firstly it allows glibc optimisations that improve the performance of the system 29 .. _migration-4.3-layername-override: 35 :term:`FILE_LAYERNAME` variable and the ``layer-<layername> override``. This is being used 38 from other layers - for example, patches added through such bbappends will now 39 need to have the "Upstream-Status" specified in the patch header. 41 .. _migration-4.3-compiling-changes: 46 - Code on 32 bit platforms is now compiled with largefile support and 64 [all …]
|
| H A D | migration-4.2.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 7 ------------------------------------ 12 .. _migration-4.2-supported-distributions: 19 - Fedora 36 and 37 20 - AlmaLinux 8.7 and 9.1 21 - OpenSuse 15.4 25 - Debian 10.x 26 - Fedora 34 and 35 27 - AlmaLinux 8.5 29 See :ref:`all supported distributions <system-requirements-supported-distros>`. [all …]
|
| H A D | migration-4.1.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 7 ----------------------------------- 13 .. _migration-4.1-make-4.0: 19 be installed on the build host. A new :term:`buildtools-make` tarball has been 23 :ref:`ref-manual/system-requirements:required packages for the build host`. 26 .. _migration-4.1-complementary-deps: 31 When installing complementary packages (e.g. ``-dev`` and ``-dbg`` packages when 32 building an SDK, or if you have added ``dev-deps`` to :term:`IMAGE_FEATURES`), 35 If you wish to double-check the contents of your images after this change, see 36 :ref:`Checking Image / SDK Changes <migration-general-buildhistory>`. If needed [all …]
|
| H A D | migration-5.0.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 7 ------------------------------------ 12 To migrate from an earlier LTS release, you **also** need to check all 15 - :doc:`/migration-guides/migration-4.3` 16 - :doc:`/migration-guides/migration-4.2` 17 - :doc:`/migration-guides/migration-4.1` 18 - :doc:`/migration-guides/migration-4.0` 19 - :doc:`/migration-guides/migration-3.4` 20 - :doc:`/migration-guides/migration-3.3` 21 - :doc:`/migration-guides/migration-3.2` [all …]
|
| H A D | migration-5.1.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 7 --------------------------------- 12 .. _migration-5.1-workdir-changes: 27 should be changed to :term:`S`. These are commonly in :ref:`ref-tasks-compile`, 28 :ref:`ref-tasks-compile`, :ref:`ref-tasks-install` and :term:`LIC_FILES_CHKSUM`. 35 These are commonly in :ref:`ref-tasks-compile` and :ref:`ref-tasks-install` 46 Files from :ref:`ref-tasks-unpack` now unpack to ``WORKDIR/sources-unpack/`` 50 subdirectory exists in ``sources-unpack`` after :ref:`ref-tasks-unpack` runs, 54 based recipes. Keeping all sources under ``sources-unpack`` wasn't considered 56 :ref:`ref-tasks-unpack` task output from :term:`WORKDIR`. [all …]
|
| H A D | release-notes-3.4.1.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 4 ---------------------------------- 9 - :yocto_bugs:`bsps-hw.bsps-hw.Test_Seek_bar_and_volume_control manual test case failure </show_bug… 14 - glibc: Backport fix for :cve_nist:`2021-43396` 15 - vim: add patch number to :cve_nist:`2021-3778` patch 16 - vim: fix :cve_nist:`2021-3796`, :cve_nist:`2021-3872`, and :cve_nist:`2021-3875` 17 - squashfs-tools: follow-up fix for :cve_nist:`2021-41072` 18 - avahi: update CVE id fixed by local-ping.patch 19 - squashfs-tools: fix :cve_nist:`2021-41072` 20 - ffmpeg: fix :cve_nist:`2021-38114` [all …]
|
| H A D | release-notes-4.1.3.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 3 Release notes for Yocto-4.1.3 (Langdale) 4 ---------------------------------------- 6 Security Fixes in Yocto-4.1.3 9 - apr-util: Fix :cve_nist:`2022-25147` 10 - apr: Fix :cve_nist:`2022-24963` and :cve_nist:`2022-28331` 11 - bind: Fix :cve_nist:`2022-3094`, :cve_nist:`2022-3736` and :cve_nist:`2022-3924` 12 - curl: Fix :cve_nist:`2022-43551` and :cve_nist:`2022-43552` 13 - dbus: Fix :cve_nist:`2022-42010`, :cve_nist:`2022-42011` and :cve_nist:`2022-42012` 14 - git: Fix :cve_nist:`2022-23521`, :cve_nist:`2022-39253`, :cve_nist:`2022-39260` and :cve_nist:`… [all …]
|
| H A D | release-notes-4.0.8.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 3 Release notes for Yocto-4.0.8 (Kirkstone) 4 ----------------------------------------- 6 Security Fixes in Yocto-4.0.8 9 - apr-util: Fix :cve_nist:`2022-25147` 10 - apr: Fix :cve_nist:`2022-24963`, :cve_nist:`2022-28331` and :cve_nist:`2021-35940` 11 - bind: Fix :cve_nist:`2022-3094`, :cve_nist:`2022-3736` and :cve_nist:`2022-3924` 12 - git: Ignore :cve_nist:`2022-41953` 13 - git: Fix :cve_nist:`2022-23521` and :cve_nist:`2022-41903` 14 - libgit2: Fix :cve_nist:`2023-22742` [all …]
|
| /openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
| H A D | ServiceAdmin.pm | 28 # a more modern init system. This is a bit of a problem on Fedora, though, 29 # which used upstart from Fedora 9 to Fedora 14, then switched to a new 30 # Red Hat-created system called systemd for Fedora 15 and 16 (so far). 50 # &getGlobal('DIR', "rcd") -- directory where the rc_.d subdirs can be found 51 # &getGlobal('DIR', "initd") -- directory the rc_.d directories link to 55 # You'd like to tell the system to run the firewall at boot: 56 # B_chkconfig_on("bastille-firewall") 74 # In Debian system there is no chkconfig script, run levels are checked 78 if (-x $filetolink) 89 # On SUSE, chkconfig-based rc scripts have been replaced with a whole different [all …]
|
| H A D | API.pm | 1 # Copyright (C) 1999-2007 Jay Beale 2 # Copyright (C) 2001-2008 Hewlett-Packard Development Company, L.P. 27 # This is still under construction -- it is very usable, but not very well 41 # &GetDistro - figures out what distro we're running, if it knows it... 42 # &ConfigureForDistro - sets global variables based on the distro 43 # &GetGlobal - returns hash values defined in ConfigureForDistro 45 # &getGlobalConfig - returns value of hash set up by ReadConfig 49 # &B_log(type,msg) -- takes care of all logging 56 # &B_open * -- opens a file handle and logs the action/error (OLD WAY!) 57 # &B_open_plus -- opens a pair of file handles for the old and new version [all …]
|
| /openbmc/openbmc/ |
| H A D | README.md | 3 …ps://jenkins.openbmc.org/buildStatus/icon?job=latest-master)](https://jenkins.openbmc.org/job/late… 10 [D-Bus](https://www.freedesktop.org/wiki/Software/dbus/) to allow easy 18 …mentation](https://docs.yoctoproject.org/ref-manual/system-requirements.html#required-packages-for… 28 #### Fedora subsubsection 60 [meta-phosphor/docs](https://github.com/openbmc/openbmc/blob/master/meta-phosphor/docs/supported-ma… 71 bitbake obmc-phosphor-image 87 through two levels of testing. At the repository level the makefile `make check` 88 directive is run. At the system level, the commit is built into a firmware image 89 and run with an arm-softmmu QEMU model against a barrage of 90 [CI tests](https://jenkins.openbmc.org/job/CI-MISC/job/run-ci-in-qemu/). [all …]
|
| /openbmc/openbmc/poky/documentation/brief-yoctoprojectqs/ |
| H A D | index.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 17 - The examples in this paper assume you are using a native Linux 18 system running a recent Ubuntu Linux distribution. If the machine 21 a native Linux system, you can still perform these steps by using 23 :ref:`dev-manual/start:setting up to use cross platforms (crops)` 28 - You may use version 2 of Windows Subsystem For Linux (WSL 2) to set 30 See the :ref:`dev-manual/start:setting up to use windows subsystem for 35 Project, see the :doc:`/overview-manual/index`. 43 - At least &MIN_DISK_SPACE; Gbytes of free disk space, though 47 - At least &MIN_RAM; Gbytes of RAM, though a modern build host with as [all …]
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/openssh/ |
| H A D | openssh_10.0p1.bb | 1 SUMMARY = "A suite of security-related network utilities based on \ 8 LICENSE = "BSD-2-Clause & BSD-3-Clause & ISC & MIT" 14 SRC_URI = "https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar.gz \ 24 file://run-ptest \ 26 file://0001-regress-banner.sh-log-input-and-output-files-on-erro.patch \ 27 file://0001-regress-test-exec-use-the-absolute-path-in-the-SSH-e.patch \ 31 CVE_STATUS[CVE-2007-2768] = "not-applicable-config: This CVE is specific to OpenSSH with the pam op… 33 # This CVE is specific to OpenSSH server, as used in Fedora and Red Hat Enterprise Linux 7 35 CVE_STATUS[CVE-2014-9278] = "not-applicable-platform: This CVE is specific to OpenSSH server, as us… 38 CVE_STATUS[CVE-2008-3844] = "not-applicable-platform: Only applies to some distributed RHEL binarie… [all …]
|
| /openbmc/qemu/docs/devel/testing/ |
| H A D | main.rst | 7 everything from unit testing and exercising specific sub-systems all 9 tests you can run ``make check-help`` from either the source or build 13 the meson build system so can be run directly from the build tree, 16 [./pyvenv/bin/]meson test --suite qemu:softfloat 37 Testing with "make check" 38 ------------------------- 40 The "make check" testing family includes most of the C based tests in QEMU. 46 make check 49 Different sub-types of "make check" tests will be explained below. 55 .. _unit-tests: [all …]
|
| /openbmc/openbmc/poky/documentation/ref-manual/ |
| H A D | faq.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 13 --------------------------------------- 16 system that the Yocto Project provides. Poky is based on 17 :term:`OpenEmbedded-Core (OE-Core)` and :term:`BitBake`. Thus, the 18 generic term used here for the build system is the "OpenEmbedded build 19 system." Development in the Yocto Project using Poky is closely tied to 20 OpenEmbedded, with changes always being merged to OE-Core or BitBake 24 How can you claim Poky / OpenEmbedded-Core is stable? 25 ----------------------------------------------------- 29 - The Yocto Project team keeps :term:`OpenEmbedded-Core (OE-Core)` small and [all …]
|