/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/ |
H A D | 0025-CMakeLists.txt-.pc-respect-CMAKE_INSTALL_LIBDIR.patch | 8 lib32-userland fails with: 10 ERROR: QA Issue: lib32-userland: Files/directories were installed but not shipped in any package: 14 /usr/lib/pkgconfig/wayland-egl.pc 16 lib32-userland: 66 installed and not shipped files. [installed-vs-shipped] 18 Signed-off-by: Martin Jansa <martin.jansa@gmail.com> 19 --- 20 Upstream-Status: Pending 22 CMakeLists.txt | 2 +- 23 containers/CMakeLists.txt | 2 +- 24 containers/test/CMakeLists.txt | 24 +++++++++---------- [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libyui/libyui/ |
H A D | 0001-Use-relative-install-paths-for-CMake.patch | 16 Upstream-Status: Submitted [https://github.com/libyui/libyui/pull/140] 17 Signed-off-by: Pascal Bach <pascal.bach@siemens.com> 18 --- 19 legacy-buildtools/LibyuiCommon.cmake | 35 ++++++++++++++--------------------- 20 1 file changed, 14 insertions(+), 21 deletions(-) 22 diff --git a/legacy-buildtools/LibyuiCommon.cmake b/legacy-buildtools/LibyuiCommon.cmake 24 --- a/legacy-buildtools/LibyuiCommon.cmake 25 +++ b/legacy-buildtools/LibyuiCommon.cmake 26 @@ -258,13 +258,6 @@ MACRO( SET_ENVIRONMENT ) # setup the environment vars 30 - FOREACH( p "DOC" LIB INCLUDE CMAKE PKGCONFIG BUILDTOOLS ) [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/ |
H A D | syslog-ng.conf.sysvinit | 3 # Syslog-ng configuration file, compatible with default Debian syslogd 24 source s_src { unix-dgram("/dev/log"); internal(); 38 destination d_auth { file("/var/log/auth.log"); }; 39 destination d_cron { file("/var/log/cron.log"); }; 40 destination d_daemon { file("/var/log/daemon.log"); }; 41 destination d_kern { file("/var/log/kern.log"); }; 42 destination d_lpr { file("/var/log/lpr.log"); }; 43 destination d_mail { file("/var/log/mail.log"); }; 44 destination d_syslog { file("/var/log/syslog"); }; 45 destination d_user { file("/var/log/user.log"); }; [all …]
|
H A D | syslog-ng.conf.systemd | 3 # Syslog-ng configuration file, compatible with default Debian syslogd 38 destination d_auth { file("/var/log/auth.log"); }; 39 destination d_cron { file("/var/log/cron.log"); }; 40 destination d_daemon { file("/var/log/daemon.log"); }; 41 destination d_kern { file("/var/log/kern.log"); }; 42 destination d_lpr { file("/var/log/lpr.log"); }; 43 destination d_mail { file("/var/log/mail.log"); }; 44 destination d_syslog { file("/var/log/syslog"); }; 45 destination d_user { file("/var/log/user.log"); }; 46 destination d_uucp { file("/var/log/uucp.log"); }; [all …]
|
/openbmc/linux/Documentation/sound/cards/ |
H A D | audigy-mixer.rst | 5 This is based on sb-live-mixer.rst. 20 functionality. Only the default built-in code in the ALSA driver is described 22 neutral position leaving the signal unchanged. Note that if the same destination 34 one-way three wire serial bus for digital sound by Philips Semiconductors 42 FX-bus 48 ---------------------------------------- 49 This control is used to attenuate samples from left and right front PCM FX-bus 54 ------------------------------------------- 55 This control is used to attenuate samples from left and right surround PCM FX-bus 61 --------------------------------------- [all …]
|
/openbmc/linux/drivers/acpi/acpica/ |
H A D | rsmisc.c | 1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 4 * Module Name: rsmisc - Miscellaneous resource descriptors 14 #define INIT_RESOURCE_TYPE(i) i->resource_offset 15 #define INIT_RESOURCE_LENGTH(i) i->aml_offset 16 #define INIT_TABLE_LENGTH(i) i->value 17 #define COMPARE_OPCODE(i) i->resource_offset 18 #define COMPARE_TARGET(i) i->aml_offset 19 #define COMPARE_VALUE(i) i->value 24 * PARAMETERS: resource - Pointer to the resource descriptor 25 * aml - Where the AML descriptor is returned [all …]
|
/openbmc/openbmc/poky/scripts/ |
H A D | oe-publish-sdk | 5 # Copyright (C) 2015-2016 Intel Corporation 7 # SPDX-License-Identifier: GPL-2.0-only 37 destination = args.dest 38 logger.debug("target_sdk = %s, update_server = %s" % (target_sdk, destination)) 44 return -1 46 logger.error("%s is a directory - expected path to SDK installer file" % target_sdk) 47 return -1 49 if ':' in destination: 51 host, destdir = destination.split(':') 55 dest_sdk = os.path.join(destination, sdk_basename) [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/avro/avro-c++/ |
H A D | 0002-Add-package-configuration-files.patch | 6 Upstream-Status: Pending 8 --- 9 lang/c++/CMakeLists.txt | 45 ++++++++++++++++++++++++------ 11 2 files changed, 42 insertions(+), 8 deletions(-) 14 diff --git a/CMakeLists.txt b/CMakeLists.txt 16 --- a/CMakeLists.txt 18 @@ -140,14 +140,18 @@ set (CPACK_PACKAGE_FILE_NAME "avrocpp-${AVRO_VERSION_MAJOR}") 22 -install (TARGETS avrocpp avrocpp_s 23 - LIBRARY DESTINATION lib 24 - ARCHIVE DESTINATION lib [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libubox/libubox/ |
H A D | fix-libdir.patch | 3 Upstream-Status: Pending 7 Signed-off-by: Roy Li <rongqing.li@windriver.com> 8 --- 9 CMakeLists.txt | 8 ++++---- 10 1 file changed, 4 insertions(+), 4 deletions(-) 12 diff --git a/CMakeLists.txt b/CMakeLists.txt 14 --- a/CMakeLists.txt 16 @@ -35,8 +35,8 @@ INSTALL(FILES ${headers} 17 DESTINATION include/libubox 19 INSTALL(TARGETS ubox ubox-static [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets/ |
H A D | 0002-fix-libdir-for-multilib.patch | 10 Upstream-Status: Pending 12 Signed-off-by: Kai Kang <kai.kang@windriver.com> 17 Signed-off-by: Kai Kang <kai.kang@windriver.com> 18 --- 19 CMakeLists.txt | 2 +- 20 build/cmake/config.cmake | 2 +- 21 build/cmake/functions.cmake | 4 ++-- 22 build/cmake/install.cmake | 12 ++++++------ 23 4 files changed, 10 insertions(+), 10 deletions(-) 25 diff --git a/CMakeLists.txt b/CMakeLists.txt [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/net/wireless/ |
H A D | qcom,ath11k.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 # Copyright (c) 2018-2019 The Linux Foundation. All rights reserved. 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Kalle Valo <kvalo@kernel.org> 20 - qcom,ipq8074-wifi 21 - qcom,ipq6018-wifi 22 - qcom,wcn6750-wifi 23 - qcom,ipq5018-wifi 32 interrupt-names: [all …]
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-clone.rst | 1 .. SPDX-License-Identifier: GPL-2.0-only 4 dm-clone 10 dm-clone is a device mapper target which produces a one-to-one copy of an 11 existing, read-only source device into a writable destination device: It 15 The main use case of dm-clone is to clone a potentially remote, high-latency, 16 read-only, archival-type block device into a writable, fast, primary-type device 17 for fast, low-latency I/O. The cloned device is visible/mountable immediately 18 and the copy of the source device to the destination device happens in the 21 For example, one could restore an application backup from a read-only copy, 26 When the cloning completes, the dm-clone table can be removed altogether and be [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libcec/libcec/ |
H A D | 0001-CheckPlatformSupport.cmake-Do-not-hardcode-lib-path.patch | 3 Date: Wed, 18 Dec 2019 23:37:40 -0800 8 Upstream-Status: Pending 9 Signed-off-by: Khem Raj <raj.khem@gmail.com> 10 --- 11 src/libcec/cmake/CheckPlatformSupport.cmake | 10 +++++----- 12 1 file changed, 5 insertions(+), 5 deletions(-) 14 diff --git a/src/libcec/cmake/CheckPlatformSupport.cmake b/src/libcec/cmake/CheckPlatformSupport.cm… 16 --- a/src/libcec/cmake/CheckPlatformSupport.cmake 18 @@ -224,16 +224,16 @@ else() 22 - DESTINATION lib/python${PYTHON_VERSION}/${PYTHON_PKG_DIR}/${PYTHON_LIB_INSTALL_PAT… [all …]
|
/openbmc/phosphor-ipmi-flash/tools/test/ |
H A D | io_unittest.cpp | 32 EXPECT_CALL(sys_mock, open(_, _)).WillOnce(Return(-1)); in TEST_F() 34 char destination; in TEST_F() local 35 EXPECT_FALSE(devmem->read(/*offset*/ 0, /*length*/ 1, &destination)); in TEST_F() 46 char destination; in TEST_F() local 47 EXPECT_FALSE(devmem->read(/*offset*/ 0, /*length*/ 1, &destination)); in TEST_F() 60 char destination = 'b'; in TEST_F() local 61 EXPECT_TRUE(devmem->read(/*offset*/ 0, /*length*/ 1, &destination)); in TEST_F() 62 EXPECT_THAT(destination, Eq('a')); in TEST_F() 67 EXPECT_CALL(sys_mock, open(_, _)).WillOnce(Return(-1)); in TEST_F() 70 EXPECT_FALSE(devmem->write(/*offset*/ 0, /*length*/ 1, &source)); in TEST_F() [all …]
|
/openbmc/qemu/docs/devel/migration/ |
H A D | postcopy.rst | 12 In postcopy the destination CPUs are started before all the memory has been 23 destination) prior to the start of migration: 25 ``migrate_set_capability postcopy-ram on`` 39 separately for each vCPU. These values are calculated on destination 41 command on destination monitor: 43 ``migrate_set_capability postcopy-blocktime on`` 45 Postcopy blocktime can be retrieved by query-migrate qmp command. 46 postcopy-blocktime value of qmp command will show overlapped blocking 47 time for all vCPU, postcopy-vcpu-blocktime will show list of blocking 53 the destination is waiting for). [all …]
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | ni_routes.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 6 * COMEDI - Linux Control and Measurement Device Interface 33 * struct ni_route_set - Set of destinations with a common source. 34 * @dest: Destination of all sources in this route set. 36 * @src: List of sources that all map to the same destination. 45 * struct ni_device_routes - List of all src->dest sets for a particular device. 46 * @device: Name of board/device (e.g. pxi-6733). 57 * struct ni_route_tables - Register values and valid routes for a device. 62 * Link to the valid src->dest routes and the register values used to assign 71 * ni_assign_device_routes() - Assign the proper lookup table for NI signal [all …]
|
H A D | ni_tio.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 5 * COMEDI - Linux Control and Measurement Device Interface 147 * the given destination. 149 * If the terminal for the destination is not already configured as an output, 150 * this function returns -EINVAL as error. 152 * Return: the register value of the destination output selector; 153 * -EINVAL if terminal is not configured for output. 156 unsigned int destination); 159 * Sets the register value of the selector MUX for the given destination. 161 * @destination:Device-global identifier of route destination. [all …]
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Syslog/Destination/Mail/ |
H A D | meson.build | 5 sdbusplus_current_path = 'xyz/openbmc_project/Logging/Syslog/Destination/Mail' 8 'xyz/openbmc_project/Logging/Syslog/Destination/Mail__cpp'.underscorify(), 10 … '../../../../../../../yaml/xyz/openbmc_project/Logging/Syslog/Destination/Mail.interface.yaml', 21 sdbuspp_gen_meson_prog, '--command', 'cpp', 22 '--output', meson.current_build_dir(), 23 '--tool', sdbusplusplus_prog, 24 '--directory', meson.current_source_dir() / '../../../../../../../yaml', 25 'xyz/openbmc_project/Logging/Syslog/Destination/Mail', 39 'xyz/openbmc_project/Logging/Syslog/Destination/Mail/Create__markdown'.underscorify(), 40 …input: [ '../../../../../../../yaml/xyz/openbmc_project/Logging/Syslog/Destination/Mail/Create.int… [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | EventDestination.v1_15_0.json |
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | EventDestination.v1_15_0.json |
|
/openbmc/openbmc-test-automation/lib/ |
H A D | event_notification_utils.robot | 24 ... ${subscription['@odata.id'].split("/redfish/v1/EventService/Subscriptions/")[-1]} 28 Get Destination IPs Of Event Subscriptions 35 … ${destination}= Redfish.Get Attribute /redfish/v1/EventService/Subscriptions/${id} Destination 37 ${dest_ip}= Get Regexp Matches ${destination} .*://(.*):.* 1 42 Delete Event Subscription Of Unpingable Destination IPs 43 [Documentation] Delete event subscription with non-pinging destination IPs. 48 … ${destination}= Redfish.Get Attribute /redfish/v1/EventService/Subscriptions/${id} Destination 49 ${dest_ip}= Get Regexp Matches ${destination} .*://(.*):.* 1
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/paho-mqtt-cpp/paho-mqtt-cpp/ |
H A D | 0001-cmake-Use-CMAKE_INSTALL_LIBDIR-and-CMAKE_INSTALL_BIN.patch | 3 Date: Sat, 19 Mar 2022 23:37:58 -0700 8 Signed-off-by: Khem Raj <raj.khem@gmail.com> 9 --- 10 Upstream-Status: Pending 11 --- 12 cmake/CMakeLists.txt | 4 ++-- 13 src/samples/CMakeLists.txt | 4 ++-- 14 2 files changed, 4 insertions(+), 4 deletions(-) 16 --- a/cmake/CMakeLists.txt 18 @@ -34,7 +34,7 @@ export(EXPORT ${package_name} [all …]
|
/openbmc/webui-vue/src/views/Settings/SnmpAlerts/ |
H A D | SnmpAlerts.vue | 2 <b-container fluid="xl"> 3 <page-title :description="$t('pageSnmpAlerts.pageDescription')" /> 4 <b-row> 5 <b-col xl="9" class="text-right"> 6 <b-button variant="primary" @click="initModalAddDestination"> 7 <icon-add /> 9 </b-button> 10 </b-col> 11 </b-row> 12 <b-row> [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/jansson/jansson/ |
H A D | 0001-Honour-multilib-paths.patch | 6 Upstream-Status: Pending 7 Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> 8 --- 9 CMakeLists.txt | 14 +++++++------- 10 1 file changed, 7 insertions(+), 7 deletions(-) 12 diff --git a/CMakeLists.txt b/CMakeLists.txt 14 --- a/CMakeLists.txt 16 @@ -20,8 +20,8 @@ endif () 20 -set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/lib) 21 -set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/lib) [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poppler/poppler/ |
H A D | 0001-cmake-Do-not-use-isystem.patch | 3 Date: Sat, 21 Jan 2023 03:09:08 -0800 4 Subject: [PATCH] cmake: Do not use -isystem 17 /mnt/b/yoe/master/build/tmp/work/riscv64-yoe-linux/thrift/0.17.0-r0/recipe-sysroot/usr/include/c++/… 21 directory via -system and some of these directories point to sysroot 22 e.g. OPENSSL_INCLUDE_DIR which ends up adding -isystem 26 A fix is to use -idirafter which preserved the effects of system headers 30 Signed-off-by: Khem Raj <raj.khem@gmail.com> 32 --- 33 Upstream-Status: Pending 35 CMakeLists.txt | 4 ++-- [all …]
|