summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor
AgeCommit message (Collapse)AuthorFilesLines
2021-12-21telemetry: srcrev bump 3e2cc9d497..31db7f71ecAndrew Geissler1-1/+1
Krzysztof Grobelny (1): Added missing const Change-Id: I05080eb3dffaee652b5f7979cd57af2b2295a0c7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-21meta-phosphor: obmc-console: Add support for multiple portsVivekanand Veeracholan1-14/+40
1. Add support to install multiple console port configuration files. OBMC_CONSOLE_TTYS is space separated list to set multiple ports. Defaults to OBMC_CONSOLE_HOST_TTY. 2. Prioritize picking up port specific configuration over generic one. Tested: Built for single and multi port configuration and verified the presence of correct config file in sysconf directory. Signed-off-by: Vivekanand Veeracholan <vveerach@google.com> Change-Id: Ic918b5830f972adbcfa14e2befa4e3420698825f
2021-12-21phosphor-host-postd: srcrev bump 996facb65d..5633a3fc97Andrew Geissler1-1/+1
Patrick Williams (1): sdbusplus: remove usage of deprecated alias Change-Id: Id52fef03d5da74b6e673fd938e7a9bed3219d1cc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-21bmcweb: srcrev bump 47c9e106e0..af4edf686eAndrew Geissler1-1/+1
Ed Tanous (1): Implement MIME parsing Change-Id: I2680fa87b08a60a2fae1830360ac8f1c6ceccd52 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-21webui-vue: srcrev bump 12dc20c370..823c181267Andrew Geissler1-1/+1
Konstantin Aladyshev (5): Russian translations for the new Network settings design Russian translations for the IPv4/DNS network settings Russian translations for the hostname/MAC address settings Russian translations for the deleteDns/deleteIpv4 fixes Correct values for deleteDns/deleteIpv4 keys in translation Lei YU (1): [POC] login: Fix waiting in login page after login kennyneedsmilky (1): Fixed refresh system info on header Change-Id: I3d681e36c72992addb9c5101ce694fed64434ba5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-20phosphor-dbus-interfaces: srcrev bump 36ed8ad2b4..4f703341d9Andrew Geissler1-1/+1
John Wedig (1): Add D-Bus interface for a logical volume Change-Id: I424662fbdea40b346d922f2a783ea5a4d3ff4c61 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-18phosphor-host-ipmid: srcrev bump 6619ae4683..e39ba9930bAndrew Geissler1-1/+1
Arun P. Mohanan (1): fix:Channel access mode set to disabled by default Change-Id: I8eddf268eba18efceeaae5181b12afdf47b556b8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-18libmctp: srcrev bump 95cccaec5b..983cc3fa49Andrew Geissler1-1/+1
Brad Bishop (1): build: compile and install utils Change-Id: I674cf7246d94b1b45b6667b0316c3d2bf6328e80 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-18phosphor-post-code-manager: srcrev bump 84855abe9e..de8d3a537fAndrew Geissler1-1/+1
Manojkiran Eda (1): Fix static analysis & cppcheck issues Change-Id: Ie75d99035a4c0763247c140cafe9248f2f09e18c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-18pldm: srcrev bump 6a4d1cf836..81c045183bAndrew Geissler1-1/+1
Brad Bishop (4): pldm_visualise_pdrs: Add executor abstraction pldm_visualise_pdrs: add process abstraction pldm_visualise_pdrs: run pldmtool directly pldm_visualise_pdrs: check for tty Manojkiran Eda (1): Remove all dependencies for libpldm Change-Id: Ie99716f235908d37e6ee57dbf8df93743a3f2e6a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-18entity-manager: srcrev bump 1e8e71f23f..f466ccece5Andrew Geissler1-1/+1
Howard Chiu (1): Configurations: Bletchley: Update sensors Thang Q. Nguyen (1): Configurations: Add Ampere Mt.Jade platform Change-Id: I18df05eee0bb6433f0574b1372a0f06b4e6762b0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-18bmcweb: srcrev bump b24483809a..47c9e106e0Andrew Geissler1-1/+1
Ed Tanous (1): Remove unused file James Feist (1): Change Default of REST D-Bus to OFF Josh Lehan (1): gitignore: Update to the latest from toptal.com Lukasz Kazmierczak (2): Add GET method for TriggerCollection Add GET method for Triggers Szymon Dompke (1): Add support for DELETE on Triggers schema Change-Id: I49ef5b2c6a6aff8011bff151a6ffb3755372cbd2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-17phosphor-certificate-manager: srcrev bump e0e2cce95a..cf811c4309Andrew Geissler1-1/+1
Nan Zhou (1): remove year 2038 check Change-Id: I762f5294dddcd9b499975492e870cea30d129e25 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-17meta-phosphor: prefer https protocolPatrick Williams5-5/+5
A few recipes are specifying 'protocol=git' to the git-fetcher, which is already the default[1]. For github URLs, upstream Yocto / OE suggest that 'protocol=https' is used[2]. Switch any URL that has a protocol specified to be 'https' instead of 'git'. 1. https://docs.yoctoproject.org/bitbake/bitbake-user-manual/bitbake-user-manual-fetching.html#git-fetcher-git 2. https://lists.openembedded.org/g/openembedded-devel/message/94255 Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ibf1ab0fa2cb83c8cb9f4e535a0781f41e3b0dafe
2021-12-17post-code-manager : Switch to meson build system & BumpManojkiran Eda1-6/+6
Tested By: Was able to sucessfully build post-code-manager using meson & was able to see that the daemon is working as before on a BMC. Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: I4cf90fc8bf0a3350b944d5ef94fa131cb6f1c35f
2021-12-17bmcweb: srcrev bump 5187e09b89..b24483809aAndrew Geissler1-1/+1
Ed Tanous (1): Remove unused header Change-Id: Ia86298c1df9807aca9de15610357c6d349fd68e9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-17phosphor-buttons: srcrev bump 8381d5aa35..dd5495cf40Andrew Geissler1-1/+1
Naveen Moses (1): Enable group gpio configuration Change-Id: I6fa93ca2858132b2181d62a04bf8cf86bf4f8713 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-17phosphor-post-code-manager: srcrev bump 9ce5a645f5..c4440ebefbAndrew Geissler1-1/+1
Manojkiran Eda (2): Drop experimental::filesystem Fix unused variables error Change-Id: I757a4e07f579df1fb121afc76e2ff7963ab70297 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-17phosphor-snmp: srcrev bump d560529eb7..7350c77aa6Andrew Geissler1-1/+1
Chicago Duan (1): SNMPTrap: SNMPTrap address support hostname Change-Id: Iaa61540ba43d700a7fc57c3902b2afb0b81a5166 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-17phosphor-host-ipmid: srcrev bump 778f65973b..6619ae4683Andrew Geissler1-1/+1
Chalapathi Venkataramashetty (2): sensorcommands: check for reserved sensor number in sensor commands. sensorcommands:Platform Event Message command corrected Johnathan Mantey (2): Make sensor/sdr list commands work on systems with > 255 sensors Improve SDR sensor number mapping for sensor nums above 510 Change-Id: I4e0a2a9c922cef031a3e9e82416734d9c131627e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-17smbios-mdr: srcrev bump 631388e621..5f2d627553Andrew Geissler1-1/+1
Alex Schendel (1): Add FW Version in journalctl log Change-Id: Ibf9f8279fdf8f1f1eaa8cf30bb0b9947e16220e6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-17phosphor-bmc-code-mgmt: Add USB code update optionAndrew Geissler2-1/+8
George Liu (5): usb: Initialize USB Code Update usb: Copy image file to /tmp/images via USB usb: Add utility for D-Bus usb: Update the RequestedActivation property usb: Add service and rules files Change-Id: Ic1d290120c7050b419ce146fbdc14febef7814e8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
2021-12-17phosphor-fan-presence: srcrev bump 323694a9d8..075fcd858fAndrew Geissler1-1/+1
Matthew Barth (22): control:p10bmc: Update DVFS temp events control:p10bmc: Add decrease parameter to DVFS temp events control:p10bmc: Create 2s fan control timer loop event control:p10bmc:ibm,rainier-2u: Add increase actions for OCC temps control:p10bmc:ibm,rainier-4u: Add increase actions for OCC temps control:p10bmc:ibm,rainier-1s4u: Add increase actions for OCC temps control:p10bmc:ibm,everest: Add increase actions for OCC temps control:p10bmc:ibm,rainier-2u: Add decrease actions for OCC temps control:p10bmc:ibm,rainier-4u: Add decrease actions for OCC temps control:p10bmc:ibm,rainier-1s4u: Add decrease actions for OCC temps control:p10bmc:ibm,everest: Add decrease actions for OCC temps control:p10bmc:ibm,rainier-2u: Add increase action for NVMe temps control:p10bmc:ibm,rainier-4u: Add increase action for NVMe temps control:p10bmc:ibm,rainier-1s4u: Add increase action for NVMe temps control:p10bmc:ibm,everest: Add increase action for NVMe temps control:p10bmc:ibm,rainier-2u: Add decrease action for NVMe temps control:p10bmc:ibm,rainier-4u: Add decrease action for NVMe temps control:p10bmc:ibm,rainier-1s4u: Add decrease action for NVMe temps control:p10bmc:ibm,everest: Add decrease action for NVMe temps control:p10bmc: Remove NVMe temps when removed from dbus control:p10bmc:ibm,rainier-2u: Set `default_floor` = `poweron_target` control:p10bmc: Increase/decrease actions for planar temps Change-Id: If229f2304628e9f8fdbfc0ea983c953f54f1aea8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-17entity-manager: srcrev bump a9c5892927..1e8e71f23fAndrew Geissler1-1/+1
Bruce Mitchell (1): Cleanup of code to pass CI, clang-tidy-13 Kumar Thangavel (1): Move global variable powerIsOn to local variable. Change-Id: I7807945f34d6a5aabeb2eda0cc8851ffad83f096 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-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 Williams2-2/+2
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-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>