Home
last modified time | relevance | path

Searched +full:- +full:- +full:disable +full:- +full:system (Results 1 – 25 of 1110) sorted by relevance

12345678910>>...45

/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 …]
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/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dplat-phosphor-multi-gpio-presence.json3 "Name": "presence-ocp-0",
4 "LineName": "reset-control-pcie-expansion-0",
6 "Bias": "DISABLE",
7 "Inventory": "/system/board/Harma_MB/presence_ocp_0"
10 "Name": "presence-e1s-0",
11 "LineName": "presence-e1s-0",
13 "Bias": "DISABLE",
14 "Inventory": "/system/board/Harma_MB/presence_e1s_0"
17 "Name": "presence-e1s-1",
18 "LineName": "presence-e1s-1",
[all …]
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dsprd,pinctrl.txt8 pad driving level, system control select and so on ("domain pad
11 select 3.0v, then the pin can output 3.0v. "system control" is used
12 to choose one function (like: UART0) for which system, since we
16 of them, so we can not make every Spreadtrum-special configuration
32 Now we have 4 systems for sleep mode on SC9860 SoC: AP system,
33 PUBCP system, TGLDSP system and AGDSP system. And the pin sleep
35 - input-enable
36 - input-disable
37 - output-high
38 - output-low
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/
H A Dsyslog-ng_4.7.0.bb1 SUMMARY = "Alternative system logger daemon"
2 DESCRIPTION = "syslog-ng, as the name shows, is a syslogd replacement, \
5 syslog-ng adds the possibility to filter based on message contents using \
10 HOMEPAGE = "http://www.balabit.com/network-security/syslog-ng/opensource-logging-system"
12 LICENSE = "GPL-2.0-only & LGPL-2.1-only"
15 # util-linux added to get libuuid
16 DEPENDS = "libpcre flex glib-2.0 openssl util-linux bison-native curl json-c"
18 SRC_URI = "https://github.com/balabit/syslog-ng/releases/download/${BP}/${BP}.tar.gz \
19 file://syslog-ng.conf.systemd \
20 file://syslog-ng.conf.sysvinit \
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/
H A Dcollectd_5.12.0.bb1 SUMMARY = "Collects and summarises system performance statistics"
2 DESCRIPTION = "collectd is a daemon which collects system performance statistics periodically and p…
4 LICENSE = "GPL-2.0-only & MIT"
9 SRC_URI = "https://collectd.org/files/collectd-${PV}.tar.bz2 \
12 file://no-gcrypt-badpath.patch \
13 file://0001-fix-to-build-with-glibc-2.25.patch \
14 file://0001-configure-Check-for-Wno-error-format-truncation-comp.patch \
15 file://0005-Disable-new-gcc8-warnings.patch \
16 file://0006-libcollectdclient-Fix-string-overflow-errors.patch \
17 file://0001-Remove-including-sys-sysctl.h-on-glibc-based-systems.patch \
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/
H A Dqemu.inc7 LICENSE = "GPL-2.0-only & LGPL-2.1-only"
9 DEPENDS += "bison-native meson-native ninja-native"
11 RDEPENDS:${PN}-ptest = "bash"
13 require qemu-targets.inc
14 # https://gitlab.com/qemu-project/qemu/-/commit/81e2b198a8cb4ee5fdf108bd438f44b193ee3a36 means
15 # we need a full python3-native setup
16 inherit pkgconfig ptest update-rc.d systemd python3native
21 SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \
23 file://run-ptest \
24 file://fix-strerrorname_np.patch \
[all …]
/openbmc/bmcweb/
H A Dmeson.options20 'vm-websocket',
29 'redfish-use-3-digit-messageid',
36 removed Q2-2025''',
47 # 'vm-nbdproxy',
58 description: '''Enable Phosphor REST (D-Bus) APIs. Paths directly map
59 Phosphor D-Bus object paths, for example,
61 https://github.com/openbmc/docs/blob/master/rest-api.md.''',
75 'host-serial-socket',
84 'static-hosting',
93 'redfish-bmc-journal',
[all …]
/openbmc/qemu/
H A D.travis.yml5 - gcc
9 # - OS name (currently only linux)
10 # - OS distribution (e.g. "jammy" for Linux)
11 # - Names and values of visible environment variables set in .travis.yml or Settings panel
19 # $ travis encrypt -r "qemu/qemu" "irc.oftc.net#qemu"
23- secure: "F7GDRgjuOo5IUyRLqSkmDL7kvdU4UcH3Lm/W2db2JnDHTGCqgEdaYEYKciyCLZ57vOTsTsOgesN8iUT7hNHBd1K…
30 - SRC_DIR=".."
31 - BUILD_DIR="build"
32 - BASE_CONFIG="--disable-docs --disable-tools"
33 - TEST_BUILD_CMD=""
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/perl-layer/recipes-support/rasdaemon/
H A Drasdaemon_0.8.0.bb3 LICENSE = "GPL-2.0-only"
15 RDEPENDS:${BPN} = "perl perl-module-file-basename perl-module-file-find perl-module-file-spec perl-
16 perl-module-posix perl-module-file-glob libdbi-perl libdbd-sqlite-perl"
18 inherit autotools pkgconfig update-rc.d systemd
21 PACKAGECONFIG[sqlite3] = "--enable-sqlite3,--disable-sqlite3,sqlite3"
22 PACKAGECONFIG[mce] = "--enable-mce,--disable-mce"
23 PACKAGECONFIG[aer] = "--enable-aer,--disable-aer"
24 PACKAGECONFIG[extlog] = "--enable-extlog,--disable-extlog"
25 PACKAGECONFIG[devlink] = "--enable-devlink,--disable-devlink"
26 PACKAGECONFIG[diskerror] = "--enable-diskerror,--disable-diskerror"
[all …]
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dspeeding-up-build.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
6 Build time can be an issue. By default, the build system uses simple
14 - :term:`BB_NUMBER_THREADS`:
17 - :term:`BB_NUMBER_PARSE_THREADS`:
20 - :term:`PARALLEL_MAKE`: Extra
22 :ref:`ref-tasks-compile` task in
25 - :term:`PARALLEL_MAKEINST`:
27 :ref:`ref-tasks-install` task in
31 available on the build system. For single socket systems, this
32 auto-scaling ensures that the build system fundamentally takes advantage
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/gdb/
H A Dgdb-common.inc3 …llows you to see what is going on inside another program while it executes -- or what another prog…
5 DEPENDS = "expat gmp mpfr zlib ncurses virtual/libiconv ${LTTNGUST} bison-native"
7 LTTNGUST = "lttng-ust"
15 UPSTREAM_CHECK_GITTAGREGEX = "gdb\-(?P<pver>.+)\-release"
17 B = "${WORKDIR}/build-${TARGET_SYS}"
19 EXPAT = "--with-expat --with-libexpat-prefix=${STAGING_DIR_HOST}"
21 EXTRA_OECONF = "--disable-gdbtk --disable-x --disable-werror \
22 --with-curses --disable-multilib --disable-sim \
23 --without-guile \
25 … ${@bb.utils.contains('DISTRO_FEATURES', 'multiarch', '--enable-64-bit-bfd', '', d)} \
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/bluez5/
H A Dbluez5.inc2 …ooth stack V5 userland components. These include a system configurations, daemons, tools and syst…
5 LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later"
9 DEPENDS = "dbus glib-2.0"
11 PROVIDES += "bluez-hcidump"
12 RPROVIDES:${PN} += "bluez-hcidump"
16 PACKAGECONFIG ??= "obex-profiles \
19 a2dp-profiles \
20 avrcp-profiles \
21 bap-profiles \
22 bass-profiles \
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/
H A Dproftpd_1.3.8b.bb4 LICENSE = "GPL-2.0-or-later"
12 file://proftpd-basic.init \
14 file://close-RequireValidShell-check.patch \
22 inherit autotools-brokensep useradd update-rc.d systemd multilib_script
24 CVE_STATUS[CVE-2001-0027] = "fixed-version: version 1.2.0rc3 removed affected module"
26 EXTRA_OECONF += "--enable-largefile INSTALL=install"
33 PACKAGECONFIG[curses] = "--enable-curses --enable-ncurses, --disable-curses --disable-ncurses, ncur…
34 PACKAGECONFIG[openssl] = "--enable-openssl, --disable-openssl, openssl, openssl"
35 PACKAGECONFIG[pam] = "--enable-auth-pam, --disable-auth-pam, libpam, libpam"
36 PACKAGECONFIG[ipv6] = "--enable-ipv6, --disable-ipv6"
[all …]
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-driver-firmware-zynqmp1 What: /sys/devices/platform/firmware\:zynqmp-firmware/ggs*
9 by system to pass information between masters.
11 The register is reset during system or power-on
17 # cat /sys/devices/platform/firmware\:zynqmp-firmware/ggs0
18 # echo <value> > /sys/devices/platform/firmware\:zynqmp-firmware/ggs0
22 # cat /sys/devices/platform/firmware\:zynqmp-firmware/ggs0
23 # echo 0x1234ABCD > /sys/devices/platform/firmware\:zynqmp-firmware/ggs0
27 What: /sys/devices/platform/firmware\:zynqmp-firmware/pggs*
35 can be used by system to pass information between
38 This register is only reset by the power-on reset
[all …]
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0010-eglibc-Cross-building-and-testing-instructions.patch7 Upstream-Status: Pending
9 Signed-off-by: Khem Raj <raj.khem@gmail.com>
10 ---
11 GLIBC.cross-building | 383 +++++++++++++++++++++++++++++++++++++++++++
12 GLIBC.cross-testing | 205 +++++++++++++++++++++++
14 create mode 100644 GLIBC.cross-building
15 create mode 100644 GLIBC.cross-testing
17 diff --git a/GLIBC.cross-building b/GLIBC.cross-building
20 --- /dev/null
21 +++ b/GLIBC.cross-building
[all …]
/openbmc/qemu/docs/system/arm/
H A Dcpu-features.rst10 Cortex-A15 and the Cortex-A57, which respectively implement Arm
11 architecture reference manuals ARMv7-A and ARMv8-A, may both optionally
12 implement PMUs. For example, if a user wants to use a Cortex-A15 without
13 a PMU, then the ``-cpu`` parameter should contain ``pmu=off`` on the QEMU
14 command line, i.e. ``-cpu cortex-a15,pmu=off``.
18 that implement the ARMv8-A architecture reference manual may optionally
20 ``aarch64`` CPU property. A CPU type such as the Cortex-A15, which does
21 not implement ARMv8-A, will not have the ``aarch64`` CPU property.
30 prefixed with "kvm-" and are described in "KVM VCPU Features".
36 CPU type is possible with the ``query-cpu-model-expansion`` QMP command.
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rrdtool/
H A Drrdtool_1.8.0.bb1 SUMMARY = "High performance data logging and graphing system for time series data"
4 LICENSE = "GPL-2.0-only"
7 DEPENDS = "libpng zlib glib-2.0 libxml2 groff-native python3-setuptools-native"
13 git://github.com/oetiker/rrdtool-1.x.git;protocol=https;branch=master \
19 inherit cpan autotools-brokensep gettext pkgconfig python3native python3-dir systemd
26 EXTRA_AUTORECONF = "-I m4 --exclude=autopoint"
30 PACKAGECONFIG[python] = "--enable-python=yes \
31 am_cv_python_pythondir=${STAGING_LIBDIR}/python${PYTHON_BASEVERSION}/site-packages \
32 am_cv_python_pyexecdir=${STAGING_LIBDIR}/python${PYTHON_BASEVERSION}/site-packages,\
33 --disable-python,python,"
[all …]
/openbmc/openbmc/poky/meta/recipes-gnome/gnome/
H A Dgconf_3.2.6.bb1 SUMMARY = "GNOME configuration system"
2 DESCRIPTION = "GConf is a system for storing application preferences. \
7 LICENSE = "LGPL-2.0-or-later"
10 DEPENDS = "glib-2.0 glib-2.0-native dbus dbus-glib libxml2 intltool-native"
13 inherit gnomebase gtk-doc gettext gobject-introspection gio-module-cache
15 SRC_URI = "${GNOME_MIRROR}/GConf/${@gnome_verdir("${PV}")}/GConf-${PV}.tar.xz;name=archive \
17 file://unable-connect-dbus.patch \
25 S = "${WORKDIR}/GConf-${PV}"
27 EXTRA_OECONF = "--enable-shared --disable-static \
28 --disable-orbit --with-openldap=no --disable-gtk"
[all …]
/openbmc/qemu/docs/system/loongarch/
H A Dvirt.rst12 -----------------
15 - Gpex host bridge
16 - Ls7a RTC device
17 - Ls7a IOAPIC device
18 - ACPI GED device
19 - Fw_cfg device
20 - PCI/PCIe devices
21 - Memory device
22 - CPU device. Type: la464.
25 --------------------
[all …]
/openbmc/openbmc/poky/meta/recipes-core/dbus/
H A Ddbus_1.14.10.bb1 SUMMARY = "D-Bus message bus"
2 …RIPTION = "D-Bus is a message bus system, a simple way for applications to talk to one another. In…
6 inherit autotools pkgconfig gettext upstream-version-is-even ptest-gnome
8 LICENSE = "AFL-2.1 | GPL-2.0-or-later"
13 SRC_URI = "https://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.xz \
14 file://run-ptest \
16 file://dbus-1.init \
21 EXTRA_OECONF = "--disable-xml-docs \
22 --disable-doxygen-docs \
23 --enable-largefile \
[all …]
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A Dconfig3 # Q: Should Bastille disable clear-text r-protocols that use IP-based authentication? [Y]
5 # Q: Should we disallow root login on tty's 1-6? [N]
7 # Q: What umask would you like to set for users on the system? [077]
13 # Q: Would you like to password protect single-user mode? [Y]
19 # Q: Would you like to put limits on system resource usage? [N]
23 # Q: Would you like to disable SUID status for mount/umount?
25 # Q: Would you like to disable SUID status for ping? [Y]
27 # Q: Would you like to disable SUID status for traceroute? [Y]
39 # Q: ICMP allowed types: [destination-unreachable echo-reply time-exceeded]
40 Firewall.ip_s_icmpallowed="destination-unreachable echo-reply time-exceeded"
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/cups/
H A Dcups.inc1 SUMMARY = "An Internet printing system for Unix"
2 DESCRIPTION = "The Common UNIX Printing System is a printing system and \
8 LICENSE = "Apache-2.0"
11 SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/cups-${PV}-source.tar.gz \
12 file://0001-use-echo-only-in-init.patch \
13 file://0002-don-t-try-to-run-generated-binaries.patch \
15 file://0004-cups-fix-multilib-install-file-conflicts.patch \
17 file://cups-volatiles.conf \
22 CVE_STATUS[CVE-2008-1033] = "not-applicable-platform: Issue only applies to MacOS"
23 CVE_STATUS[CVE-2009-0032] = "cpe-incorrect: Issue affects pdfdistiller plugin used with but not par…
[all …]
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt5 force -- enable ACPI if default was off
6 on -- enable ACPI but allow fallback to DT [arm64,riscv64]
7 off -- disable ACPI if default was on
8 noirq -- do not use ACPI for IRQ routing
9 strict -- Be less tolerant of platforms that are not
11 rsdt -- prefer RSDT over (default) XSDT
12 copy_dsdt -- copy DSDT to memory
26 If set to vendor, prefer vendor-specific driver
31 If set to none, disable the ACPI backlight interface.
40 Disable AML predefined validation mechanism
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/connman/
H A Dconnman.inc4 operating system. The Connection Manager is designed to be slim and \
6 It is a fully modular system that can be extended, through plug-ins, \
9 implemented using plug-ins."
12 LICENSE = "GPL-2.0-only"
16 inherit autotools pkgconfig systemd update-rc.d update-alternatives
20 DEPENDS = "dbus glib-2.0 ppp"
25 --enable-debug \
26 --enable-loopback \
27 --enable-ethernet \
28 --enable-tools \
[all …]

12345678910>>...45