Home
last modified time | relevance | path

Searched +full:pr +full:- +full:comment (Results 1 – 14 of 14) sorted by relevance

/openbmc/qemu/.github/workflows/
H A Dlockdown.yml1 # Configuration for Repo Lockdown - https://github.com/dessant/repo-lockdown
10 pull-requests: write
14 runs-on: ubuntu-latest
16 - uses: dessant/repo-lockdown@v2
18 pr-comment: |
21 This repository is a read-only mirror of the project's repostories hosted
22 on https://gitlab.com/qemu-project/qemu.git.
29 lock-pr: true
30 close-pr: true
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dbuild-quality.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
12 dependency on another library, which is auto-detected. If that library
17 The :ref:`ref-classes-buildhistory` class helps you maintain the quality of
25 - :ref:`How you can enable and disable build history <dev-manual/build-quality:enabling and disabl…
27 - :ref:`How to understand what the build history contains <dev-manual/build-quality:understanding …
29 - :ref:`How to limit the information used for build history <dev-manual/build-quality:using build …
31 - :ref:`How to examine the build history from both a command-line and web interface <dev-manual/bu…
47 :ref:`overview-manual/development-environment:git` repository.
69 At the top level, there is a ``metadata-revs`` file that lists the
76 ---------------------------------
[all …]
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-1.6.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
9 .. _migration-1.6-archiver-class:
12 ------------------
14 The :ref:`ref-classes-archiver` class has been rewritten and its configuration
16 ":ref:`dev-manual/licenses:maintaining open source license compliance during your product's lifecyc…
19 .. _migration-1.6-packaging-changes:
22 -----------------
26 - The ``binutils`` recipe no longer produces a ``binutils-symlinks``
27 package. ``update-alternatives`` is now used to handle the preferred
30 - The tc (traffic control) utilities have been split out of the main
[all …]
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 …]
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0026-fix-incorrect-preprocessor-line-numbers.patch6 MIME-Version: 1.0
7 Content-Type: text/plain; charset=UTF-8
8 Content-Transfer-Encoding: 8bit
14 to 64-bit location_t and so one actually needs far longer header files
24 do_include_common -> parse_include -> check_eol -> check_eol_1 ->
25 cpp_get_token_1 -> _cpp_lex_token -> _cpp_lex_direct -> linemap_line_start
31 || SOURCE_COLUMN (map, highest) >= (1U << (column_bits - range_bits))
34 (to_line - ORDINARY_MAP_STARTING_LINE_NUMBER (map))
36 << (CHAR_BIT * sizeof (linenum_type) - column_bits)))
37 || range_bits < map->m_range_bits)
[all …]
/openbmc/openbmc/poky/meta-poky/conf/templates/default/
H A Dlocal.conf.sample.extended19 #PARALLEL_MAKE ?= "-j 4"
22 #PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}"
24 # For a quad-core machine, BB_NUMBER_THREADS = "4", PARALLEL_MAKE = "-j 4" would
40 # packages at build time using qemu-native. Disabling it (by setting it to 0)
45 # If GLIBC_SPLIT_LC_PACKAGES is set to a non-zero value, convert
46 # glibc-binary-localedata-XX-YY to be a meta package depending on
47 # glibc-binary-localedata-XX-YY-lc-address and so on. This enables
53 # wish to perform the time-consuming step of generating all LIBC locales.
54 # NOTE: If removing en_US.UTF-8 you will also need to uncomment, and set
58 # bash-ptest: fr-fr, de-de
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/
H A D0001-Update-Versioneer-to-0.22.patch6 Upstream-Status: Backport [https://github.com/click-contrib/click-spinner/commit/5622ab0a0b4296dc8f…
8 Signed-off-by: Ny Antra Ranaivoarison <nyantra.ranaivoarison@smile.fr>
9 ---
10 click_spinner/__init__.py | 5 +-
11 click_spinner/_version.py | 665 +++++++++++++++++++++-
12 versioneer.py | 1128 ++++++++++++++++++++++++-------------
13 3 files changed, 1400 insertions(+), 398 deletions(-)
15 diff --git a/click_spinner/__init__.py b/click_spinner/__init__.py
17 --- a/click_spinner/__init__.py
19 @@ -77,6 +77,5 @@ def spinner(beep=False, disable=False, force=False, stream=sys.stdout):
[all …]
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dvariables.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
16 :term:`U <UBOOT_BINARY>` :term:`V <VIRTUAL-RUNTIME>`
27 ``meta/conf/machine/include/arm/arch-arm.inc`` file sets the
39 Like all package-controlling variables, you must always use them in
43 ALLOW_EMPTY:${PN}-dev = "1"
44 ALLOW_EMPTY:${PN}-staticdev = "1"
51 commands can co-exist.
60 ":ref:`ref-classes-update-alternatives`"
80 ":ref:`ref-classes-update-alternatives`"
96 ":ref:`ref-classes-update-alternatives`"
[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 …]
/openbmc/qemu/pc-bios/
HDu-boot.e500 ... --------------------- ...
/openbmc/openbmc/poky/meta/classes-global/
H A Dinsane.bbclass4 # SPDX-License-Identifier: MIT
13 # -Check the ownership and permissions
14 # -Check the RUNTIME path for the $TMPDIR
15 # -Check if .la files wrongly point to workdir
16 # -Check if .pc files wrongly point to workdir
17 # -Check if packages contains .debug directories or .so files
18 # where they should be in -dev or -dbg
19 # -Check if config.log contains traces to broken autoconf tests
20 # -Check invalid characters (non-utf8) on some package metadata
21 # -Ensure that binaries in base_[bindir|sbindir|libdir] do not link
[all …]
/openbmc/qemu/
H A Dmeson.build15 meson.add_postconf_script(find_program('scripts/symlink-install-tree.py'))
28 config_host = keyval.load(meson.current_build_dir() / 'config-host.mak')
35 tmpdir = meson.current_build_dir() / 'meson-private/temp'
66 have_linux_user = have_linux_user or target.endswith('linux-user')
67 have_bsd_user = have_bsd_user or target.endswith('bsd-user')
68 have_system = have_system or target.endswith('-softmmu')
113 …dgen.version() + ' is unsupported. You can install a new version with "cargo install bindgen-cli"')
120 message('To use Rust you can install a new version with "cargo install bindgen-cli"')
128 '--rustc-version', rustc.version(),
129 '--workspace', meson.project_source_root() / 'rust']
[all …]
/openbmc/
Dopengrok1.0.log1 2025-11-03 03:01:22.837-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler
2 2025-11-03 03:01:22.908-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, -
[all...]
Dopengrok2.0.log1 2025-11-02 03:01:09.638-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler
2 2025-11-02 03:01:09.695-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, -
[all...]