summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor
AgeCommit message (Collapse)AuthorFilesLines
2024-04-25bmcweb: srcrev bump 003301a24b..6b54e4e086Andrew Geissler1-1/+1
Ed Tanous (6): Implement a Content-Security-Policy TODO Remove XSS prevention code Fix http2 use after free bug Add new tidy checks Fix large content error codes Handle error code properly Change-Id: Ibe890ecd8be2d3f4ed94bf0f09bef409ab43940c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-25phosphor-nvme: srcrev bump 097562e751..a77827224eAndrew Geissler1-1/+1
Joseph.Fu (1): nvme_manager: fix check threshold condition Change-Id: I10f6c39525546b2efe29478d061161c60f4d362a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-25pldm: srcrev bump 3daf7a1ca0..07a07e2ac4Andrew Geissler1-1/+1
DelphineCCChiu (1): fw-update: Fix variable being used before initialized Manojkiran Eda (5): fix inconsistent spacing in BIOS logs Remove unused variables common: Improve printBuffer() & added unit tests Remove setup.cfg file from the repository Fix a potential crash due to unbound array access Change-Id: Id5a47f4e11933700b78e1abf240c6c868ec444d0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-23pldm: srcrev bump 963c0fdf1a..3daf7a1ca0Andrew Geissler1-1/+1
Manojkiran Eda (1): libpldmresponder: fix a potential pldm crash Change-Id: I8f6a04efb277b9d941ebde6bc43a1e308f9b9d08 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-23phosphor-inventory-manager: srcrev bump 3adc845261..3142448562Andrew Geissler1-1/+1
Konstantin Aladyshev (1): meson: Fix local cereal build Change-Id: Idd9dcb19d1e8ef8fdb7aff0f113d1f4fe146a7ff Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-23phosphor-state-manager: srcrev bump 306c5ff23d..cadaab7728Andrew Geissler1-1/+1
Patrick Williams (1): phosphor-host-condition-gpio: enable multi-host support Fix up references in meta layers to non-numbered service name. Change-Id: I3ae73c7e3ba7f117ade8eee5fea31d945ac0a696 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2024-04-23phosphor-snmp: srcrev bump 6c79a72b44..673d9ce83aAndrew Geissler1-1/+1
Konstantin Aladyshev (1): build: Fix pkg-config generation on local build Change-Id: Ifff85faa510e9266cc538e6fcd5d0aa212f2fb2b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-23phosphor-user-manager: srcrev bump d9adc73a09..86597bd333Andrew Geissler1-1/+1
Konstantin Aladyshev (3): meson: Fix local cereal build meson: Add boost to the dependencies meson: Provide wrap file for boost Change-Id: I7223d7e7a2a86c10375803ef68c503f0bee56373 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-23bmcweb: srcrev bump 211cfa49d1..003301a24bAndrew Geissler1-1/+1
Ed Tanous (2): Add missing headers Change ssl stream implementations Change-Id: I6cedb13cf8febee6887e37a9ba6ab185ef6d2de4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-23phosphor-power: srcrev bump df4e0e7ea4..472101c5cdAndrew Geissler1-1/+1
Konstantin Aladyshev (1): meson: Fix local build of phosphor-power-sequencer tests Shawn McCarney (3): pseq: Add format_utils namespace pseq: Add getRails() method to device hierarchy pseq: Standard pgood fault detection algorithm Change-Id: I3a009da357c6bc16eb0310b89d2342db696791fd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-23phosphor-bmc-code-mgmt: srcrev bump ee3ba93c87..30352a66beAndrew Geissler1-1/+1
Adriana Kobylak (1): Populate MinimumVersion property Change-Id: I684e5d573a3c3ed393db4b540ef174faf1985b29 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-23phosphor-networkd: srcrev bump 86d25bb779..91f6056422Andrew Geissler1-1/+1
Ravi Teja (1): IPv4/IPv6 Gateway: Configure GatewayOnLink William A. Kennington III (5): ethernet_interface: Simplify DHCPConfiguration enumeration dhcp_configuration: SendHostname is valid for v4 and v6 ethernet_interface: Emit DHCP objects after parent ethernet_interface: Write an update marker to tmpfs dhcp_configuration: Use the correct file for DHCP settings Change-Id: I4b7df5171fa0c7453e9bb2d36c2eb5b1da15d7c0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-20meta-phosphor: phosphor-state-manager: add host-gpio PACKAGECONFIGPatrick Williams2-0/+12
Add a PACKAGECONFIG that enables the host-gpio feature in PSM. Set the appropriate dependencies, meson options, and install the service file links as appropriate. Tested: Built Yosemite4 with enabled and verified services are attempted to start. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia737a5645dcf472efdc75a9af7260eff60ef90ed
2024-04-19meta-phosphor: phosphor-static-norootfs-init: add home as persistentMarco Kawajiri1-1/+6
In order to allow users other than root to be created, home needs to be writable. Add it to the persistence list. Since sometimes root's home is in `/home` and sometimes it is in `/root`, also add logic to detect where `ROOT_HOME` is and also add it if it is outside of `/home` Tested: `bitbake phosphor-static-norootfs-init -ne` with ROOT_HOME in `/root` and in `/home/root`: NOROOTFS_PERSISTENT_DIRS=" var etc home root mnt/data" NOROOTFS_PERSISTENT_DIRS=" var etc home mnt/data" Change-Id: I1a389a3546409b2fe888f47ebd49c0d3e43c13bb Signed-off-by: Marco Kawajiri <kawajiri@meta.com> Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2024-04-19obmc-console: srcrev bump 7f2bfb9b9f..b7dddbc63eAndrew Geissler1-1/+1
Andrew Geissler (1): obmc-console-ssh@.service: add ECDSA and ED25519 keys Change-Id: I6b161aee07493eb6438fafdfd3b7f66d3795edc6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-19phosphor-power: srcrev bump 2495659850..df4e0e7ea4Andrew Geissler1-1/+1
Konstantin Aladyshev (1): meson: Fix local meson build Change-Id: I263c1a716c84eabd4f857c54bad7aadd1177d4ea Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-19bmcweb: srcrev bump f2caadcee1..211cfa49d1Andrew Geissler1-1/+1
Ed Tanous (2): Clean up BMCWEB_ENABLE_SSL Update nghttp2 1.60->1.61 Myung Bae (1): Initialize schemas array with explicit size Sunitha Harish (1): Remove ibm locks feature Change-Id: I474f319bde2efbdd14f4b333fd07e4a2f08c90fb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-19dbus-sensors: srcrev bump ef85e0bb45..a9c1bec4deAndrew Geissler1-1/+1
Potin Lai (1): hwmontempsensor: update PercentRH unit string Change-Id: Iecd13e28b57e914ba4e5948f1c7f5b08e6fa78f3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-19webui-vue: srcrev bump 129aecd0d5..d1ef18e6f9Andrew Geissler1-1/+1
Ed Tanous (3): Pretty print svg logo Inline class styles Inline SVG Paul Fertser (1): Focus default action in modal windows Change-Id: Icaf9291b776149de36e6f30e3134f125477e2d95 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-19smbios-mdr: srcrev bump 4e1cf09955..b86e4f1967Andrew Geissler1-1/+1
Jason M. Bills (1): Use the new CPUModel enum names from libpeci Change-Id: I81052fa6644a353e67721f7f7ec2bfe37d9fc544 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-19entity-manager: srcrev bump a5cf976ff5..236f89c848Andrew Geissler1-1/+1
Peter Yin (1): configurations: minerva_pdb: revise hsc driver name Potin Lai (1): configuration: bletchley: add PwmName Zev Weiss (1): configurations: romed8hm3: Update nct6779 labels & thresholds Change-Id: I8b0af1bcd8b59a50aa993c1920a4730fd61661ff Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-18ipmbbridge: srcrev bump 0afdd8cc08..dcd3037b98Andrew Geissler1-1/+1
Konstantin Aladyshev (1): meson: Support building boost as subproject Change-Id: Ia8d591d7f76272b966a8b909d440b7e3e55f36b5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-18phosphor-ipmi-flash: srcrev bump deb85ceebe..3f59628778Andrew Geissler1-1/+1
Willy Tu (1): handler: Support more retry logic Change-Id: I20fc538669e61931ed2ec5c26ddee0022b773a10 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-18phosphor-nvme: srcrev bump ab6d79bb1c..097562e751Andrew Geissler1-1/+1
Joseph.Fu (1): nvme_manager: support status flag check Change-Id: I5ea234634fa6a56036dfe934cf10d25f95eb837f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-18obmc-console: srcrev bump bd4af900ac..7f2bfb9b9fAndrew Geissler1-1/+1
Medicine Yeh (2): config: rename parse_logsize to be more generic config: add ringbuffer-size in config file options Change-Id: I9760489988ee8fe0e5e800d5ff7829b3d4e9fd61 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-18phosphor-logging: srcrev bump 221b79b3b9..5bc265338cAndrew Geissler1-1/+1
Arya K Padman (1): PEL: Changing the remaining traces to lg2 style devenrao (2): PEL: Add a new error msg for FFDC collected after SBE chip-op success PEL: fix the subsystem type for proc sbe internal data msg Change-Id: Ifa0c862f429035ba343e8b657c17744abe04bd3d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-17bmcweb: srcrev bump ac25adb8d4..f2caadcee1Andrew Geissler1-1/+1
Ed Tanous (8): Add type safety for NTP server objects Stage 2 refactor LDAP parameters Remove OpenSSL warnings ignore Fix NTP set race condition Refactor UpdateService Break out DoTftpUpdate Refactor tftp parser Reformat meson files Gunnar Mills (1): Update Privilege Registry from 1.3.0 to 1.5.0 Change-Id: I34d0cce4d3b482a4f40a0d4a3d004813eee69374 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-17entity-manager: srcrev bump 0249bbd176..a5cf976ff5Andrew Geissler1-1/+1
Yang Chen (1): configuration: minerva_cmm: modify the address of TMP75 Change-Id: I46e92421388f5773dfd1b1cdd8f187431a787b32 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-17entity-manager: srcrev bump fc171428a7..0249bbd176Andrew Geissler1-1/+1
Daniel Hsu (1): configurations: harma: Add Broadcom NIC sensor Change-Id: I85525ac2475684c78c0f8f92fadf251d15f8b0ef Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-17pldm: srcrev bump 15b9411186..963c0fdf1aAndrew Geissler1-1/+1
Archana Kakani (1): oem-ibm: Adding system specific bios attribute files Manojkiran Eda (1): Revert "Adding severity when reporting an error" Change-Id: Ia8668746c5d70da79986f6cafaeb43b5b941c1a4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-16phosphor-fan-presence: srcrev bump 31c3ab5acb..514653526eAndrew Geissler1-1/+1
Matt Spinler (1): control:Bonnell: Remove hot PCIe cards Change-Id: Ia5d4e1affdabfa52a7484e7ca8cab85816a9eeba Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-16phosphor-logging: srcrev bump f02b78c6c1..221b79b3b9Andrew Geissler1-1/+1
Paul Fertser (1): log_manager: remove redundant createWithFFDC Change-Id: I468398139bf74f19c3a5acbc96df11c9684b13ab Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-16phosphor-post-code-manager: srcrev bump 611de486cc..f2da78deb3Andrew Geissler1-1/+1
Konstantin Aladyshev (1): meson: Fix local cereal build Change-Id: Id3900d8d5a4c95350ef4f379fa287b8ca00cb54e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-16ssifbridge: srcrev bump a1585be4aa..6f22abd8bfAndrew Geissler1-1/+1
Konstantin Aladyshev (2): meson: Enable link time optimization meson: Fix local boost build Change-Id: Icbeeff6add584d8d578de195cd17fcf89a42f70b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-16phosphor-settingsd: srcrev bump 96dc05dc6d..ef9bd93591Andrew Geissler1-1/+1
Konstantin Aladyshev (1): meson: Fix local build of the settings_gen target Change-Id: If8acdf1f8ca485cdca7e32af4485a27bfeab76dd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-16entity-manager: srcrev bump 183fab9db4..fc171428a7Andrew Geissler1-1/+1
Daniel Hsu (1): configurations: harma: update sensors threshold Delphine CC Chiu (3): schemas: Add Decorator.Revision interface configurations: yosemite4 : Add Decorator.Revision Add clang tidy check Ed Tanous (1): Update clang-tidy Matt Spinler (1): configurations: Add virtual sensor to Bellavista Change-Id: I10e656addb2b468dd4581621d2e025f0a40c7b19 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-16dbus-sensors: srcrev bump de366c82dc..ef85e0bb45Andrew Geissler1-1/+1
Ed Tanous (3): Enable cppcoreguidelines-rvalue-reference-param-not-moved Enable misc-include-cleaner Add new tidy checks Potin Lai (1): Utils: change OS state busname and objpath Zhikui Ren (1): psusensor: Fix memory leak Change-Id: I133af39e14f41fffb8201bd2fdb92320b0eb2b57 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-16phosphor-power: srcrev bump 2ae827a8d2..2495659850Andrew Geissler1-1/+1
Konstantin Aladyshev (1): meson: Provide wrap file for boost Shawn McCarney (2): pseq: Add presence caching to Services pseq: Add pgood fault detection to Rail class Change-Id: Ica541fb512a311693fe59c3aa330cd2ac70d5287 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-16bmcweb: srcrev bump 87c449664e..ac25adb8d4Andrew Geissler1-1/+1
Ed Tanous (1): Fix Privileges warnings Change-Id: Iccc9bd566808e28e13268af10b3d0cb92e50ee93 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-16phosphor-host-ipmid: srcrev bump 04b0b0799e..337a0978efAndrew Geissler1-1/+1
Zev Weiss (1): chassis: Switch NMI handling to Control.Host.NMI interface Change-Id: If15a68bcb26857f5b54e82da590bffdf10e74c06 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-16pldm: srcrev bump 46f352ed24..15b9411186Andrew Geissler1-1/+1
Pavithra Barithaya (1): fix constVariableReference cpp style check Change-Id: I6d4a2d42b661ec82763f1a33c080c883f8d0e896 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-15pldm: srcrev bump d28f08cf02..46f352ed24Andrew Geissler1-1/+1
Archana Kakani (3): pldm: Build BIOS Table Lazily oem-ibm: PCIe Topology support pldm: Meson option for system specific bios attributes Manojkiran Eda (1): fix usage of broken feature in meson.build file Patrick Williams (1): sdbusplus: use shorter type aliases Pavithra Barithaya (1): clang-error: fix clang-analyzer-deadcode.DeadStores error Riya Dixit (1): utils: Retrieval of managed objects of DBUS Sagar Srinivas (1): Softoff: Add config support for PDR entities Thu Nguyen (1): pldmd: fix memory leak Zach Clark (1): Update pldm-softpoweroff application with working values Change-Id: I62ad35551f622fe28937b7214c161bbf901f95aa Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-15bmcweb: srcrev bump 76b038f20f..87c449664eAndrew Geissler1-1/+1
Asmitha Karunanithi (1): Move to Redfish setProperty call Ed Tanous (14): Simplify router Fix large copies with url_view and segments_view Fix buffer_copy Give static analysis some hints Remove logically dead code Remove logically dead code Fix file removal Add nullptr check Remove a copy Use rvalue reference Fix a couple includes to use <> instead of "" Fix post code parsing Fix nullptr failures for image upload Use beast message_generator Change-Id: I8fff254e3b857518ecc1fcb4885913068131a935 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-11bmcweb: srcrev bump 1827b4f1de..76b038f20fAndrew Geissler1-1/+1
Ed Tanous (5): Move run and redfish to compile units Fix account service Simplify query_param Fix generate auth certs Fix object type in json utils Gunnar Mills (1): Pull in all registries Change-Id: Ie070fdf4b41a291f853f0d97b88dc378f3ab2cb0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-10phosphor-state-manager: srcrev bump 73d7ad0016..306c5ff23dAndrew Geissler1-2/+2
Konstantin Aladyshev (1): meson: Fix local cereal build Patrick Williams (1): host-reboot: move to PSM subdir Change-Id: I57b2be50472a47f224c390d9ab34aac3b9048e5a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-10phosphor-led-manager: srcrev bump f9e049b3a3..e13034150bAndrew Geissler1-1/+1
Konstantin Aladyshev (1): meson: Fix local cereal build Change-Id: I022cf6c7f274e2829abd139ad2c9dda7c057b61e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-10phosphor-settingsd: srcrev bump 464db676ea..96dc05dc6dAndrew Geissler1-1/+1
Konstantin Aladyshev (1): meson: Fix local cereal build Change-Id: I225f2f43bab04a338d7eaf066ec6817e326c0945 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-10phosphor-objmgr: srcrev bump ec87407cc1..883d91d7d8Andrew Geissler1-1/+1
Konstantin Aladyshev (2): build: Add wrap file for tinyxml2 meson: Disable tests build for tinyxml2 dependency Change-Id: If50d87da4b7c71231650a3fe2ff978abf1529049 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-10phosphor-host-postd: srcrev bump 72d550728d..95aa444074Andrew Geissler1-1/+1
Rajaganesh Rathinasabapathi (1): Change Aspeed PCC device name validation Change-Id: I47521295863f7c01ac1191cd89a56608c544fb2e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-04-10phosphor-bmc-code-mgmt: srcrev bump 85c71a13e0..ee3ba93c87Andrew Geissler1-1/+1
Konstantin Aladyshev (3): meson: Fix local cereal build meson: Add boost to the dependencies meson: Provide wrap file for boost Change-Id: I89ccb06c8d483198599ece4d6e4e33eb711a01f5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>