summaryrefslogtreecommitdiff
path: root/meta-phosphor
AgeCommit message (Collapse)AuthorFilesLines
2021-12-17sdbusplus: srcrev bump ce62764d6c..55949c29adAndrew Geissler1-1/+1
Krzysztof Grobelny (1): Used erased type to reduce binary for getProperty Change-Id: Ie90a03628170d8ee71dbb238b5037288c8ceddba Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-17telemetry: srcrev bump b8cc78ddf9..3e2cc9d497Andrew Geissler1-1/+1
Szymon Dompke (1): Update subprojects versions Change-Id: Ic47543e033f0aaa60df7dc862b222021c0f1f806 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-17pldm: srcrev bump db4361279b..6a4d1cf836Andrew Geissler1-1/+1
Andrew Geissler (1): ibm: bios for auto poweron control Varsha Kaverappa (1): PLDM BIOS attr enum return error if byte value is 2 Change-Id: I0005425883fc4e116a2491cb95034f17f325afad Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-17phosphor-power: srcrev bump d8a8617afa..391a069004Andrew Geissler1-1/+1
Brandon Wyman (1): psu-ng: gtest cleanup expectation warnings Change-Id: I1d824b0d2205703c697a679326affb945507aa3f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-17bmcweb: srcrev bump df5415fc03..5187e09b89Andrew Geissler1-1/+1
Alpana Kumari (1): Add Spare Part Number for Chassis Ed Tanous (3): Make timer system use boost Deduplicate doAccept code Implement connection limit Jayaprakash Mutyala (1): Fix - RedFish response for non-manufacturing mode Josh Lehan (1): error_messages: Use int64_t in invalidIndex Nan Zhou (2): fix the year 2038 problem in getDateTime Change DateOffset from Z to +00:00 Patrick Williams (3): hostlogger_test.py: reformat with black ssl_key_handler: use OpenSSL 3.0 API for keygen ssl_key_handler: support OpenSSL 3.0 for key verification Change-Id: I9c57381b1bbe75f4533add4f2609b1882bfb7a86 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-16phosphor-certificate-manager: srcrev bump bb939ea45d..e0e2cce95aAndrew Geissler1-1/+1
Patrick Williams (4): certificate: openssl3: switch to EVP_PKEY_eq certs_manager: switch keygen to support openssl-3 build: remove autotools build: rename config.h source Change-Id: I34db8c34c8ff3acabcaf5550d35f35c9c76452f4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-16phosphor-virtual-sensor: srcrev bump b57d737081..05b1d41788Andrew Geissler1-1/+1
Rashmica Gupta (1): thresholds: Update Severity to be a string Change-Id: I95ea44a8fbaeaca4a97f728c1b2931e1bac9c510 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-15sdbus++: remove autotools dependencyPatrick Williams1-1/+0
I'm not sure why this got left around in the Python tools file but it isn't necessary. This repository is using Meson now anyhow. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5399019d8ad3310482fc901e8e6372ea5337c309
2021-12-15Add bbclass to copy license info to /usr/share/wwwJason M. Bills1-0/+64
Some products have requirements for the source license info to be made available to users. This adds a bbclass that copies the license info stored in /usr/share/common-licenses to /usr/share/www/common-licenses. From there it is served to users by bmcweb in the existing webassets.hpp functionality. File paths will show users the file content, but directories will only display content in an index.* file. So, the bbclass also creates an index.json for each directory so that directory paths will show users the directory contents. Tested: Navigated to /common-licenses and common-licenses/ and confirmed that the directory listing was displayed. Navigated to /common-licenses/bmcweb and common-licenses/bmcweb/ and confirmed that the directory listing was displayed. Navigated to /common-licenses/bmcweb/LICENSE and confirmed that the license text was displayed. Navigated to /common-licenses/../../network/config.json and it returned "Not Found". Navigated to /common-licenses/../ipmi-providers/channel_access.json and it returned "Not Found". Change-Id: I286b0cf53a9520087b1a57b17ea66f408f08ed3b Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
2021-12-14phosphor-watchdog: srcrev bump 6a54155eab..cf4ce3c171Andrew Geissler1-1/+1
Willy Tu (1): phosphor-watchdog: Cleanup CodeChecker Errors Change-Id: I01f9edbda8c43933d4e374480cbad90ba8da2848 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-14meta-phosphor: cmake packages: add pkgconfigPatrick Williams4-4/+4
With the latest Yocto we see failures: ``` 17:14:36 | CMake Error at /home/jenkins-op/workspace/ci-openbmc/distro/ubuntu/label/docker-builder/target/tiogapass/build/work/arm1176jzs-openbmc-linux-gnueabi/phosphor-ipmi-ipmb/0.1+gitAUTOINC+8227626764-r0/recipe-sysroot-native/usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:230 (message): 17:14:36 | Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) ``` Add the correct inherit for ipmb-ipmb. Pre-emptively add for any recipe which does 'inherit cmake'. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib3327af0f19268d1f5b70259c3445b0985da9fa0
2021-12-14phosphor-power: srcrev bump a169b0f9d2..d8a8617afaAndrew Geissler1-1/+1
Brandon Wyman (1): psu-ng: Add in handling of specific MFR faults Jim Wright (1): pseq: Find and parse configuaration file Change-Id: If9ab3b53cd1c77ce1a6f51d22fc0601447bd46e9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-14bios-settings-mgr: srcrev bump 29656f07b7..47453d77c7Andrew Geissler1-1/+1
George Liu (4): build: switch to C++20 Update the clang-format file with latest logging: switch to lg2 Fix the String type of pendingAttributes method Change-Id: Id71236d4038f4b515f0b6def41defc2a39857de1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-14dbus-sensors: srcrev bump 0e68f19968..0b207a624fAndrew Geissler1-1/+1
Andrew Jeffery (3): NVMeSensor: Centralise configuration type NVMeContext: Add the ability to remove NVMeSensors NVMeSensorMain: Remove sensors when removing configs Bruce Mitchell (1): Fixes Units for Temperature & Pressure for Hwmon Lei YU (3): test: Add test_Utils utils: Refactor findFiles() cpusensor: Search in peci-0 directory Change-Id: I18e3088d1c271db5a26a3222b14adb7518a6ccba Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-14pldm: srcrev bump 27403f46db..db4361279bAndrew Geissler1-1/+1
Manojkiran Eda (1): Remove Unnecessary trace in pldm Sagar Srinivas (1): Fix for "Unknown PLDM Entity Type in Numeric Effecter PDR" Change-Id: I1d7b51f9efcc1f207bc36086f92cfcca3e602d0e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-13phosphor-certificate-manager: switch to mesonPatrick Williams1-8/+5
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I00f31a008d909d78f1ebd0497f329087ef457dc5
2021-12-11phosphor-certificate-manager: srcrev bump 63540131ac..bb939ea45dAndrew Geissler1-1/+1
Patrick Williams (1): build: add meson support Change-Id: I7b1ce2bd642dcf19dd4a8bf72e53cb12a49e5ea0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-10sdbusplus: srcrev bump 4a46eb5aa0..ce62764d6cAndrew Geissler1-1/+1
gokulsanker (1): Modified set_handler() to return dbus error code Change-Id: Ia6c1f466d19b6119dd79e1678f509b8270c7e316 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-10phosphor-certificate-manager: srcrev bump 83e6eab0f0..63540131acAndrew Geissler1-1/+1
Nan Zhou (1): allow X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT Change-Id: If490efcdd55badc85e769e67e1e91ef5336e96ee Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-10service-config-manager: srcrev bump c7d2253187..fa5d5ca730Andrew Geissler1-1/+1
George Liu (1): Update the clang-format file with latest Change-Id: I4bb1b2deadc8252fc42ba4a50705528b7f3401e6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-10telemetry: srcrev bump 3eb5686571..b8cc78ddf9Andrew Geissler1-1/+1
Krzysztof Grobelny (2): Using enum class instead of string in more places Api changes in AddReportFuture version Change-Id: Ia77453eebeeb18fa3a768e1f3db6683c8e9f4c4c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-10bmcweb: srcrev bump f5e29f33e6..df5415fc03Andrew Geissler1-1/+1
Ed Tanous (2): Clean up meson lists Add logging to internal error Jiaqing Zhao (2): Convert IPv4-mapped IPv6 ClientIP back to IPv4 Remove non-standard IPv6StaticAddress properties P Dheeraj Srujan Kumar (1): Restructure Redfish EventLog Transmit code flow SpencerKu (1): Redfish: Script to Expose Host Log Entries zhanghaicheng (1): Fix bmcweb core-dump caused by Split up authenticate Change-Id: Ie3e2cafd8af1970dce2fe81d36f0b203343085fe Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-10phosphor-fan-presence: srcrev bump 20afdda364..323694a9d8Andrew Geissler1-1/+1
Matt Spinler (2): control: set_parameter_from_group: handle no max control:p10bmc: Events to set DVFS temp params Matthew Barth (1): control: Change `addGroup()` to get all managed objects Change-Id: Ia18ad0dc394e24fbd813e638dbd487fb37716c11 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-10phosphor-host-ipmid: srcrev bump d950f410b7..778f65973bAndrew Geissler1-1/+1
Konstantin Aladyshev (2): Don't throw exception if FRU inventory path is not present Add support for setting threshold comparison status Change-Id: Ia7513495682ba6b96fcf190d55ea1e8a3998b221 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-10phosphor-logging: srcrev bump c30f00a32f..dd4bd482f1Andrew Geissler1-1/+1
Zane Shelley (1): PEL: openpower-hw-diags informational registry entry Change-Id: Ib16ef1ea04c300372185fe1598a0c552a934cd07 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-10phosphor-networkd: srcrev bump afa4032d8f..b353ba0dcfAndrew Geissler1-1/+1
Johnathan Mantey (1): Fix missing line-feed for DHCPv6Client entry Change-Id: I642aa6a83442c772777177e38833cfdffbf7da07 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-10dbus-sensors: srcrev bump 57574ad52b..0e68f19968Andrew Geissler1-1/+1
Bruce Mitchell (1): DPS310 temperature pressure, SI7020 temperature Ed Tanous (1): Make list single line Howard Chiu (1): PSUSensor: Add MP5023 into whitelist Paul Fertser (1): Revert "Add beep support for PSU" Change-Id: I154914813834ec2cbb95e6f3880bf8f04a9f3057 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-10entity-manager: srcrev bump c1a4bb4a5e..a9c5892927Andrew Geissler1-1/+1
Andrew Jeffery (1): entity-manager: Search sysconfdir for configurations Bruce Mitchell (2): entity-manager: Support for DPS310 and SI7020 Rainier entity-manager: Support DPS310 and SI7020 Everest Change-Id: I5a48832cf0c3e1138cc5e142f751110fc5ea3ad8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-10pldm: srcrev bump 872f0f6938..27403f46dbAndrew Geissler1-1/+1
Brad Bishop (2): pldmtool: oem: ibm: add missing header pldmtool: oem: ibm: untangle header dependencies George Liu (1): Remove duplicate LID_STAGING_DIR Change-Id: I4addd1073f78ebc04636321764325a59cc07709b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-10phosphor-power: srcrev bump 9ba382357e..a169b0f9d2Andrew Geissler1-1/+1
Brandon Wyman (1): psu-ng: IBM FN goes to SparePartNumber Jim Wright (1): pseq: Retrieve compatible systems from EM Change-Id: I5286aec0866dd7b36766e1b3cc1adc87165a13d9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-10phosphor-dbus-interfaces: srcrev bump e0764cf41d..36ed8ad2b4Andrew Geissler1-1/+1
Carlos J. Mazieri (1): software: define multi-slot/multi-device update Jason M. Bills (1): Add interface for sending raw PECI commands Patrick Williams (2): software: remove old TODO software: leverage Compatible strings Shawn McCarney (1): Add UPower Device interface Change-Id: I0848a17e3338a3ccbcf1071df8918ed7b5f2b7e7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-10phosphor-bmc-code-mgmt: srcrev bump d75c869d07..0890ab9453Andrew Geissler1-1/+1
Patrick Williams (2): openssl: stop using deprecated SHA512_* functions openssl: test: stop using deprecated SHA512_* functions Change-Id: I311c37183df9ef9335d6d3adf69ffe008dcbfdf1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-09x86-power-control: srcrev bump 6ce234ecae..85e111ed69Andrew Geissler1-1/+1
Logananth Sundararaj (1): Changes for dbus based gpio config. Change-Id: I071c72e0edb6626d2a58311fbdb589182c988f6e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-09phosphor-certificate-manager: srcrev bump 13eba41aab..83e6eab0f0Andrew Geissler1-1/+1
Patrick Williams (1): certificate: fix memory leak Change-Id: I3b7c75ca10667647c07fe21c90b40c9d408c8e63 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-09phosphor-bmc-code-mgmt: srcrev bump 58e18979f5..d75c869d07Andrew Geissler1-1/+1
Patrick Williams (1): openssl: stop using deprecated read_RSAPublicKey Change-Id: Ie541df96d855c2f0fcd88ddca252c6f69c9b43db Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-09sdbusplus: srcrev bump 6d83cf539a..4a46eb5aa0Andrew Geissler1-1/+1
Jonathan Doman (1): Make asio::object_server take const ptr to connection Patrick Williams (9): message: shorten message type bus: shorten bus type manager,interface: use shortened types vtable: shorten vtable type slot: shorten slot type slot: explicitly transfer pointer bus: reduce forward declaration for friendship slot: add friended get function object: handle diamond inheritance Change-Id: I9c08386ce8ff448c3ed40e89eba7544d3864bfac Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-09phosphor-logging: srcrev bump 002d8cfd20..c30f00a32fAndrew Geissler1-1/+1
Brandon Wyman (1): PEL: Add power supply fan fault Jayanth Othayoth (1): PEL: Add error message registry entry for devtree reinit Change-Id: I5bc87dc0855556882d48ab922c94397940aaf0f5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-09bmcweb: srcrev bump 116c184bd3..f5e29f33e6Andrew Geissler1-1/+1
JunLin Chen (1): Fix bmcweb crash problem when no-auth Patrick Williams (1): span: clean up stray boost headers. Change-Id: Ia0ca226af406ba89090776252d32f0147912c133 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-09phosphor-state-manager: srcrev bump 1e89e62283..68a8c31d82Andrew Geissler1-1/+1
Andrew Geissler (3): host-restart: ensure reason cleared on host stop host-restart: set restart reason on power policy use host-restart: set restart reason on scheduling use Change-Id: Ib4fb725feb3459b4bc34a6c15c30d84a07952b75 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-09entity-manager: srcrev bump 5468c6e953..c1a4bb4a5eAndrew Geissler1-1/+1
Andrew Jeffery (3): EntityManager: Split out PerformScan EntityManager: Split out PerformProbe EntityManager: Clean up use of probeTypes Rashmica Gupta (3): configurations: Add ambient virtual sensor to Blyth Add optional hysteresis field to Thresholds ambient virtual temp: add in thresholds Change-Id: Iff52753ac8800ed01e05d51c8224a3d9c532b07e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-08phosphor-settings-manager: add `inherit pkgconfig`Patrick Williams1-1/+1
The latest Yocto doesn't give us "pkgconfig" for free in many cases. This repository uses 'PKG_CHECK_MODULES', which relies on pkgconfig. Add the inherit so that it is available in the configure step. Change-Id: I1bcd78d11ec01f7724e3d22ea6812dfc223f2c9c Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2021-12-08webui-vue: srcrev bump cc79a53192..12dc20c370Andrew Geissler1-1/+1
Dixsie Wolmers (3): Network settings redesign - interface settings Network Settings: Add and Delete IPV4 and DNS address Network settings: Edit hostname and MAC address Change-Id: Ic5c428f01638a6c4dbf0cbc2a48869451cb2516f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-08phosphor-networkd: srcrev bump c7cf25f740..afa4032d8fAndrew Geissler1-1/+1
William A. Kennington III (3): ethernet_interface: Remove superfluous logging ethernet_interface: Disable opportunistic DHCPv6 if disabled ethernet_interface: Remove unused function Change-Id: I53720c6611fb742a1fd089979419335826532a4b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-08telemetry: srcrev bump e28aa53dc1..3eb5686571Andrew Geissler1-1/+1
Patrick Williams (3): sensor: add missing header for sdbusplus::bus::match build: fix deprecated meson function meson: fix phosphor-logging dependency Szymon Dompke (1): Add support for AppendLimit and ReportUpdates Change-Id: Idaa4881e5b93cdbbb5c838becea668aa3c3e2393 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-08phosphor-net-ipmid: srcrev bump 5819666c23..af23add2a2Andrew Geissler1-1/+1
Jayaprakash Mutyala (1): Fix for closeSession with invalid session ID Change-Id: Ib6f66a37c1731370d5c5398f0c91f5d3290b6467 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-08phosphor-host-ipmid: srcrev bump 5aae092cab..d950f410b7Andrew Geissler1-1/+1
JeffLin (1): dbus-sdr: Remove suffixs appended by dbus-sensors Willy Tu (1): ipmid: channel: add match function to reset config on network changes Change-Id: Ieb6a391abb62ca3df7e600b8404c44afbc84d7f4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-08dbus-sensors: srcrev bump 04d050669c..57574ad52bAndrew Geissler1-1/+1
Andrew Jeffery (11): NVMeSensorMain: Extract lambda body NVMeSensorMain: Define extractBusNumber() NVMeSensorMain: Define extractSensorName() NVMeSensorMain: Define deriveRootBusPath() NVMeSensorMain: Define deriveRootBus() NVMeSensorMain: Define provideRootBusContext() NVMeSensorMain: Move context definition to where it's used NVMeSensorMain: Make early exits contiguous NVMeSensorMain: Collapse continue conditions NVMeSensorMain: Drop use of baseConfiguration pointer NVMeSensorMain: Avoid context variable Change-Id: I70eff41b9fb80b9269af4c44d90993735b430580 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-08phosphor-fan-presence: srcrev bump 0cb48f3d9a..20afdda364Andrew Geissler1-1/+1
Matthew Barth (1): control: Support state parameter on net decrease target action Change-Id: Ic25fa85028166396630b11c966c1567068a003cc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-08bmcweb: srcrev bump 6afb06d91f..116c184bd3Andrew Geissler1-1/+1
Asmitha Karunanithi (1): Enhance logs for networkd, hypervisor networkd app Ed Tanous (4): /s/boost::beast::span/std::span Enable stringop warnings Remove copies from log services and virtual media Delete the copy constructor on the Request object Krzysztof Grobelny (1): fixed errors in EventService Patrick Williams (1): test: time_utils: fix negative test Change-Id: I0f5edebe1f49da4656740ba99ccc9fbf4046a6c2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-08phosphor-logging: srcrev bump 35e79a803c..002d8cfd20Andrew Geissler1-1/+1
Brandon Wyman (1): PEL: Add power supply PS_Kill fault Ramesh Iyyar (2): PEL: Added the new component id for the op-hw-isolation PEL: Added the new message registry for op-hw-isolation error Change-Id: I4a3ce3d069f9ede38a3fb0cab5f493bda9e10dfc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>