| /openbmc/qemu/.github/workflows/ |
| H A D | lockdown.yml | 1 # 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/u-boot/tools/env/ |
| H A D | fw_env_private.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 3 * (C) Copyright 2002-2008 7 /* Pull in the current config to define the default environment */ 20 * comment out the next line.
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-devtools/libcoap/libcoap/ |
| H A D | CVE-2024-0962.patch | 2 From: Jon Shallow <supjps-libcoap@jpshallow.com> 8 The manipulation leads to stack-based buffer overflow. 10 CVE: CVE-2024-0962 12 Upstream-Status: Backport [https://github.com/obgm/libcoap/pull/1311] 14 Signed-off-by: alperak <alperyasinak1@gmail.com> 15 --- 16 src/coap_oscore.c | 5 +++-- 17 1 file changed, 3 insertions(+), 2 deletions(-) 19 diff --git a/src/coap_oscore.c b/src/coap_oscore.c 21 --- a/src/coap_oscore.c [all …]
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | create-pull-request | 3 # Copyright (c) 2010-2013, Intel Corporation. 5 # SPDX-License-Identifier: GPL-2.0-or-later 15 ODIR=pull-$$ 24 …: $CMD [-h] [-o output_dir] [-m msg_body_file] [-s subject] [-r relative_to] [-i commit_id] [-d re… 25 -b branch Branch name in the specified remote (default: current branch) 26 -l local branch Local branch name (default: HEAD) 27 -c Create an RFC (Request for Comment) patch series 28 -h Display this help message 29 -a Automatically push local branch (-l) to remote branch (-b), 31 -i commit_id Ending commit (default: HEAD) [all …]
|
| H A D | combo-layer | 3 # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- 6 # Authored-by: Yu Ke <ke.yu@intel.com> 10 # SPDX-License-Identifier: GPL-2.0-only 44 branchname = runcmd("git symbolic-ref HEAD 2>/dev/null", repodir).strip() 55 For an example config file, see combo-layer.conf.example 89 if repo == "combo-layer-settings": 101 lcfile = self.conffile.replace('.conf', '-local.conf') 167 …logger.error("ERROR: patchutils package is missing, please install it (e.g. # apt-get install patc… 190 output = err.read().decode('utf-8') 198 combo-layer. [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
| H A D | font-awesome.min.css | 4 * ------------------------------------------------------- 6 * can be found at: http://fortawesome.github.com/Font-Awesome/ 9 * ------------------------------------------------------- 10 * - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL 11 * - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License - 12 * http://opensource.org/licenses/mit-license.html 13 …* - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons… 14 * - Attribution is no longer required in Font Awesome 3.0, but much appreciated: 15 * "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome" 18 * ------------------------------------------------------- [all …]
|
| H A D | bootstrap.min.css | 3 * Copyright 2011-2015 Twitter, Inc. 5 …-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,a…
|
| H A D | bootstrap.css | 3 * Copyright 2011-2015 Twitter, Inc. 8 font-family: sans-serif; 9 -webkit-text-size-adjust: 100%; 10 -ms-text-size-adjust: 100%; 34 display: inline-block; 35 vertical-align: baseline; 46 background-color: transparent; 53 border-bottom: 1px dotted; 57 font-weight: bold; 60 font-style: italic; [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/ |
| H A D | detail_sorted_header.html | 1 {% comment %} 3 Must be preceded by <table class="table table-bordered table-hover tablesorter" id="otable"> 8 {# <table class="table table-bordered table-hover tablesorter" id="otable"> #} 10 <!-- Table header row; generated from "tablecols" entry in the context dict --> 13 …{%if tc.qhelp%}<span class="glyphicon glyphicon-question-sign get-help" title="{{tc.qhelp}}"></spa… 14 …'orderby' : '{{tc.orderfield}}' })">{{tc.name}}</a>{%else%}<span class="text-muted">{{tc.name}}</s… 15 {%if tc.ordericon%} <span class="icon-caret-{{tc.ordericon}}"></span>{%endif%} 17 <span class="badge badge-info">{{objects.paginator.count}}</span> 19 {%if tc.filter%}<div class="btn-group pull-right"> 20 …-mini {%if request.GET.filter%}{{tc.filter.options|filtered_icon:request.GET.filter}} {%endif%}" {…
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jsmin/ |
| H A D | 7a75d76c2d6bfb917f30ced8f5c0a9a4157f7819.patch | 6 Upstream-Status: Submitted [https://github.com/tikitu/jsmin/pull/38] 7 Signed-off-by: Khem Raj <raj.khem@gmail.com> 8 --- 9 jsmin/test.py | 22 +++++++++++----------- 10 1 file changed, 11 insertions(+), 11 deletions(-) 12 diff --git a/jsmin/test.py b/jsmin/test.py 14 --- a/jsmin/test.py 16 @@ -337,8 +337,8 @@ def testImplicitSemicolon3(self): 17 self.assertMinified("return//comment...\r\na", "return\na") 20 - self.assertMinified('x.replace(/\//, "_")// slash to underscore', [all …]
|
| /openbmc/openbmc/poky/meta-poky/conf/distro/ |
| H A D | poky-tiny.conf | 1 # Distribution definition for: poky-tiny 9 # Poky-tiny is intended to define a tiny Linux system comprised of a 11 # Poky-tiny sets some basic policy to ensure a usable system while still 19 # o Read-only or RAMFS root filesystem 24 # [ ] Integrate linux-yocto-tiny ktype into linux-yocto 25 # [ ] Define linux-yocto-tiny configs for all supported BSPs 28 # runqemu qemux86 qemuparams="-nographic" bootparams="console=ttyS0,115200 root=0800" 29 # [ ] Modify busybox to allow for DISTRO_FEATURES-like configuration 34 DISTRO = "poky-tiny" 36 DISTROOVERRIDES = "poky:poky-tiny" [all …]
|
| /openbmc/webui-vue/ |
| H A D | CONTRIBUTING.md | 1 # Contributing to WebUI-Vue 9 - [Project Setup](#project-setup) 10 - [Asking Questions](#asking-questions) 11 - [Submitting Bugs](#submitting-bugs) 12 - [User Research](#user-research) 13 - [Design Reviews](#design-reviews) 14 - [Help Wanted](#help-wanted) 15 - [Code Reviews](#code-reviews) 22 …up/Integration guidelines](https://github.com/openbmc/docs/blob/master/development/gerrit-setup.md) 29 [Code Reviews section](#code-reviews) below. [all …]
|
| /openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/ |
| H A D | 0001-Fix-build-with-GCC-15.patch | 3 Date: Sat, 22 Mar 2025 22:58:33 -0700 6 This is collection of changes needed to get compiling with gcc-15 9 Upstream-Status: Submitted [https://github.com/UweOhse/lrzsz/pull/8] 10 Signed-off-by: Khem Raj <raj.khem@gmail.com> 11 --- 12 lib/error.c | 2 +- 13 lib/getopt.h | 2 +- 14 lib/long-options.c | 4 ++-- 15 lib/long-options.h | 2 +- 16 lib/xstrtol.c | 2 -- [all …]
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | release-notes-4.3.4.rst | 1 .. 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 D | release-notes-4.2.3.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 3 Release notes for Yocto-4.2.3 (Mickledore) 4 ------------------------------------------ 6 Security Fixes in Yocto-4.2.3 9 - bind: Fix :cve_nist:`2023-2828` and :cve_nist:`2023-2911` 10 - cups: Fix :cve_nist:`2023-34241` 11 - dmidecode: Fix :cve_nist:`2023-30630` 12 - erofs-utils: Fix :cve_nist:`2023-33551` and :cve_nist:`2023-33552` 13 - ghostscript: Fix :cve_nist:`2023-36664` 14 - go: Fix :cve_mitre:`2023-24531` [all …]
|
| /openbmc/openbmc/poky/documentation/contributor-guide/ |
| H A D | submit-changes.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 11 .. _ref-why-mailing-lists: 13 Contributing through mailing lists --- Why not using web-based workflows? 42 mailing list approach off-putting and would prefer a web-based GUI. 55 ---------- 60 sudo apt install git-core git-email 62 Then, you need to set a name and e-mail address that Git will 65 git config --global user.name "Ada Lovelace" 66 git config --global user.email "ada.lovelace@gmail.com" 73 git config --global format.signature "" [all …]
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | sbom30.py | 4 # SPDX-License-Identifier: GPL-2.0-only 24 OE_ALIAS_PREFIX = "http://spdxdocs.org/openembedded-alias/by-doc-hash/" 25 OE_DOC_ALIAS_PREFIX = "http://spdxdocs.org/openembedded-alias/doc/" 28 @oe.spdx30.register(OE_SPDX_BASE + "id-alias") 40 To help work around this, this extension provides a non-unique alias for an 70 OE_SPDX_BASE + "link-name", 75 @oe.spdx30.register(OE_SPDX_BASE + "file-name-alias") 86 OE_SPDX_BASE + "filename-alias", 90 @oe.spdx30.register(OE_SPDX_BASE + "license-scanned") 101 @oe.spdx30.register(OE_SPDX_BASE + "document-extension") [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/bb/pysh/ |
| H A D | pyshlex.py | 1 # pyshlex.py - PLY compatible lexer for pysh. 9 # - review all "char in 'abc'" snippets: the empty string can be matched 10 # - test line continuations within quoted/expansion strings 11 # - eof is buggy wrt sublexers 12 # - the lexer cannot really work in pull mode as it would be required to run 13 # PLY in pull mode. It was designed to work incrementally and it would not be 14 # that hard to enable pull mode. 40 ('<<-', 'DLESSDASH'), 61 """Return True if s matches a non-empty subpart of an operator starting 95 _RE_NAME = re.compile(r'^[0-9a-zA-Z_]+$') [all …]
|
| /openbmc/u-boot/lib/zlib/ |
| H A D | inflate.c | 1 /* inflate.c -- zlib decompression 2 * Copyright (C) 1995-2005 Mark Adler 12 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; in inflateReset() 13 state = (struct inflate_state FAR *)strm->state; in inflateReset() 14 strm->total_in = strm->total_out = state->total = 0; in inflateReset() 15 strm->msg = Z_NULL; in inflateReset() 16 strm->adler = 1; /* to support ill-conceived Java test suite */ in inflateReset() 17 state->mode = HEAD; in inflateReset() 18 state->last = 0; in inflateReset() 19 state->havedict = 0; in inflateReset() [all …]
|
| /openbmc/docs/ |
| H A D | CONTRIBUTING.md | 11 [Code of Conduct](https://github.com/openbmc/docs/blob/master/code-of-conduct.md). 20 <https://www.opencompute.org/documents/ocp-terminology-guidelines-for-inclusion-and-openness> 25 limited set of responsibilities. These communicate over D-Bus with other 29 daemon, which then translates those requests to D-Bus messages. 43 - [Individual CLA](https://drive.google.com/file/d/1k3fc7JPgzKdItEfyIoLxMCVbPUhTwooY) 44 - [Corporate CLA](https://drive.google.com/file/d/1d-2M8ng_Dl2j1odsvZ8o1QHAdHB-pNSH) 65 you are interested in a particular repository - for example, "bmcweb" - type 68 review comment. 81 <https://www.python.org/dev/peps/pep-0008/> 96 max-line-length = 80 [all …]
|
| /openbmc/qemu/scripts/ |
| H A D | checkpatch.pl | 5 # (c) 2008-2010 Andy Whitcroft <apw@canonical.com> 49 $P [OPTION]... [GIT-REV-LIST] 54 -q, --quiet quiet 55 --no-tree run without a qemu tree 56 --no-signoff do not check for 'Signed-off-by' line 57 --patch treat FILE as patchfile 58 --branch treat args as GIT revision list 59 --emacs emacs compile window format 60 --terse one line per report 61 -f, --file treat FILE as regular source file [all …]
|
| /openbmc/u-boot/scripts/ |
| H A D | checkpatch.pl | 5 # (c) 2008-2010 Andy Whitcroft <apw@canonical.com> 71 -q, --quiet quiet 72 --no-tree run without a kernel tree 73 --no-signoff do not check for 'Signed-off-by' line 74 --patch treat FILE as patchfile (default) 75 --emacs emacs compile window format 76 --terse one line per report 77 --showfile emit diffed file position, not input file position 78 -g, --git treat FILE as a single commit or git revision range 86 <rev>-<count> [all …]
|
| /openbmc/qemu/docs/devel/ |
| H A D | code-provenance.rst | 1 .. _code-provenance: 17 Signed-off-by: YOUR NAME <YOUR@EMAIL> 47 personal information I submit with it, including my sign-off) is 51 The name used with "Signed-off-by" does not need to be your legal name, nor 57 ``Signed-off-by`` lines, matches that of the git commit ``Author`` field. 63 nonetheless expected to add their own ``Signed-off-by`` to comply with the 70 this scenario, git commits will usually be expected to have a ``Signed-off-by`` 73 * The non-primary author's contributions were so trivial that they can be 75 need not include a ``Signed-off-by``. 79 their own ``Signed-off-by`` added unless their code suggestion was [all …]
|
| H A D | submitting-a-patch.rst | 1 .. _submitting-a-patch: 13 one-shot fix, the bare minimum we ask is that: 15 .. list-table:: Minimal Checklist for Patches 17 :header-rows: 1 19 * - Check 20 - Reason 21 * - Patches contain Signed-off-by: Your Name <author@email> 22 …- States you are legally able to contribute the code. See :ref:`patch_emails_must_include_a_signed… 23 * - Sent as patch emails to ``qemu-devel@nongnu.org`` 24 - The project uses an email list based workflow. See :ref:`submitting_your_patches` [all …]
|
| /openbmc/openbmc/poky/documentation/dev-manual/ |
| H A D | build-quality.rst | 1 .. 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 …]
|