Home
last modified time | relevance | path

Searched +full:build +full:- +full:user +full:- +full:plugins (Results 1 – 25 of 79) sorted by relevance

1234

/openbmc/openbmc/poky/scripts/lib/wic/
H A Dhelp.py3 # SPDX-License-Identifier: GPL-2.0-only
35 pager.communicate(hlp.encode('utf-8'))
55 result += '\n\n%s PLUGINS\n\n' % plugin_type.upper()
67 Dispatch to subcommand handler borrowed from combo-layer.
94 usage: wic [--version] | [--help] | [COMMAND [ARGS]]
99 list List available canned images and source plugins
102 overview wic overview - General overview of wic
103 plugins wic plugins - Overview and API
104 kickstart wic kickstart - wic kickstart reference
118 usage: wic create <wks file or image name> [-o <DIRNAME> | --outdir <DIRNAME>]
[all …]
H A Dengine.py4 # SPDX-License-Identifier: GPL-2.0-only
36 Verify that the build environment is sane.
41 raise WicError("BUILDDIR not found, exiting. (Did you forget to source oe-init-build-env?)")
46 CANNED_IMAGE_DIR = "lib/wic/canned-wks" # relative to scripts
102 idx = line.find("short-description:")
103 if idx != -1:
104 desc = line[idx + len("short-description:"):].strip()
118 idx = line.find("long-description:")
119 if idx != -1:
121 print(line[idx + len("long-description:"):].strip())
[all …]
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dlicenses.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
6 As mentioned in the ":ref:`overview-manual/development-environment:licensing`"
10 which the :term:`OpenEmbedded Build System`
24 build will fail.
27 --------------------------------------------
40 - When using "beginline" and "endline", realize that line numbering
45 - When a license check fails, the selected license text is included
49 The build system uses the :term:`S`
68 ---------------------
83 mismatch occurs. This mismatch triggers a build failure and notifies the
[all …]
/openbmc/qemu/docs/about/
H A Demulation.rst6 :ref:`System Emulation` and :ref:`User Mode Emulation` are supported
9 .. list-table:: Supported Guest Architectures for Emulation
11 :header-rows: 1
13 * - Architecture (qemu name)
14 - System
15 - User
16 - Notes
17 * - Alpha
18 - Yes
19 - Yes
[all …]
/openbmc/qemu/tests/tcg/
H A DMakefile.target1 # -*- Mode: makefile -*-
5 # These are complicated by the fact we want to build them for guest
7 # ones we have cross-compilers for or docker images with
8 # cross-compilers.
11 # cross-compilers don't always have a large amount of libraries
14 # We only include the host build system for SRC_PATH and we don't
17 # CC - the C compiler command
18 # EXTRA_CFLAGS - any extra CFLAGS
19 # BUILD_STATIC - are we building static binaries
23 # cross-compiler can only build dynamic libraries the user might need
[all …]
/openbmc/phosphor-debug-collector/tools/dreport.d/
H A DREADME.md6 The phosphor-dump-manager application will automatically run dreport in certain
8 `dreport -v`.
14 - core: Triggered by an application core dump
15 - user: The type when manually called, such as from running `dreport`.
16 - elog: Triggered when there are specific phosphor-logging event logs.
17 - checkstop: Triggered on a specific type of host crash.
18 - ramoops: Triggered when there is a kernel panic.
20 ## Plugins section in dreport
22 The plugins are the shell scripts in the [plugins.d](plugins.d) subdirectory.
31 - 'A' is a sequence of the dump types from the mapping defined in
[all …]
/openbmc/qemu/
H A Dconfigure14 source_path=$(cd "$(dirname -- "$0")"; pwd)
16 if test "$PWD" -ef "$source_path"
18 echo "Using './build' as the directory for build output"
20 MARKER=build/auto-created-by-configure
22 if test -e build
24 if test -f $MARKER
26 rm -rf build
28 echo "ERROR: ./build dir already exists and was not previously created by configure"
33 if ! mkdir build || ! touch $MARKER
35 echo "ERROR: Could not create ./build directory. Check the permissions on"
[all …]
H A DMakefile7 # Always point to the root of the build tree (needs GNU make).
10 # Before including a proper config-host.mak, assume we are in the source tree
15 MAKEFLAGS += -rR
17 SHELL = bash -o pipefail
19 # Usage: $(call quiet-command,command and args,"NAME","args to print")
25 quiet-command-run = $(if $(V),,$(if $2,printf " %-7s %s\n" $2 $3 && ))$1
26 quiet-@ = $(if $(V),,@)
27 quiet-command = $(quiet-@)$(call quiet-command-run,$1,$2,$3)
30 help check-help print-% \
31 docker docker-% lcitool-refresh vm-help vm-test vm-build-%
[all …]
H A Dmeson_options.txt1 # These options do not correspond to a --enable/--disable-* option
3 # scripts/meson-buildoptions.py's SKIP_OPTIONS constant too.
9 option('qemu_firmwarepath', type : 'array', value : ['share/qemu-firmware'],
12 description: 'use specified string as sub-version of the package')
25 …description: 'set block driver read-write whitelist (by default affects only QEMU, not tools like …
27 …description: 'set block driver read-only whitelist (by default affects only QEMU, not tools like q…
28 option('interp_prefix', type : 'string', value : '/usr/gnemul/qemu-%M',
33 description: 'fuzzing engine library for OSS-Fuzz')
40 # Everything else can be set via --enable/--disable-* option
42 # here make sure to run "make update-buildoptions".
[all …]
/openbmc/bmcweb/
H A D.gitignore1 /build*
22 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
24 # User-specific stuff
31 # AWS User-specific
37 # Sensitive or high-churn files
50 # Gradle and Maven with auto-import
51 # When using Gradle or Maven with auto-import, you should exclude module files,
53 # auto-import.
64 cmake-build-*/
69 # File-based project format
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dnf-plugin-tui/
H A Ddnf-plugin-tui_1.4.bb1 SUMMARY = "A text-based user interface plugin of dnf for user to manage packages. "
2 LICENSE = "GPL-2.0-only"
6 SRC_URI = "git://github.com/ubinux/dnf-plugin-tui.git;branch=master;protocol=https"
9 SRC_URI:append:class-target = " file://oe-remote.repo.sample"
11 inherit setuptools3-base
16 install -d ${D}${datadir}/dnf
17 install -m 0755 ${S}/samples/* ${D}${datadir}/dnf
18 install -d ${D}${PYTHON_SITEPACKAGES_DIR}/dnf-plugins/mkimg
19 install -m 0755 ${S}/dnf-plugins/mkimg/* ${D}${PYTHON_SITEPACKAGES_DIR}/dnf-plugins/mkimg
20 for file in $(ls ${S}/dnf-plugins/ | grep -v mkimg); do
[all …]
/openbmc/telemetry/
H A D.gitignore1 build/
13 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
15 # User-specific stuff
25 # Sensitive or high-churn files
38 # Gradle and Maven with auto-import
39 # When using Gradle or Maven with auto-import, you should exclude module files,
41 # auto-import.
52 cmake-build-*/
57 # File-based project format
63 # mpeltonen/sbt-idea plugin
[all …]
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-3.4.3.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
4 ----------------------------------
9 - ghostscript: fix :cve_nist:`2021-3781`
10 - ghostscript: fix :cve_nist:`2021-45949`
11 - tiff: Add backports for two CVEs from upstream (:cve_nist:`2022-0561` & :cve_nist:`2022-0562`)
12 - gcc : Fix :cve_nist:`2021-46195`
13 - virglrenderer: fix `CVE-2022-0135 <https://security-tracker.debian.org/tracker/CVE-2022-0135>`__…
14 - binutils: Add fix for :cve_nist:`2021-45078`
20 - Revert "cve-check: add lockfile to task"
21 - asciidoc: update git repository
[all …]
H A Drelease-notes-4.0.3.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
3 Release notes for Yocto-4.0.3 (Kirkstone)
4 -----------------------------------------
6 Security Fixes in Yocto-4.0.3
9 - binutils: fix :cve_nist:`2019-1010204`
10 - busybox: fix :cve_nist:`2022-30065`
11 - cups: ignore :cve_nist:`2022-26691`
12 - curl: Fix :cve_nist:`2022-32205`, :cve_nist:`2022-32206`, :cve_nist:`2022-32207` and :cve_nist:`…
13 - dpkg: fix :cve_nist:`2022-1664`
14 - ghostscript: fix :cve_nist:`2022-2085`
[all …]
H A Drelease-notes-4.0.2.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
3 Release notes for Yocto-4.0.2 (Kirkstone)
4 -----------------------------------------
6 Security Fixes in Yocto-4.0.2
9 - libxslt: Mark :cve_nist:`2022-29824` as not applying
10 - tiff: Add jbig :term:`PACKAGECONFIG` and clarify IGNORE :cve_nist:`2022-1210`
11 - tiff: mark :cve_nist:`2022-1622` and :cve_nist:`2022-1623` as invalid
12 - pcre2:fix :cve_nist:`2022-1586` Out-of-bounds read
13 - curl: fix :cve_nist:`2022-22576`, :cve_nist:`2022-27775`, :cve_nist:`2022-27776`, :cve_nist:`202…
14 - qemu: fix :cve_nist:`2021-4206` and :cve_nist:`2021-4207`
[all …]
H A Drelease-notes-5.0.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
4 ---------------------------------
9 - Linux kernel 6.6, gcc 13.2, glibc 2.39, LLVM 18.1, and over 300 other recipe upgrades
11 - New variables:
13 - :term:`CVE_DB_INCR_UPDATE_AGE_THRES`: Configure the maximum age of the
17 - :term:`RPMBUILD_EXTRA_PARAMS`: support extra user-defined fields without
20 - :term:`OPKG_MAKE_INDEX_EXTRA_PARAMS`: support extra parameters for
21 ``opkg-make-index``.
23 - :term:`EFI_UKI_PATH`, :term:`EFI_UKI_DIR`: define the location of UKI
26 - :term:`TARGET_DBGSRC_DIR`: specifies the target path to debug source files
[all …]
H A Drelease-notes-3.4.1.rst1 .. 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 …]
/openbmc/qemu/.gitlab-ci.d/
H A Dcrossbuilds.yml2 - 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/phosphor-logging/extensions/openpower-pels/
H A Dpel.hpp47 * section and User Header section, which must be in the first and second
56 * - From a full formed flattened PEL.
57 * - From scratch based on an OpenBMC event and its corresponding PEL message
76 * Build a PEL from raw data.
83 * @param[in] data - The PEL data
90 * Build a PEL from the raw data.
92 * @param[in] data - the PEL data
93 * @param[in] obmcLogID - the corresponding OpenBMC event log ID
103 * @param[in] entry - The message registry entry for this error
104 * @param[in] obmcLogID - ID of corresponding OpenBMC event log
[all …]
H A DREADME.md9 - [Passing in data when creating PELs](#passing-pel-related-data-within-an-openbmc-event-log)
10 - [Default UserData sections for BMC created PELs](#default-userdata-sections-for-bmc-created-pels)
11 - [The PEL Message Registry](#the-pel-message-registry)
12 - [Callouts](#callouts)
13 - [Action Flags and Event Type Rules](#action-flags-and-event-type-rules)
14 - [D-Bus Interfaces](#d-bus-interfaces)
15 - [PEL Retention](#pel-retention)
16 - [Adding python3 modules for PEL UserData and SRC parsing](#adding-python3-modules-for-pel-userdat…
17 - [Fail Boot on Host Errors](#fail-boot-on-host-errors)
18 - [SBE FFDC](#self-boot-engine-first-failure-data-capture-support)
[all …]
/openbmc/qemu/include/qemu/
H A Dplugin.h5 * See the COPYING file in the top-level directory.
10 #include "qemu/config-file.h"
11 #include "qemu/qemu-plugin.h"
12 #include "qemu/error-report.h"
15 #include "qemu/plugin-event.h"
22 * Note that we can load an arbitrary number of plugins.
100 * A dynamic callback has an insertion point that is determined at run-time.
143 * struct CPUPluginState - per-CPU state for plugins
182 cpu->neg.plugin_mem_cbs = NULL; in qemu_plugin_disable_mem_helpers()
186 * qemu_plugin_user_exit(): clean-up callbacks before calling exit callbacks
[all …]
/openbmc/openbmc/poky/documentation/sdk-manual/
H A Dextensible.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
13 :term:`OpenEmbedded Build System`.
17 For a side-by-side comparison of main features supported for an
19 :ref:`sdk-manual/intro:introduction` section.
24 ":ref:`sdk-manual/working-projects:using the sdk toolchain directly`" chapter
30 The extensible SDK provides a cross-development toolchain and libraries
38 configuration files, an internal build system, and the ``devtool``
45 --------------------------------------
50 #. *Setting up the Extensible SDK environment directly in a Yocto build*. This
53 for the regular Yocto build and the SDK and less code paths where things can
[all …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/pipewire/
H A Dpipewire_1.2.7.bb7 LICENSE = "MIT & LGPL-2.1-or-later & GPL-2.0-only"
25 GROUPADD_PARAM:${PN} = "--system pipewire"
27 USERADD_PARAM:${PN} = "--system --home / --no-create-home \
28 --comment 'PipeWire multimedia daemon' \
29 --gid pipewire --groups audio,video \
41 # The session-managers list specifies which session managers Meson
42 # shall download (via git clone) and build as subprojects. In OE,
56 -Devl=disabled \
57 -Dtests=disabled \
58 -Dudevrulesdir=${nonarch_base_libdir}/udev/rules.d/ \
[all …]
/openbmc/qemu/tests/
H A Dmeson.build2 subdir('qemu-iotests')
5 'qapi-builtin-types.c',
6 'qapi-builtin-types.h',
7 'qapi-builtin-visit.c',
8 'qapi-builtin-visit.h',
9 'test-qapi-commands-sub-sub-module.c',
10 'test-qapi-commands-sub-sub-module.h',
11 'test-qapi-commands.c',
12 'test-qapi-commands.h',
13 'test-qapi-emit-events.c',
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/sudo/
H A Dsudo.inc1 SUMMARY = "Provide limited super user privileges to specific users"
6 LICENSE = "ISC & BSD-3-Clause & BSD-2-Clause & Zlib"
8 … file://plugins/sudoers/redblack.c;beginline=1;endline=46;md5=03e35317699ba00b496251e0dfe9f109 \
23 PACKAGECONFIG[zlib] = "--enable-zlib,--disable-zlib,zlib"
24 PACKAGECONFIG[pam-wheel] = ",,,pam-plugin-wheel"
25 PACKAGECONFIG[audit] = "--with-linux-audit,--without-linux-audit,audit"
26 PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux"
28 EXTRA_OECONF = "--with-editor=${base_bindir}/vi --with-env-editor"
30 EXTRA_OECONF:append:libc-musl = " --disable-hardening "
33 # Remove build host references from config.h
[all …]

1234