summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor
AgeCommit message (Collapse)AuthorFilesLines
2021-09-03phosphor-objmgr: srcrev bump efd58275c8..370daaa4b3Andrew Geissler1-4/+3
Brad Bishop (2): build: Add meson support build: switch to c++20 Change-Id: I432c122f308c4ac8952a2013689cf569ed1d9a14 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2021-09-03phosphor-networkd: srcrev bump cb2d408387..b108fd740fAndrew Geissler1-1/+1
Patrick Williams (2): cleanup sdbus CAMELCASE define exception: switch to public sdbus exception Change-Id: I33b68983dfd6e6e4d06406a69790fb0d891e645c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-03phosphor-fan-presence: srcrev bump d76351bd4d..d9ec33a010Andrew Geissler1-1/+1
Matt Spinler (3): control: Add Modifier utility control: Parameter use for set_net_increase_speed control: set_parameter_from_group_max action Matthew Barth (5): control: Replace 'speed' with 'target' in CountStateTarget class control: CountStateTarget action use unique identifier json: Use `NoConfigFound` exception when no config found control: Throw exception when no zones exist at poweron control: Rename increase/decrease actions Patrick Williams (1): exception: switch to public sdbus exception Change-Id: I271965a352a003e508e9fc5ff5668b726a6f40e2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-02meta-phosphor: change systemd.bbclass to match upstream override syntaxPatrick Williams10-37/+37
Upstream bbclasses changed to typically use the `:${PN}` override syntax, including the SYSTEMD_ variables. Change our systemd.bbclass to do the same for consistency and perform a tree-wide variable replacement. Spot checked by building bletchley and witherspoon and checking some of the SYSTEMD_LINK directives on installed packages under qemu. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I20a9dd809bff8af8759488734f80486c7228c6eb
2021-09-02ipmi-blob-tool: srcrev bump 8da5f72db5..2ca843c10eAndrew Geissler1-1/+1
Vivekanand Veeracholan (1): Add blob state definitions. Change-Id: I6b6966fa8396045c0e4c6cfd2d0af6e4f9064c08 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-02webui-vue: srcrev bump c000265df8..b81828821eAndrew Geissler1-1/+1
Gunnar Mills (1): Add Dixsie as Maintainer Konstantin Aladyshev (1): Use a 'V' symbol for voltage unit Lei YU (1): boot: Send current settings on every boot operation Sandeepa Singh (1): Resolve bug for batch action on post codes page Sukanya Pandey (1): Add system information on Appheader page Change-Id: I2ba772b2de4bf04bb512a73cdbef6a8aa32503e6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-02phosphor-ipmi-flash: srcrev bump c620190936..4bb6bdf3f6Andrew Geissler1-1/+1
Vivekanand Veeracholan (1): tools: Use ipmi-blob-tool definition of blob states Change-Id: I6465eb1f3bb6e88c6df8d79145d1ec9b4c10f3c2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-02pldm: srcrev bump adbb24526a..84f0d5746cAndrew Geissler1-1/+1
Christian Geddes (1): Add HBD_RW lids to fileTable.json Change-Id: Ia5e80bc1cd77abaf94d3e72d198b553806d9aa6a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-02phosphor-power: srcrev bump 1992083a94..ecbecbc8efAndrew Geissler1-1/+1
Brandon Wyman (1): psu-ng: Do not create duplicate power supplies Jim Wright (1): pseq: Implement power interface in control app Shawn McCarney (3): regulators: Implement i2c_capture_bytes action regulators: Add phase faults to ErrorHistory regulators: Add phase faults to ErrorLogging Change-Id: If6ce06bb874c4de4f0608589e6063e41e95bf00a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-01phosphor-bmc-code-mgmt: srcrev bump 7eebeaac36..2af0fdfb8eAndrew Geissler1-1/+1
Adriana Kobylak (1): ubi: Fix log typo George Liu (1): utest: Fix test case SignatureTest.TestSignatureVerify() Lei YU (2): bios: Delete uploaded DBus object after update Fix build issue related to boost asio Patrick Williams (4): build: support building with subprojects clang-format: sync latest from docs msl_verify: dos2unix logging: switch to lg2 Change-Id: Ia87d5c12832b9f32af692a67561b7a497f28912e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-01phosphor-logging: srcrev bump 5f285c539d..36a3469323Andrew Geissler1-1/+1
Andrew Geissler (1): PEL:message_registry: add new HostRunning error Patrick Williams (12): lg2: missing include for ranges::find lg2: reduce string_view for size optimize lg2: minor size optimization in do_log build: update cereal dep for subprojects lg2: conversion: support std::filesystem::path natively lg2: workaround clang-tidy's lack of source_location lg2: fix clang issue on nullptr_t log_manager: add override to deleteAll log_manager: fix constexpr string length lg2: fix clang static_assert fire rsyslog-config: warning due to bad std::move lg2: conversion: reduce std::forward clutter Rashmica Gupta (1): PEL: Add altitude PEL registry entries Vijay Lobo (1): PEL.Entry - Add managementSystemAck property Zane Shelley (1): PEL: removed openpower-hw-diags registry SRC desc Change-Id: Icc5818cc3949e1fbc7553fafd19c6c045c23bcd9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-31meta-phosphor: switch EXTRA_OEMESON to use override syntaxPatrick Williams10-12/+14
It was observed that we have different approaches to modifying the EXTRA_OEMESON variable across our recipes. The bitbake manual implies that override syntax (":append") is slightly better and the poky meson bbclass also prefers it: meta/classes/meson.bbclass:EXTRA_OEMESON:append = " ${PACKAGECONFIG_CONFARGS}" Switch all recipes to use the ":append" override syntax for the EXTRA_OEMESON variable. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I24e9a27a87c61f374acfb03a63955821fce0dd20
2021-08-31dbus-sensors: srcrev bump d653b75cd1..2932a7bb38Andrew Geissler1-1/+1
Konstantin Aladyshev (1): psusensor: Add support for the 'PowerState' parameter Patrick Williams (6): build: add wrapfile for libgpiod .gitignore: update for meson conversion build: add wrapfile for nlohmann-json build: use nlohmann-json dependency build: DRY dependencies meson: enable tests by default Change-Id: Id0ee24448119de89342edb97eda827f3b74e1c4c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-31meta-phosphor: dbus-sensors: disable tests by defaultPatrick Williams1-1/+1
Set the OE variable to add extra meson options properly. Fixes 57272ae3079bd1882ad952283e649fd51a2b91f5. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I061534a7c86a42999f2db0a1f5888f1b7a0f2573
2021-08-31pldm: srcrev bump b6b3cf32b0..adbb24526aAndrew Geissler1-1/+1
Brad Bishop (2): build: un-hardcode prefix build: provide an option to skip systemd units Pavithra Barithaya (1): PLDM: Remove a trace line Change-Id: I083563594ba383b83b677b445c89dd46fb85376f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-31phosphor-dbus-interfaces: srcrev bump 6f5241692e..3e9aa3b284Andrew Geissler1-1/+1
Manojkiran Eda (1): Add PowerState Interface Vijay Lobo (1): PEL.Entry - Support ManagementSystemAck property Change-Id: Ia7c4710fb26b99981bb14922a58fd2a6763a4fab Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-31phosphor-ipmi-flash: srcrev bump 0077e34cfa..c620190936Andrew Geissler1-1/+1
Vivekanand Veeracholan (1): Fix configuration error due to undefined conditionals Change-Id: I96162552a5f34e680c641bd00f08ffa58588cd30 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-31phosphor-power: srcrev bump 5d4a9c78ac..1992083a94Andrew Geissler1-1/+1
B. J. Wyman (1): psu-ng: Add accessor to get GPIO line name Jim Wright (1): pseq: Add power control dbus server interface Shawn McCarney (2): regulators: Add phase faults to ActionEnvironment regulators: Implement log_phase_fault action Change-Id: I2472fe53906f434083a8029d64680090d79a6541 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-31entity-manager: srcrev bump e23af564a2..7af0c2709fAndrew Geissler1-1/+1
Patrick Williams (2): fbyv2: fix product name regex fbtp: fix product name regex Change-Id: I37464f6ef3fcb956d539417f4b7d4e0d4ed3f56a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-31bios-settings-mgr: srcrev bump 8f54ee1804..b5984b87ebAndrew Geissler1-1/+1
Arun Lal K M (1): Add data validation for PATCH to /Bios/Settings. Change-Id: I7f7ebb8675ea3ded257a819c45f3b526ddd434bf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-31libmctp: srcrev bump cfeaef8ecb..edebe169ebAndrew Geissler1-1/+1
Andrew Jeffery (7): mctp-demux: Add signalfd support core: Add infrastructure for packet captures mctp-demux-daemon: Add packet capture option mctp-demux-daemon: Fix cleanup path on socket_init() failure astlpc: Ensure the status update propogates on shutdown libmctp: Add mctp_unregister_bus() mctp-demux-daemon: Cleanup binding on exit Change-Id: I387794b7b7c57cd43f7b098cda44a821ca0d2031 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-31phosphor-nvme: srcrev bump e9f34c71a5..e528b0ae32Andrew Geissler1-1/+1
Chanh Nguyen (1): nvme_manager: Add checking the inventory changing Change-Id: I57b3697df91bea6fc249b30ceb7bd13636ecb395 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-31phosphor-virtual-sensor: srcrev bump 1dff7dceb9..fbd7145e2dAndrew Geissler1-1/+1
Patrick Williams (4): clang-format: sync latest from docs build: set optimization and compile warnings logging: switch to lg2 logging: switch debug statements to lg2 Change-Id: Ia925f28d219a8da69f3d809811b9e6f8e9aa70aa Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-31phosphor-fan-presence: srcrev bump b9f94185ad..d76351bd4dAndrew Geissler1-1/+1
Matt Spinler (1): control: Add a parameter store to Manager Matthew Barth (4): presence: Install JSON config files from repo monitor: Install JSON config files from repo control: Install JSON config files from repo json: Remove extraneous try/catch Change-Id: I475ce2394edf8a6a2f35f3bbe9e9e52fc82533b8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-30meta-phosphor: dbus-sensors: disable tests by defaultPatrick Williams1-0/+1
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I4b2c1b2a5b02a241b106e6eb1dd377708c1c337e
2021-08-26meta-phosphor:fans: Include `fanctl` tool with phosphor-fan-controlMike Capps1-0/+1
This tool allows for controlling fan speeds, viewing targets and feedback values, and diagnostic info about fans and fan-control services. Commands: - status: print the RPM or PWM targets and view RPM feedback values for each fan/rotor. Also shows the health of the fan-control service and BMC power states. - set <target> : sets the targets for all fans (if no additional args) or for a list of one-or-more specific fans. - get : gets the targets and prints rotor speeds for all fans - reload: forces phosphor-fan-control to reload its configuration files by sending the service an interrupt signal. - resume: shortcut to restart phosphor-fan-control if it had been stopped for maintenance. Signed-off-by: Mike Capps <mikepcapps@gmail.com> Change-Id: Iaa7e447d2d5aa977482663ef6dd45aadffc58f55
2021-08-26phosphor-logging: srcrev bump ef952af247..5f285c539dAndrew Geissler1-1/+1
Patrick Williams (7): lg2: introduce motivation and API lg2: initial implementation of C++20 structured logging lg2: support sdbusplus enum conversion lg2: support exception conversion lg2: compile time header format checking lg2: compile time checking for reserved header names log_manager: switch to lg2 Change-Id: I810fb1af065b2066a95b0d2446e48fc7b1d429ea Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-26phosphor-power: srcrev bump 4175ffb76e..5d4a9c78acAndrew Geissler1-1/+1
Shawn McCarney (2): regulators: Add phase fault detection to schema regulators: Add device_id to validation tool Change-Id: I8b282ecfde994a917c05a1d8447c4f644a11b04a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-26phosphor-logging: srcrev bump 7bc3908485..ef952af247Andrew Geissler1-1/+1
Matt Spinler (3): PEL: Remove 'no_vpd_for_fru' maintenance procedure PEL: Change BMCSP01 maint procedure to BMC0001 Stop emitting Entry propChanged before ifacesAdded Change-Id: Ia9f4d338478e4449a123d1d94f7057b5849dfe79 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-26phosphor-fan-presence: srcrev bump 848799f9eb..b9f94185adAndrew Geissler1-1/+1
Matthew Barth (3): presence: Add machine JSON config files monitor: Add machine JSON config files control: Add machine JSON config files Change-Id: I66417400bf4b4547d6cc54f04b416714ddbcf913 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-26bmcweb: srcrev bump 4147b8ac88..877044644fAndrew Geissler1-1/+1
Ed Tanous (1): Fix warning with clang Joseph Reynolds (1): Fix search for OEM privileges Change-Id: Ia64a514f00cb79155a26923cc8c8fabf76a479ce Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-26phosphor-dbus-interfaces: srcrev bump 964c4c78a6..6f5241692eAndrew Geissler1-1/+1
Willy Tu (1): watchdog: Add Watchdog Timeout signal Change-Id: I51624d08c020cea1ba77f041c01da0287b0ae1a3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-26pldm: srcrev bump 4e8b1d1883..b6b3cf32b0Andrew Geissler1-1/+1
Brad Bishop (1): treewide: remove 'using namespace' from headers George Liu (1): libpldm: fix entity_association_tree_copy method Isaac Salem (1): pldmbios: Add BIOS attributes hb_key_clear_request Sampa Misra (1): pldmd: use async instead of event loop at start Sridevi Ramesh (1): BIOS: Add 5 new bios attributes in enum_attrs.json Change-Id: If8110b2f79321986bdfb79c0566434e6317457a5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-24meta-phosphor:fans:control: Enable JSON config install from repoMatthew Barth1-4/+9
Enable installing fan control's JSON config files into the image from the repository by machine name. Change-Id: I2d35783df55c5a154539972d70fb9564b5cb4038 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
2021-08-24meta-phosphor:fans:monitor: Enable JSON config install from repoMatthew Barth1-1/+6
Enable installing fan monitor's JSON config files into the image from the repository by machine name. Change-Id: I14f584c8aa24e18e5ffe9ab3eda8579edb9583c0 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
2021-08-24meta-phosphor:fans:presence: Enable JSON config install from repoMatthew Barth1-6/+12
Add setting the `MACHINE` name to the recipe and pass it to the fan presence package to use in installing its JSON config files for that machine into the image from the repository. Change-Id: Ib782d9013c5ad0cfc1b283563ef07dc812fb12f2 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
2021-08-24phosphor-logging: srcrev bump 6741692137..7bc3908485Andrew Geissler1-1/+1
Patrick Williams (2): log_manager: use sdbusplus enum directly README: switch build to meson Change-Id: Ibb0ad79b8ad2e948bf731c8fe336ca91a90f47d0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-24dbus-sensors: srcrev bump f1ace50bbb..d653b75cd1Andrew Geissler1-1/+1
Bruce Mitchell (1): Corrects bug in using boost::container erase() Change-Id: I7054ab9df096aa592aa0eaeb1c42a96b7803c976 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-24telemetry: srcrev bump a74e44f6ef..e702a5de61Andrew Geissler1-1/+1
Lukasz Kazmierczak (1): Modify severity text for discrete Triggers Change-Id: Ie7ff5ae079c7830fdf7d8dd009175bc02b8ee189 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-24smbios-mdr: srcrev bump 6e3e9c2598..7ece93a842Andrew Geissler1-1/+1
Mansi Joshi (1): [dimm] Added DDR5 and LPDDR5 Device Type support Change-Id: Idd081770e98856ed653e4f86e905860cf1d17569 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-24bmcweb: srcrev bump 1759dc7a35..4147b8ac88Andrew Geissler1-1/+1
Ali Ahmed (1): Add TrustedModuleRequiredToBoot setter function George Liu (1): Move sensor collection to all sensors John Edward Broadbent (2): Refactor callback to free function: Service root connection use setter for completeRequestHandler Tejas Patil (1): Add support for AssetTag in Chassis Change-Id: I41693c835ea87de5b5c479750a58cd916286fe26 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-24phosphor-fan-presence: srcrev bump 7a401a2ca8..848799f9ebAndrew Geissler1-1/+1
Matt Spinler (2): control: Use getSubTreeRaw call in addServices control: Create MappedFloor action Change-Id: I2000c04c2caea1d38c05f90d3db3dd3f6bbec9f5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-20webui-vue: srcrev bump e020d5818c..c000265df8Andrew Geissler1-1/+1
Dixsie Wolmers (1): Move PowerControlStore to ResourceManagement folder Sukanya Pandey (2): Add system attention indicators Resolve bug for identify LED switch in processor table Change-Id: Iea64064ed7ab6175f3d8121d3d8c4f917446dee2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-20pldm: srcrev bump a03b082956..4e8b1d1883Andrew Geissler1-1/+1
Brad Bishop (1): tests: remove an unused header file Change-Id: I61a41ee3505c96a34470f95c8f44a102a1a576fa Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-20phosphor-net-ipmid: srcrev bump 05c1447d75..02d17e832eAndrew Geissler1-1/+1
P Dheeraj Srujan Kumar (1): Fix Klocwork Issue:bitwise operation size mismatch Change-Id: I570f12a987e5e9cce950252ae213860c9981b424 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-20meta-phosphor: Add openbmc/smbios-mdr recipeJie Yang1-0/+39
Signed-off-by: Jie Yang <jjy@google.com> Change-Id: I856cf1519e033b9b68788f5236c3de727e72ab32
2021-08-20bmcweb: srcrev bump 97128e926c..1759dc7a35Andrew Geissler1-1/+1
Abhishek Patel (1): Fix BIOS privileges Change-Id: Ib9ecb36f4480660a974c7a55c173777c46759543 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-20phosphor-host-ipmid: srcrev bump e990967a0e..d1bd8c48c0Andrew Geissler1-1/+1
Lei YU (1): transport: Set gateway to ethernet interface Change-Id: Id969d503125ede4e08ffc128dee8551af74ede70 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-20phosphor-networkd: srcrev bump 1ea359943a..cb2d408387Andrew Geissler1-1/+1
Lei YU (3): ethernet: Add origin to generateId() Remove the route settings from system config Do not config Gateway when DHCP is enabled Change-Id: Ibb450903e884734e1e39944e485b5142c072472d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-20phosphor-dbus-interfaces: srcrev bump ce8e3892a6..964c4c78a6Andrew Geissler1-1/+1
Andrei Kartashev (1): SEL: add record with custom Sensor/Event Type Change-Id: I8c8369d8631f3a1dd3e5ebf7648b13e38d552fe1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>