/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/ |
H A D | syslog-ng.conf.sysvinit | 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"); }; 50 destination d_mailinfo { file("/var/log/mail/mail.info"); }; [all …]
|
H A D | syslog-ng.conf.systemd | 39 destination d_auth { file("/var/log/auth.log"); }; 40 destination d_cron { file("/var/log/cron.log"); }; 41 destination d_daemon { file("/var/log/daemon.log"); }; 42 destination d_kern { file("/var/log/kern.log"); }; 43 destination d_lpr { file("/var/log/lpr.log"); }; 44 destination d_mail { file("/var/log/mail.log"); }; 45 destination d_syslog { file("/var/log/syslog"); }; 46 destination d_user { file("/var/log/user.log"); }; 47 destination d_uucp { file("/var/log/uucp.log"); }; 51 destination d_mailinfo { file("/var/log/mail/mail.info"); }; [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libyui/libyui/ |
H A D | 0001-Use-relative-install-paths-for-CMake.patch | 44 - DESTINATION "${INSTALL_DOC_DIR_PREFIX}" 45 + DESTINATION "${INSTALL_DOC_DIR}" 53 - DESTINATION "${INSTALL_DOC_DIR_PREFIX}" 54 + DESTINATION "${INSTALL_DOC_DIR}" 62 - DESTINATION "${INSTALL_CMAKE_DIR_PREFIX}" 63 + DESTINATION "${INSTALL_CMAKE_DIR}" 70 - DESTINATION "${INSTALL_CMAKE_DIR_PREFIX}" 71 + DESTINATION "${INSTALL_CMAKE_DIR}" 77 - DESTINATION "${INSTALL_PKGCONFIG_DIR_PREFIX}" 78 + DESTINATION "${INSTALL_PKGCONFIG_DIR}" [all …]
|
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/ |
H A D | 0025-CMakeLists.txt-.pc-respect-CMAKE_INSTALL_LIBDIR.patch | 78 - DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig") 79 + DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig") 91 -install(TARGETS containers DESTINATION lib) 92 +install(TARGETS containers DESTINATION ${CMAKE_INSTALL_LIBDIR}) 104 -install(TARGETS containers_test DESTINATION bin) 105 +install(TARGETS containers_test DESTINATION ${CMAKE_INSTALL_BINDIR}) 110 -install(TARGETS containers_check_frame_int DESTINATION bin) 111 +install(TARGETS containers_check_frame_int DESTINATION ${CMAKE_INSTALL_BINDIR}) 116 -#install(TARGETS containers_autotest DESTINATION bin) 117 +#install(TARGETS containers_autotest DESTINATION ${CMAKE_INSTALL_BINDIR}) [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libubox/libubox/ |
H A D | fix-libdir.patch | 17 DESTINATION include/libubox 20 - ARCHIVE DESTINATION lib 21 - LIBRARY DESTINATION lib 22 + ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} 23 + LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} 31 - ARCHIVE DESTINATION lib 32 - LIBRARY DESTINATION lib 33 + ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} 34 + LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} 35 RUNTIME DESTINATION bin
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/avro/avro-c++/ |
H A D | 0002-Add-package-configuration-files.patch | 23 - LIBRARY DESTINATION lib 24 - ARCHIVE DESTINATION lib 25 - RUNTIME DESTINATION lib) 27 -install (TARGETS avrogencpp RUNTIME DESTINATION bin) 29 -install (DIRECTORY api/ DESTINATION include/avro 32 + LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} 33 + ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} 34 + RUNTIME DESTINATION ${CMAKE_INSTALL_LIBDIR} 35 + INCLUDES DESTINATION include) 39 + RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}) [all …]
|
/openbmc/openbmc/poky/scripts/ |
H A D | oe-publish-sdk | 37 destination = args.dest 38 logger.debug("target_sdk = %s, update_server = %s" % (target_sdk, destination)) 49 if ':' in destination: 51 host, destdir = destination.split(':') 55 dest_sdk = os.path.join(destination, sdk_basename) 56 destdir = destination 59 logger.debug("Making sure the destination directory exists") 61 mkdir(destination) 69 # Copying the SDK to the destination 70 logger.info("Copying the SDK to destination") [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets/ |
H A D | 0002-fix-libdir-for-multilib.patch | 59 - LIBRARY DESTINATION "lib${GEN_EXPR_DIR}${wxPLATFORM_LIB_DIR}" 60 - ARCHIVE DESTINATION "lib${GEN_EXPR_DIR}${wxPLATFORM_LIB_DIR}" 61 + LIBRARY DESTINATION "lib${LIB_SUFFIX}${GEN_EXPR_DIR}${wxPLATFORM_LIB_DIR}" 62 + ARCHIVE DESTINATION "lib${LIB_SUFFIX}${GEN_EXPR_DIR}${wxPLATFORM_LIB_DIR}" 63 RUNTIME DESTINATION "${runtime_dir}${GEN_EXPR_DIR}${wxPLATFORM_LIB_DIR}" 64 BUNDLE DESTINATION Applications/wxWidgets 74 - DESTINATION "lib/wx/include") 75 + DESTINATION "lib${LIB_SUFFIX}/wx/include") 79 - DESTINATION "lib/wx/config" 80 + DESTINATION "lib${LIB_SUFFIX}/wx/config" [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', 30 'xyz/openbmc_project/Logging/Syslog/Destination/Mail', 44 'xyz/openbmc_project/Logging/Syslog/Destination/Mail/Create__markdown'.underscorify(), 46 …'../../../../../../../yaml/xyz/openbmc_project/Logging/Syslog/Destination/Mail/Create.interface.ya… 60 'xyz/openbmc_project/Logging/Syslog/Destination/Mail/Create', 68 'xyz/openbmc_project/Logging/Syslog/Destination/Mail/Entry__markdown'.underscorify(), 70 …'../../../../../../../yaml/xyz/openbmc_project/Logging/Syslog/Destination/Mail/Entry.interface.yam… 84 'xyz/openbmc_project/Logging/Syslog/Destination/Mail/Entry',
|
/openbmc/openbmc-test-automation/lib/ |
H A D | event_notification_utils.robot | 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 | 22 - DESTINATION lib/cmake/${package_name} 23 + DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/${package_name} 31 - DESTINATION lib/cmake/${package_name} 32 + DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/${package_name} 40 - RUNTIME DESTINATION bin 41 + RUNTIME DESTINATION {CMAKE_INSTALL_BINDIR} 49 - RUNTIME DESTINATION bin 50 + RUNTIME DESTINATION {CMAKE_INSTALL_BINDIR}
|
/openbmc/phosphor-ipmi-flash/tools/test/ |
H A D | io_unittest.cpp | 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() 88 char destination = 'b'; in TEST_F() local 92 .WillOnce(Return(&destination)); in TEST_F() 98 EXPECT_THAT(destination, Eq('a')); in TEST_F() [all …]
|
H A D | tools_helper_unittest.cpp | 112 char destination; in TEST_F() local 114 EXPECT_EQ(&destination, in TEST_F() 115 memcpyAligned(&destination, &source, sizeof(source))); in TEST_F() 116 EXPECT_EQ(destination, source); in TEST_F() 122 char destination[14] = "xxxxxxxxxxxxx"; in TEST_F() local 124 EXPECT_EQ(&destination, in TEST_F() 125 memcpyAligned(&destination, &source, sizeof(source))); in TEST_F() 126 EXPECT_EQ(0, memcmp(&destination, &source, sizeof(source))); in TEST_F()
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/netdata/netdata/ |
H A D | 0002-Do-not-hardcode-systemd-unit-directories.patch | 20 - DESTINATION lib/systemd/system) 21 + DESTINATION $ENV{systemd_system_unitdir}) 24 DESTINATION usr/lib/systemd/journald@netdata.conf.d) 29 - DESTINATION lib/systemd/system) 30 + DESTINATION $ENV{systemd_system_unitdir}) 34 - DESTINATION lib/systemd/system) 35 + DESTINATION $ENV{systemd_system_unitdir})
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/jansson/jansson/ |
H A D | 0001-Honour-multilib-paths.patch | 48 - LIBRARY DESTINATION "lib" 49 - ARCHIVE DESTINATION "lib" 50 + LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}" 51 + ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}" 52 RUNTIME DESTINATION "bin" 53 INCLUDES DESTINATION "include") 59 - DESTINATION lib/pkgconfig) 60 + DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
|
/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: 48 if it hasn't had the start command; here the destination 51 The destination will fail early in migration at this point if the 66 the destination state to Listen, and starts a new thread 70 reception, the destination now 'sensitises' the RAM to detect 76 POSTCOPY_RUN causes the destination to synchronise all 103 the beginning, to tell the destination that postcopy might happen. 118 to the destination without being requested (in much the same way as precopy), 119 however when a page request is received from the destination, the dirty page [all …]
|
/openbmc/openpower-vpd-parser/vpd-manager/include/ |
H A D | backup_restore.hpp | 55 * destination keyword. 57 * Restore source keyword's value with destination keyword's value, 59 * destination's keyword has non default value. 61 * Backup the source keyword value to the destination's keyword's value, 63 * destination's keyword has default value. 65 * @return Tuple of updated source and destination VPD map variant. 82 * config JSON, then API updates VPD on the backup(destination) path. 106 * @param[in,out] io_dstVpdMap - Destination VPD map. 108 * @param[in] i_dstPath - Destination EEPROM file path or inventory path.
|
/openbmc/webui-vue/src/views/Settings/SnmpAlerts/ |
H A D | SnmpAlerts.vue | 74 <modal-add-destination @ok="onModalOk" /> 148 // transform destination data to table data 150 const [destination, dataWithProtocol, dataWithoutProtocol] = [ 151 subscriptions.Destination, 152 subscriptions.Destination.split('/')[2].split(':'), 153 subscriptions.Destination.split(':'), 155 //condition to check if destination comes with protocol or not 156 const conditionForProtocolCheck = destination.includes('://'); 188 const destination = port 192 Destination: destination, [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | EventDestination.v1_15_1.json | 103 …iption": "The backup destination URIs for this event receiver. Events are sent to these URIs, in … 111 …destination where events are sent if the event receiver specified by `Destination` is unreachable … 118 …k to a collection of server certificates for the server referenced by the `Destination` property.", 119 …Destination` property. If `VerifyCertificate` is `true`, services shall compare the certificates … 125 … of client identity certificates provided to the server referenced by the `Destination` property.", 126 …entity certificates that are provided to the server referenced by the `Destination` property as pa… 131 … "description": "A client-supplied string that is stored with the event destination subscription.", 164 "Destination": { object 165 "description": "The URI of the destination event receiver.", 167 …"longDescription": "This property shall contain a URI to the destination where the events are sent… [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | EventDestination.v1_15_1.json | 103 …iption": "The backup destination URIs for this event receiver. Events are sent to these URIs, in … 111 …destination where events are sent if the event receiver specified by `Destination` is unreachable … 118 …k to a collection of server certificates for the server referenced by the `Destination` property.", 119 …Destination` property. If `VerifyCertificate` is `true`, services shall compare the certificates … 125 … of client identity certificates provided to the server referenced by the `Destination` property.", 126 …entity certificates that are provided to the server referenced by the `Destination` property as pa… 131 … "description": "A client-supplied string that is stored with the event destination subscription.", 164 "Destination": { object 165 "description": "The URI of the destination event receiver.", 167 …"longDescription": "This property shall contain a URI to the destination where the events are sent… [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poppler/poppler/ |
H A D | 0001-cmake-Do-not-use-isystem.patch | 75 …install(TARGETS poppler-glib RUNTIME DESTINATION bin LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} A… 92 …install(TARGETS poppler-qt5 RUNTIME DESTINATION bin LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} AR… 108 …install(TARGETS poppler-qt6 RUNTIME DESTINATION bin LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} AR… 148 install(TARGETS pdftoppm DESTINATION bin) 149 install(FILES pdftoppm.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1) 161 install(TARGETS pdftocairo DESTINATION bin) 162 install(FILES pdftocairo.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1) 179 install(TARGETS pdftops DESTINATION bin) 180 install(FILES pdftops.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/freerdp/freerdp/ |
H A D | 0002-Do-not-install-tools-a-CMake-targets.patch | 25 -install(TARGETS ${MODULE_NAME} DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT tools EXPORT WinPRTar… 26 +install(TARGETS ${MODULE_NAME} DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT tools) 29 …install(FILES ${CMAKE_BINARY_DIR}/${MODULE_NAME}.pdb DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT… 38 -install(TARGETS ${MODULE_NAME} DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT tools EXPORT WinPRTar… 39 +install(TARGETS ${MODULE_NAME} DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT tools) 41 …install(FILES ${CMAKE_PDB_BINARY_DIR}/${MODULE_NAME}.pdb DESTINATION ${CMAKE_INSTALL_BINDIR} COMPO…
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/files/ |
H A D | CMakeLists.txt | 35 INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} 36 ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} 37 LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} 45 RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} 57 RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
|
/openbmc/pldm/platform-mc/ |
H A D | terminus_manager.hpp | 84 * @param[in] tid - Destination TID 97 * @param[in] eid - Destination EID 133 * @param[in] tid - Destination TID 143 * @param[in] tid - Destination TID 205 /** @brief Send getTID PLDM command to destination EID and then return the 208 * @param[in] eid - Destination EID 214 /** @brief Send setTID command to destination EID. 216 * @param[in] eid - Destination EID 217 * @param[in] tid - Destination TID 222 /** @brief Send getPLDMTypes command to destination TID and then return the [all …]
|
H A D | platform_manager.hpp | 46 * @param[in] tid - Destination TID 61 * @param[in] tid - Destination TID 85 * @param[in] tid - Destination TID 97 /** @brief Send setEventReceiver command to destination EID. 99 * @param[in] tid - Destination TID 116 * @param[in] tid - Destination TID 126 * @param[in] tid - Destination TID 144 * @param[in] tid - Destination TID 153 * @param[in] tid - Destination TID 171 * @param[in] tid - Destination TID [all …]
|