Home
last modified time | relevance | path

Searched +full:build +full:- +full:system +full:- +full:flaky (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/.gitlab-ci.d/
H A Dbuildtest.yml2 - 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 …]
/openbmc/openbmc/poky/meta/conf/distro/include/
H A Dptest-packagelists.inc2 # Lists of the ptests in OE-Core, sorted into two sets by the time they take
8 apr-util \
25 gdk-pixbuf \
26 glib-networking \
28 json-c \
29 json-glib \
30 libconvert-asn1-perl \
32 libgpg-error\
36 libtest-fatal-perl \
37 libtest-needs-perl \
[all …]
/openbmc/qemu/docs/devel/testing/
H A Dmain.rst7 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
38 -------------------------
49 Different sub-types of "make check" tests will be explained below.
51 Before running tests, it is best to build QEMU programs first. Some tests
55 .. _unit-tests:
68 In QEMU, unit tests can be invoked with ``make check-unit``. They are
76 1. Create a new source file. For example, ``tests/unit/foo-test.c``.
[all …]
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.3.4.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
3 Release notes for Yocto-4.3.4 (Nanbield)
4 ----------------------------------------
6 Security Fixes in Yocto-4.3.4
9 - bind: Fix :cve_nist:`2023-4408`, :cve_nist:`2023-5517`, :cve_nist:`2023-5679` and :cve_nist:`202…
10 - gcc: Update :term:`CVE_STATUS` for :cve_nist:`2023-4039` as fixed
11 - glibc: Fix :cve_nist:`2023-6246`, :cve_nist:`2023-6779` and :cve_nist:`2023-6780`
12 - gnutls: Fix :cve_nist:`2024-0553` and :cve_nist:`2024-0567`
13 - gstreamer: Fix :cve_mitre:`2024-0444`
14 - libssh2: fix :cve_nist:`2023-48795`
[all …]
H A Drelease-notes-4.1.3.rst1 .. 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 …]
/openbmc/phosphor-host-ipmid/docs/
H A Dtesting.md21 `sudo docker run hello-world`.
29 mkdir openbmc-ci-tests
30 cd openbmc-ci-tests
31 git clone https://github.com/openbmc/openbmc-build-scripts.git
34 ## Add `phosphor-host-ipmid`
39 basic idea is that it's like having a second copy of your repo - but the second
46 `run-unit-test-docker.sh`, you can't run the CI with untracked changes anyways,
54 cd /my/dir/for/phosphor-host-ipmid
55 git worktree add /path/to/openbmc-ci-tests/phosphor-host-ipmid
58 Now, if you `cd /path/to/openbmc-ci-tests`, you should see a directory
[all …]
/openbmc/qemu/
H A Dqemu-options.hx14 "-h or -help display this help and exit\n", QEMU_ARCH_ALL)
16 ``-h``
21 "-version display version information and exit\n", QEMU_ARCH_ALL)
23 ``-version``
28 "-machine [type=]name[,prop[=value][,...]]\n"
29 " selects emulated machine ('-machine help' for list)\n"
33 " dump-guest-core=on|off include guest memory in a core dump (default=on)\n"
34 " mem-merge=on|off controls memory merge support (default: on)\n"
35 " aes-key-wrap=on|off controls support for AES key wrapping (default=on)\n"
36 " dea-key-wrap=on|off controls support for DEA key wrapping (default=on)\n"
[all …]
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dautotools-update.patch3 Upstream-Status: Inappropriate [upstream hasn't been active since 1998]
4 Signed-off-by: Phil Blundell <pb@pbcl.net>
6 diff -uprN clean/lrzsz-0.12.20/configure.in lrzsz-0.12.20/configure.in
7 --- clean/lrzsz-0.12.20/configure.in 1998-12-30 07:50:07.000000000 +0000
8 +++ lrzsz-0.12.20/configure.in 2019-11-25 16:22:37.000000000 +0000
9 @@ -92,7 +92,6 @@ AC_PROG_RANLIB
13 -AM_C_PROTOTYPES
17 @@ -253,18 +252,13 @@ ihave$lookup_facility
21 -AC_SUBST(CFLAGS)
22 -AC_SUBST(LDFLAGS)
[all …]