summaryrefslogtreecommitdiff
path: root/meta-phosphor
AgeCommit message (Collapse)AuthorFilesLines
2021-09-14pldm: srcrev bump 430aaee501..e5268cda73Andrew Geissler1-1/+1
Tom Joseph (1): Refactor the verbose tracing in PLDM Change-Id: I5bed3b2087068a6359db4b146056388cf20ecbef Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-14webui-vue: srcrev bump aaff26ef82..bfb3469467Andrew Geissler1-1/+1
Konstantin Aladyshev (2): Russian translations for the POST code page Sync ru-RU translation file with the en-US file Change-Id: If1f76c6350bc9b393569abae2e2e23424c2b8ebf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-14dbus-sensors: srcrev bump 5ab424a6a4..0c42f40e55Andrew Geissler1-1/+1
Patrick Williams (2): build: add phosphor-logging dep and wrap logging: replace direct journal calls with lg2 Change-Id: Ib0eedad0b41c9848a09da3313717ca594d5ad59a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-14bmcweb: srcrev bump 7bb985eeb0..9a69d5a5efAndrew Geissler1-1/+1
Ali Ahmed (1): Add SystemType to Systems/hypervisor Ed Tanous (4): Remove unused variables in connection class Rearrange/clean code in connection fix clang formatting Clear UserSession in between requests John Edward Broadbent (2): Change ownership of boost::req to crow::req Corrects issues in session Change-Id: Idaacee582adc86dcbe70d8dfa59fa6984fb255fa Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-14phosphor-power: srcrev bump 1fd0b14587..3d8e295a02Andrew Geissler1-1/+1
Adriana Kobylak (1): clang updates Patrick Williams (1): clang-format: apply clang-12 changes Change-Id: I458f6e24203a239399cc54b009df790ef7c491b7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-14busybox: switch SRC_URI to single-append stylePatrick Williams1-5/+8
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I494bb2352ba068f02dab761fabc7cfcae6a70eb9
2021-09-13meta-phosphor: dbus-sensors: add phosphor-logging dependencyPatrick Williams1-1/+8
In prep for Ib408e97ff99863cd91bcbcb43a4738d773f4e21c, add the necessary dependency for phosphor-logging. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I2a67d940da9598250e9884c35006f670f68efc72
2021-09-13meta-phosphor: os-release: add indirect for root directoryPatrick Williams1-1/+3
The `run_git` in phosphor's os-release.bbappend assumes that the git repository is in `${COREBASE}`, which is the location of the `meta/` subdirectory. This is true when building exclusively the `openbmc` tree but may not be the case when external users attempt to use the `openbmc` tree as a git-submodule. Create an indirection (`OS_RELEASE_ROOTPATH`) which defaults to `COREBASE`, but allows an override for those other use-cases. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I4e0171e065379c5030a36ea5be774b5db78bfe34
2021-09-11phosphor-logging: srcrev bump b2e541ee25..87001e465fAndrew Geissler1-1/+1
Patrick Williams (3): elog-gen: minor changes to reduce clang-format diffs elog-gen: sort exceptions for file stability clang-format: apply clang-12 changes Change-Id: If208b6a1bbec647c2b1c7208cbf893a3b9d68ddb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-11phosphor-dbus-interfaces: srcrev bump f18b21e0e1..6b50623459Andrew Geissler1-1/+1
Matt Spinler (1): Put PowerState On/Off enums in quotes Change-Id: Iffc7ef537cf0dc5a8869d678363bdf737a463ab7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-11phosphor-ipmi-flash: srcrev bump 1c0fe13431..203ad80448Andrew Geissler1-1/+1
Willy Tu (1): updater: Cleanup Active blob to support multiple stages Change-Id: I996c83a647ed5e0bb376f93a55321c66cc3308fa Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-11pldm: srcrev bump 3ddbe439da..430aaee501Andrew Geissler1-1/+1
Manojkiran Eda (2): Remove executable permissions for config file Remove unused function in fru parser code Change-Id: I7baf892e270e760e9934ee7c1029f461ef6fc4cf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-11phosphor-power: srcrev bump 2874e90220..1fd0b14587Andrew Geissler1-1/+1
Shawn McCarney (1): regulators: Add detectPhaseFaults() to Device Change-Id: Ibb7bb699b8d5eaab71821f28f6462e17bbc74a93 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-11entity-manager: srcrev bump fbce8e2235..e7ac9c9eb1Andrew Geissler1-1/+1
Charles Boyer (1): service_files: remove StopWhenUnneeded flag in FruDevice service Konstantin Aladyshev (1): entity-manager: Fix typos in log messages Oskar Senft (1): schema: Add EntityId and EntityInstance to JSON schema. Patrick Williams (1): exception: add errno Zev Weiss (1): configurations: add ASRock E3C246D4I board Change-Id: I7c2a5d804f558ba0f94441c52f4d047ce46adb26 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-10phosphor-sel-logger: srcrev bump 9f476e82f7..a138ebd3c7Andrew Geissler1-1/+1
Patrick Williams (1): exception: add errno Change-Id: I124f8fa8535a5db6c5469b6e760fd1253e424b84 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-10sdbusplus: srcrev bump bd372ecb56..ef26221bc1Andrew Geissler1-1/+1
Patrick Williams (2): exception: create subclass for generated errors sdbus++: add errno property to errors Change-Id: I1ce4f1006af90300322b71a3cd52f5716589df40 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-10dbus-sensors: srcrev bump 5770a6fd6a..5ab424a6a4Andrew Geissler1-1/+1
Ed Tanous (2): Make dbus-sensors compile with clang-13 clang-tidy disable bugprone-narrowing-conversions Change-Id: I078acb48b9c61cdf7ba870fef9bb2de8804bdaa7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-10telemetry: srcrev bump e702a5de61..93064d8fceAndrew Geissler1-1/+1
Krzysztof Grobelny (1): added support for Collection Functions Lukasz Kazmierczak (1): Updated subprojects revisions to fix build issues Change-Id: I63885a6ae212ac7ab6b58381e9d0a2defe2f3fd6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-10phosphor-dbus-monitor: srcrev bump 764adb5e51..b839c3ea01Andrew Geissler1-1/+1
Alexander Filippov (1): format: fix logging of a boolean property Change-Id: I27c4012725c090eea4e17c93e7072cfdf019aec8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-10webui-vue: srcrev bump f7000cd6ce..aaff26ef82Andrew Geissler1-1/+1
Dixsie Wolmers (1): Fix broken link on firmware page Konstantin Aladyshev (8): Russian translations for the IA log section changes Russian translations for the IA health section changes Russian translations for the IA control section changes Russian translations for the IA configuration section changes Russian translations for the IA access section changes Russian translations for the IA resource section changes Russian translation for the system attention indicators Russian translations for the export all and delete all buttons Change-Id: I3ce91e1bf2920843fcfcabd6dd969b0629bf1640 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-10phosphor-power: srcrev bump 39eb08a90b..2874e90220Andrew Geissler1-1/+1
Patrick Williams (1): exception: add errno Shawn McCarney (2): regulators: Add PhaseFaultDetection to Device regulators: Simplify Device test cases Change-Id: I21a846a695166ac704b849d764576a1c9ffb173d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-10phosphor-dbus-interfaces: srcrev bump d81cff3c7a..f18b21e0e1Andrew Geissler1-1/+1
Patrick Williams (1): various: fix error metadata for systemd rules Change-Id: Ib542ff061aa8901aaba17ffe21c94fd8a0500d79 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-10pldm: srcrev bump 0922275b3b..3ddbe439daAndrew Geissler1-1/+1
Manojkiran Eda (1): Fix for discovering the HostState Shantappa Teekappanavar (1): pldmtool: List all PDR records or PDR records based on PDR type Change-Id: Ideab672f4cf4bda8254f58c501eff52cdba76a27 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-09Webui-vue builds with IBM environment variablesAbhishek Patel1-1/+3
To build webui-vue with IBM theme, need to set IBM environment variable during the webui-vue build. Yocto has many layers of abstraction. To specify IBM environment variables, we use --mode npm build Commandline argument, which helps to set IBM environment variables. We need to set this environment variable during IBM build only. So created webui-vue_%.bbappend file, which sets that env variable only for IBM builds. More information could be found at https://github.com/openbmc/webui-vue/blob/master/docs/customization/build.md Tested with IBM build. Signed-off-by: Abhishek Patel <Abhishek.Patel@ibm.com> Change-Id: I6ff997a94eb59b695741ccca95acb7693a4714ff
2021-09-09phosphor-sel-logger: add clears-sel PACKAGECONFIG optionCharles Boyer1-0/+1
This option will enable phosphor-sel-logger to clear the SEL log files. Signed-off-by: Charles Boyer <Charles.Boyer@fii-usa.com> Change-Id: Ia710a2f1a901b18c78f8d54109761589cf5d5c2b
2021-09-09entity-manager: srcrev bump 86671ef4bd..fbce8e2235Andrew Geissler1-1/+1
Ed Tanous (2): clang-tidy disable bugprone-narrowing-conversions clang-format with version clang-format-13 Change-Id: I3c0cde40ae5e81a0ec771d674822ce4b97054767 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-09phosphor-objmgr: srcrev bump 99cf37fe65..bedd41655eAndrew Geissler1-1/+1
Patrick Williams (1): exception: add errno Change-Id: I94a8268dbce90ba16f86c149716dbc820e31cdbf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-09stdplus: srcrev bump 8056259966..5e3b13f022Andrew Geissler1-1/+1
Patrick Williams (1): exception: added guards around builtin redefinition Change-Id: I2c8528f689e50aa1efa0405746f509dfbb50fd6e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-09phosphor-led-manager: srcrev bump ad73885b72..7152edcff6Andrew Geissler1-1/+1
Patrick Williams (1): exception: switch to public sdbus exception Change-Id: I62023a165f18291873733a28115cb3b891b178a0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-09phosphor-power: srcrev bump 69f10ad0b5..39eb08a90bAndrew Geissler1-1/+1
Shawn McCarney (5): regulators: Implement phase_fault_detection object regulators: Add i2c_capture_bytes to parser regulators: Add phase fault type to parser regulators: Add log_phase_fault to parser regulators: Add phase_fault_detection to parser Change-Id: Ia637cbfb48473a0f747627c304373fc53c088e53 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-09phosphor-logging: srcrev bump 36a3469323..b2e541ee25Andrew Geissler1-1/+1
Patrick Williams (2): exception: define get_errno for example types exception: switch to public sdbus exception Sumit Kumar (1): PEL: Update bmc & platform dump status in SRC section Vijay Lobo (1): PEL.Entry update hidden property setting Change-Id: Ic9405903c5fcd294317b8c6bc81d1a075c872731 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-09bmcweb: srcrev bump abb93cdd0a..7bb985eeb0Andrew Geissler1-1/+1
Ed Tanous (1): Include systemd and boost as system dependencies Sunitha Harish (1): IBM Management Interface: Lock Management Change-Id: I0c9f8f99c0ba94cd6964cff0065a0b6a93fea9a2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-09phosphor-inventory-manager: srcrev bump 701c1fc8a8..1707945afbAndrew Geissler1-1/+1
Bruce Mitchell (1): Replace IRC with Discord Change-Id: Ifb5d672afce161bd890875166b9fa15e820f5b45 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-09phosphor-dbus-interfaces: srcrev bump 3e9aa3b284..d81cff3c7aAndrew Geissler1-1/+1
Brandon Kim (1): Add Step and Microcode properties to Cpu Interface Change-Id: I4fcf562d388a22caf4217a58b0af55729c9dd068 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-09libmctp: srcrev bump edebe169eb..ae59f4fe3aAndrew Geissler1-1/+1
Christian Geddes (1): Notify remote endpoint with RX_COMPLETE prior to handling MCTP packet Change-Id: I3ee19c8dac044d0c85ff2cd7eb3a8f98982b7a2b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-09pldm: srcrev bump e5bbe0d055..0922275b3bAndrew Geissler1-1/+1
Adriana Kobylak (1): oem: ibm: Add services to reset PHYP NVRAM Tom Joseph (1): tools: Extend pldm_fwup_pkg_creator Change-Id: I9dce25f3137a938c84dd080eaa8f37aa5a5147eb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
2021-09-09smbios-mdr: srcrev bump 7ece93a842..511b06c05dAndrew Geissler1-1/+1
kasunath (1): Check OperatingSystemStatus to determine POST done. Change-Id: I659caf41b793fc53979ba4f1aa09c808a6924e24 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-08meta-phosphor: rename mctp package to libmctpJeremy Kerr2-0/+0
We're about to introduce a package for mctp utilities, called 'mctp'. However, the libmctp package already uses that name. This change renames 'mctp' to the upstream name of 'libmctp'. Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Change-Id: Ia49a40c822e920d3bc36584cbc2c97b83828cfdd
2021-09-08phosphor-objmgr: srcrev bump cbca32ecef..99cf37fe65Andrew Geissler1-1/+1
Bruce Mitchell (1): Replace IRC with Discord Change-Id: Iae5e55752c7fb44a9f644002ca2a3f9b8a711b3e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-08phosphor-bmc-code-mgmt: srcrev bump 75162e4675..4ce901c5fbAndrew Geissler1-1/+1
Patrick Williams (1): exception: switch to public sdbus exception Change-Id: Iad43cc0515dacf9b0820833a88b64167e379f32f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-08entity-manager: srcrev bump 7af0c2709f..86671ef4bdAndrew Geissler1-1/+1
Oskar Senft (1): EntityManager: Fix scale factors for TYAN S7106 Change-Id: I97c9950cdc9167a961df21f8353d401413a56086 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-08dbus-sensors: srcrev bump 2932a7bb38..5770a6fd6aAndrew Geissler1-1/+1
Oskar Senft (1): HwmonTempSensor: Add NCT7802 as a valid type. Patrick Williams (1): sensor: remove exception in error path Change-Id: I03d6f783c7baddcd300ab8e106f333ba115e924c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-08bmcweb: srcrev bump bd078c3b73..abb93cdd0aAndrew Geissler1-1/+1
Ed Tanous (2): Don't clang-format or clang-tidy subprojects Make code pass clang-tidy-13 Change-Id: Id651da4b53c64e977717d948a431b3775ac367c7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-08phosphor-inventory-manager: srcrev bump 706a9fcc53..701c1fc8a8Andrew Geissler1-1/+1
Matt Spinler (1): Remove SdBusError reference Change-Id: I1418ebf3d466eb08eaee48378bda90631d272a49 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-08phosphor-debug-collector: srcrev bump f4694d714f..52ac69c152Andrew Geissler1-1/+1
Patrick Williams (2): cleanup sdbus CAMELCASE define exception: switch to public sdbus exception Change-Id: I99e44fb87d06d5b2001eee892cb25dc973e554f5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-08pldm: srcrev bump 4fea7a2057..e5bbe0d055Andrew Geissler1-1/+1
Tom Joseph (1): libpldm: Fix error in completion code Change-Id: I3bb81129e99f3fdd9d8cfd1f0c8dfbe4ebb39ea9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-06sdbusplus: srcrev bump b6f729d68d..bd372ecb56Andrew Geissler1-1/+1
Patrick Williams (1): exception: add errno for internal errors Change-Id: Ifb9036dd80b9ed48bcf88b703a00030d4ee00248 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-06phosphor-virtual-sensor: srcrev bump fbd7145e2d..74c1e7d8c5Andrew Geissler1-1/+1
Patrick Williams (1): exception: switch to public sdbus exception Change-Id: I9a295ce898deeb448c70c23ad58ca744aa68c194 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-04phosphor-host-ipmid,fb-ipmi-oem: srcrev bumpsPatrick Williams1-1/+1
phosphor-host-ipmid: srcrev bump d1bd8c48c0..7a3296df0c Arun P. Mohanan (1): Add check for reserved sensor number Chanh Nguyen (1): chassishandler: Support Hard Reset command Hieu Huynh (1): Implement the set/get system boot option parameters 0x04 P Dheeraj Srujan Kumar (1): NULL check before pointer dereference Patrick Williams (1): exception: switch to public sdbus exception Vernon Mauery (4): Use SecureString where there is data to be cleansed Add a SecureBuffer class properly handle unexpected exceptions Rewrite Set User Password command with new API fb-ipmi-oem: srcrev bump 58c1ca2f7c..485f9b31cb Patrick Williams (1): biccommands: use SecureBuffer for IPMB call Change-Id: I4df3dbda793f9ebab5e898d3c5556b1dfe05b247 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2021-09-04meta-phosphor: make discovery bbclass use override syntaxPatrick Williams2-3/+3
In the spirit of consistency with the new upstream override syntax, change phosphor-discovery-service.bbclass to use it and make tree-wide changes as appropriate. After the change checked on Witherspoon on QEMU: ``` root@witherspoon:/etc/avahi/services# ls obmc_console.service obmc_redfish.service obmc_rest.service ``` Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib1fe3cce57a0130378af789abd83b457e0c3a318