summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-02-14meta-hpe: Fix permissions on systemd service fileMatt Fischer1-2/+2
systemd will complain if service files are executable. This generates a warning on every boot. The fix is to drop the execute bit. Here is the error that this remediates: systemd[1]: Configuration file /usr/lib/systemd/system/start-ipkvm.service is marked executable. Please remove executable permission bits. Proceeding anyway. Change-Id: I4ad9847aa6456823c5b34a18d26de2b3750ec262 Signed-off-by: Matt Fischer <matthew.fischer@hpe.com>
2024-02-14meta-facebook: bmcweb: enable logging at warning levelPatrick Williams1-0/+1
We are seeing some crashes in bmcweb on startup with little information as to why. Enable warning-level logging to hopefully give some insight. Info level appears to likely be too chatty. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I37f2834b09c5344f168e29f06199bbe051ebfd39
2024-02-14meta-ibm: bmcweb: remove enabled new power-thermalGunnar Mills1-1/+0
https://gerrit.openbmc.org/c/openbmc/bmcweb/+/69228 enabled redfish-new-powersubsystem-thermalsubsystem by default remove it here in the bbappend to keep things cleaner. https://gerrit.openbmc.org/c/openbmc/openbmc/+/69300 needs to go first. Tested: I tested having this line removed when testing 69228. Change-Id: Ie686e215021e30aa4f220ea7763bc29f6d204473 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
2024-02-14meta-google: ncsid: remove fmt dependencyPatrick Williams1-1/+0
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I003338298242f5f1405bfa0f2ae0ee477036784d
2024-02-14meta-phosphor: bios-bmc-smm-error-logger: remove unused fmt dependencyPatrick Williams1-1/+0
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia60a7a488c975ec25a58d53e0939daa90597fbee
2024-02-14bios-bmc-smm-error-logger: srcrev bump 79c584eb43..5de9061961Andrew Geissler1-1/+1
Patrick Williams (2): meson: add subproject wrap files prefer std::format over fmt Change-Id: I6123824049c148a3826866893ef770b113063dec Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-02-14meta-phosphor: phosphor-debug-collector: remove unused fmt dependencyPatrick Williams1-1/+0
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I51f45d92ef7f6ab6c8d468a65c200700513014c1
2024-02-14meta-phosphor: kcs: remove unused fmt dependencyPatrick Williams1-1/+0
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I8047721ee74b9d80c60958c8b9b84bc250f53004
2024-02-14meta-ampere: bmcweb: remove defaulted optionPatrick Williams1-1/+0
bmcweb already defaults to having the insecure options disabled, so there is no need to additionally specify them in a bbappend. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Icdee90ee62b0cf6adeeb63fabdee1c852cb9e26d
2024-02-14meta-ampere: phosphor-state-manager: prefer PACKAGECONFIGPatrick Williams1-1/+1
There is a preference in Yocto recipes for using PACAKGECONFIG instead of EXTRA_OEMESON-style config. The phosphor-state-manager recipe seems to be missing PACKAGECONFIG settings for some of the options being applied by meta-ampere, but it does have one for `only-run-apr-on-power-loss` so leverage that. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Id91c1e53679409349e5ef681194e83f0237dd610
2024-02-14meta-ampere: pldm: remove unnecessary meson optionPatrick Williams1-4/+0
Any system using PLDM should already `include conf/distro/include/pldm.inc`, which enables MCTP support as a side-effect. By default, the pldm recipe already enables `af-mctp` (the support for the kernel subsystem): ``` meta-phosphor/recipes-phosphor/pldm/pldm_git.bb 31:PACKAGECONFIG:append:df-mctp = " transport-af-mctp" ``` We shouldn't be setting meson options to begin with, but this one is already duplicative and ends up being a bad example for others. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I891a4c36eb331f8af6cdef9943e178f3a524d2e7
2024-02-14smbios-mdr: srcrev bump b5d7222f54..c6d87a5cccAndrew Geissler1-1/+1
Josh Lehan (2): gitignore: Underline nlohmann_json Clean up some buffer allocations Change-Id: Ia25a43266c7a55aea76c28019267bba7f0101f66 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-02-14pldm: srcrev bump e4e2e824bb..b4ef4310bdAndrew Geissler1-1/+1
Kamalkumar Patel (2): Adding Platform specific PDR support Adding json support for pdr generation Riya Dixit (1): pldmtool: Adding support for Device Power State Change-Id: Icbc308e5d75fbb0ae1be0e56ee42e8ff98962c28 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-02-14phosphor-pid-control: srcrev bump 9788963c94..9f1532dd04Andrew Geissler1-1/+1
Jonico Eustaquio (1): Include config.h for strict-failsafe-pwm option Patrick Rudolph (3): fancontroller: Add missing config.h main: Gracefully handle SIGTERM pid/fancontroller: Set failsafe PWM in destructor Change-Id: I4e7b8996b01319078e674864a01a691c459f35b5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-02-14openpower-vpd-parser: srcrev bump fe4a99b365..df5a0eb1cdAndrew Geissler1-1/+1
George Liu (1): meson: Remove unused variables Sunny Srivastava (1): Add mux entry for 1S4U systems Change-Id: I50a4957bc1e54b3f6f6f9ff6917db52c953e5724 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-02-14openpower-occ-control: srcrev bump ae157b68d3..2ff2886b4cAndrew Geissler1-1/+1
Chris Cain (1): Add Eco mode support Change-Id: I99d0bc7e44c1bedd16868c3fc4613a0595fa0777 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-02-13meta-ibm: Enable nvmesensor on p10bmc buildsMatt Spinler1-0/+1
The systems supported by this image all need NVMe drive temperature monitoring. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I04aafd6b1eac9a2a92e055dc183fa0a371c0e138
2024-02-13meta-ibm: Configure the OCC app for p10bmcMatt Spinler1-0/+2
Set the correct build parameters for openpower-occ-control to run against the P10 OCC on p10bmc systems. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I51a2075536eb0d5779dd0da2e18c528c3a3afa70
2024-02-13host-error-monitor: add phosphor-dbus-interfaces dependencyJason M. Bills1-1/+1
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com> Change-Id: I9a145330249c3e3eb15000ee6087c4cbf4bebf96
2024-02-13meta-ampere: bmcweb: remove enabled new power-thermalGunnar Mills1-1/+0
https://gerrit.openbmc.org/c/openbmc/bmcweb/+/69228 enabled redfish-new-powersubsystem-thermalsubsystem by default remove it here in the bbappend to keep things cleaner. Tested: I tested having this line removed in the meta-ibm bbappend when testing 69228. Change-Id: Ic91451a63ee19f6e80d61e9252de6e1bd5c3692f Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
2024-02-12meta-facebook: bmcweb: remove enabled new power-thermalGunnar Mills1-1/+0
https://gerrit.openbmc.org/c/openbmc/bmcweb/+/69228 enabled redfish-new-powersubsystem-thermalsubsystem by default remove it here in the bbappend to keep things cleaner. Tested: I tested having this line removed in the meta-ibm bbappend when testing 69228. Change-Id: I4b5f0c4f4ac98116344e98bb48a032c1d4f32b25 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
2024-02-12meta-ibm: p10bmc: Add throttle associationGeorge Liu3-0/+33
Add the association configuration of throttle according to the latest association interface[1]. [1] https://github.com/openbmc/phosphor-dbus-interfaces/commit/1abc0c57692b679753955b7273c1393369ef4987 Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I29b4d99a0dce0517f28ec4d63765d2b909a12122
2024-02-12meta-ibm: systemd-networkd: wait for oneAndrew Geissler1-0/+3
p10bmc systems do not always configure both eth0 and eth1 ports. This causes this service to fail and hold up the boot of the BMC by the 2 minute timeout. Only require a single ethernet port to be active to continue. Change-Id: I531207bea36f71ccef178ba532309c315bf0f99d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2024-02-12phosphor-ipmi-blobs-binarystore: srcrev bump 7f10780928..7e145862d1Andrew Geissler1-4/+3
William A. Kennington III (3): binarystore: Don't store max_size gitignore: Clean up for meson binarystore: Convert to nanopb Change-Id: Ifd4d1098e4c3921b10eeabdc434c1c29d6eb0659 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: William A. Kennington III <wak@google.com>
2024-02-12meta-google: nanopb: Update from 0.4.5 -> 0.4.8William A. Kennington III5-24/+61
This is intended to fix some build issues with the old 0.4.5 package and splits the generator bits out from the runtime bits. The change was taken from meta-openembedded@341c47848d04a2114b8c794ef6e01b03c80c801a and these files will eventually be deleted. Change-Id: If9e5886ff584305da9057a9de79e15fe288843fb Signed-off-by: William A. Kennington III <wak@google.com>
2024-02-11linux-aspeed: Move to v6.6.16 stable releaseAndrew Jeffery1-2/+2
This includes security and bug fixes from v6.6.15 through v6.6.16 stable releases. Change-Id: I8d067ba5c4b2f39cdcf2630fb66dd2acd234a751 Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
2024-02-11linux-aspeed: Move to v6.6.15 stable releaseAndrew Jeffery1-2/+2
This includes security and bug fixes from v6.6.14 through v6.6.15 stable releases. Change-Id: Ia0916823281c65c8896c88e3ccf58137f2f62168 Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
2024-02-11linux-aspeed: Move to v6.6.14 stable releaseAndrew Jeffery1-2/+2
This includes security and bug fixes from v6.6.13 through v6.6.14 stable releases. Change-Id: I00e3967affaca31b2e187b10478ac5294e9665eb Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
2024-02-11linux-aspeed: Move to v6.6.13 stable releaseAndrew Jeffery1-2/+2
This includes security and bug fixes from v6.6.12 through v6.6.13 stable releases. Change-Id: I742cd1ed980f6b5840f8ff16e5623fb6b3edfad9 Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
2024-02-11linux-aspeed: Move to v6.6.12 stable releaseAndrew Jeffery1-2/+2
This includes security and bug fixes from v6.6.11 through v6.6.12 stable releases. Change-Id: Ia29987019a2eab416e8069a37d908aa9ab8f7d7b Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
2024-02-11linux-aspeed: Move to v6.6.11 stable releaseAndrew Jeffery1-2/+2
This includes security and bug fixes from v6.6.10 through v6.6.11 stable releases. Change-Id: I5987b73c8795910e9f7f0720c1d64b476fc5cf49 Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
2024-02-11linux-aspeed: Move to v6.6.10 stable releaseAndrew Jeffery1-2/+2
This includes security and bug fixes from v6.6.9 through v6.6.10 stable releases. Change-Id: I340093a0196e32508e648b65d4845e93c2ca961c Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
2024-02-11linux-aspeed: Move to v6.6.9 stable releaseAndrew Jeffery1-2/+2
This includes security and bug fixes from v6.6.8 to v6.6.9 stable releases. Change-Id: I4ec336ad7d8b999b8878e6e9df3cf58bf090cc7b Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
2024-02-11linux-aspeed: Move to v6.6.8 stable releaseAndrew Jeffery1-2/+2
This includes security and bug fixes from v6.6.7 through v6.6.8 stable releases. Change-Id: I9d1582e98d653c8d76c060f9c171b0e62e72d689 Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
2024-02-11linux-aspeed: Move to v6.6.7 stable releaseAndrew Jeffery1-2/+2
This includes security and bug fixes from the 6.6.7 stable release. Change-Id: I9ad6c13b391c0c8669ee2c76bf108c05fd3bfb02 Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
2024-02-10meta-google: gbmc-bridge: Remove STP supportWilliam A. Kennington III2-3/+0
We no longer have any projects or planned projects that require this support. We only have single path ethernet as a guarantee now. This configuration has been causing us some issues on some of our systems and it will be more stable to just ignore dynamic link configurations and the software burden of an RSTP stack. Change-Id: Ia6e113f41d2ad61a79d46a0bf15dd7e4230239db Signed-off-by: William A. Kennington III <wak@google.com>
2024-02-09sdbusplus: srcrev bump f2594aa5e2..c53fe51ca5Andrew Geissler1-1/+1
Patrick Williams (2): async: context: use transfer instead of schedule async: context: add request_name method Change-Id: I8b1cef0b2ab941c55b955c98c8d65bf87293282b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-02-09entity-manager: srcrev bump 6af72c9bbc..618c151c77Andrew Geissler1-1/+1
Potin Lai (5): configurations: harma_nic: add labels to temperature sensor configurations: moving component from harma_nic to harma_mb configurations: harma_fanboard: change I2CFan address configurations: harma_fanboard: switch to single PWM configurations: minerva_pttv: fix sensor name typo error Change-Id: Iac58bc3e791b2440f8b39631a48283ac5bf0f4de Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-02-09pldm: srcrev bump 58cbcaf210..e4e2e824bbAndrew Geissler1-1/+1
Patrick Williams (2): utils: simplify getDbusPropertyVariant simplify convert_from_string calls Pavithra Barithaya (1): Reducing the dbus string constants Change-Id: I3267e709b2913596ed27e743cce83fba07d3c820 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-02-09bios-bmc-smm-error-logger: srcrev bump 3b1226dde6..79c584eb43Andrew Geissler1-1/+1
Brandon Kim (1): external_storer_file: Add logging for created file Change-Id: I0e0b88fb5e90bd54ff1999901723848c5e063f04 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-02-09libpldm: srcrev bump cca12d0675..dc7d3b5b95Andrew Geissler1-1/+1
Pavithra Barithaya (2): oem-ibm : Add an enum for oem-ibm FRU type libpldm: Change hexadecimal literals to lowercase Riya Dixit (1): state-set: Add the enum for Device Power State Change-Id: I2d69988687d32dd0b233f09b1dae122fade56595 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-02-09phosphor-health-monitor: srcrev bump 7e11ab0a11..23f091e566Andrew Geissler1-1/+1
Jagpal Singh Gill (1): add health_metric implementation Change-Id: I10cc2d539dec414cce0812cada0ea75d47c80974 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-02-09bmcweb: srcrev bump 6fb96ce33d..b66551019cAndrew Geissler1-1/+1
Chris Cain (1): Systems: Add support for new eco power modes Gunnar Mills (1): Enable redfish-new-powersubsystem-thermalsubsystem Matt Simmering (1): Add StandbyOffline to Redfish sensor getState Change-Id: Ibd087a9a336d9592d6418b58762a9c1b88d73603 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-02-09phosphor-logging: srcrev bump 207aa8b599..fe2a3842bcAndrew Geissler1-1/+1
Matt Spinler (1): PEL: Update sev of critical threshold errors Change-Id: I19064b0ee9518fcd32204aa05cd1adba5ffaa406 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-02-09phosphor-fan-presence: srcrev bump 0931ad1f3c..8ef2c86be2Andrew Geissler1-1/+1
Matt Spinler (1): control:Bonnell: Update dram temp thresholds Change-Id: I4a7620f7b19aa81f67c9cd6abced20f3c8382da6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-02-09dbus-sensors: srcrev bump 16d6f17bec..495aba1f38Andrew Geissler1-1/+1
Patrick Williams (2): State.Chassis: update service name meson: remove Boost TS executors Change-Id: I7ca28b44fa0917c22e59b1dd8ac5dce376677ab1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-02-09phosphor-power: srcrev bump 16e493af18..4af83db57eAndrew Geissler1-1/+1
Patrick Williams (1): remove unused asio/sd_event.hpp include Shawn McCarney (2): pseq: Add Services class for automated testing pseq: Create base class for sequencer devices Change-Id: Id21464fff68e71598ec0852c679dfad332c1e211 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-02-09Update RestrictionMode defaults to match PDIMatt Simmering4-4/+4
In phosphor-dbus-interfaces the terminology used for RestrictionMode is getting updated. This change is to keep in sync. Change-Id: Idd41d8bfa838aadb81c11f9cee9fe74e3c28673c Signed-off-by: Matt Simmering <matthew.simmering@intel.com>
2024-02-09intel-ipmi-oem: srcrev bump 843f482034..54d6fc709aAndrew Geissler1-1/+1
Matt Simmering (1): Update RestrictionMode enum Change-Id: Iae72b435710679f928b1e0a2e771133f4f1d466e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-02-09phosphor-host-ipmid: srcrev bump 796e82405e..f027bf0334Andrew Geissler1-1/+1
Matt Simmering (1): Update RestrictionMode enum Change-Id: I5f5138a84d36526d012be3a6c03d731f4ba9bbfb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>