summaryrefslogtreecommitdiff
path: root/meta-phosphor
AgeCommit message (Collapse)AuthorFilesLines
2021-05-13pldm: srcrev bump bda160c1f1..a459fea673Andrew Geissler1-1/+1
Sagar Srinivas (1): PLDM: Encode Decode For SetEventReceiver command Tom Joseph (1): Fix missing header <optional> Change-Id: I63c05c462ae8ec1f922661063e818fcf753770d0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-13entity-manager: srcrev bump 37e142be0f..cda147301bAndrew Geissler1-1/+1
Ed Tanous (1): Make a copy of the probe string to fix warning Change-Id: I84c7d4100ff1edb82781b64e2dd54f61e221006a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-13bmcweb: srcrev bump 1b1be67fb8..8a9a25c821Andrew Geissler1-1/+1
Ed Tanous (2): Make OpenSSLGenerator max() and min() constexpr Include what you use in http request and response Change-Id: I5df364b8666953d5a26ceff524ea010654dfa8b5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-13dbus-sensors: srcrev bump 5636d52baa..13b63f8f59Andrew Geissler1-1/+1
Ed Tanous (1): Make a string copy explicit Change-Id: I9382a6f95dba77b24b02b693e834a0ebf90f0357 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-13phosphor-watchdog: srcrev bump 42506393a6..459b6c798eAndrew Geissler1-1/+1
William A. Kennington III (1): mainapp: Fix postcode path Change-Id: I2b5c4ff185c6c9043200cc92b7f4c26b8d82818e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-12phosphor-fan-presence: srcrev bump c65d91d63b..f435eb1adbAndrew Geissler1-1/+1
Matt Spinler (1): monitor: Changes for power off errors Change-Id: I0f2afbfc4a35c1787ad07159f462521c5d24ab84 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-12phosphor-hwmon: srcrev bump 6d50c3e9e1..e32ce16bb6Andrew Geissler1-1/+1
Matt Spinler (1): Hardcode SensorValueType to double Change-Id: I63d4962194e4767e261b9edc3e9f2f927e216d98 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-12phosphor-logging: srcrev bump adf070b8c5..3160a544edAndrew Geissler1-1/+1
Sumit Kumar (1): PEL: Update system info into HB PEL extended user data section Change-Id: I09d4f7e67496ccdc73d9adee72458d8b399bb2c8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-12pldm: srcrev bump 219ace9a80..bda160c1f1Andrew Geissler1-1/+1
Corey Swenson (1): Add hb_huge_page_size to PLDM BIOS attributes Change-Id: I8fb3923e2f2ec191427c4b7e1b47571918bca8d6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-12phosphor-state-manager: srcrev bump 45a1ed71bc..cfc43be2a0Andrew Geissler1-1/+1
Bruce Mitchell (1): Replace IRC with Discord Change-Id: If72b9ac98aff6e801a2c8fc33f49e67fd34473ba Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-12webui-vue: srcrev bump 15bcc41f74..7f6edb62b8Andrew Geissler1-1/+1
Bruce Mitchell (1): Replace IRC with Discord Sukanya Pandey (2): Resolve bug while selecting the checkboxes Hide and show boot settings override field Change-Id: I68e4fe268bae89bf46b7c1e1e2c89660953a6142 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-12sdbusplus: srcrev bump e39b3dcb91..98019e7419Andrew Geissler1-1/+1
Patrick Williams (1): sdbus++: fix camelcase names Change-Id: I35f5da7dac284b70a40b699f5408f234b296c896 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-12phosphor-debug-collector: srcrev bump 0af74a5e46..4bc1c2be9aAndrew Geissler1-1/+1
Patrick Williams (1): use new sdbus++ camelcase Change-Id: I38a4cf1b4f508cec609735adcff0cb6778131e81 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-12phosphor-settingsd: srcrev bump b41b1e4b7f..bcf9578106Andrew Geissler1-1/+1
Patrick Williams (1): Use sdbus++ python library for name conversion Change-Id: I6537b659abfc63a429ebbe61b965ea0ab2f9841a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-12phosphor-settings-manager: add sdbus++ dependencyPatrick Williams1-0/+1
Change I767ff842c37b183f925d7add87e96bb850092810 will now use the sdbus++ python library in order to form property names. Add this as a dependency in the recipe. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Icc5806827dc826a51552cfcd54ea0c49da07f654
2021-05-12phosphor-power: Only build monitor when told toMatt Spinler1-1/+5
The 'monitor' package provides a power supply monitor application that uses an org.open_power phosphor-dbus-interface that is only used on a subset of the OpenPower systems. So that non OpenPower systems can use phosphor-power and not need to include the org.open_power D-Bus interfaces, add a packageconfig option for this application to turn off its compilation. It will then only be enabled for certain machines. Fixes openbmc/phosphor-power#6 Tested: Built Witherspoon, application still built and installed. Built Rainier, application not built. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: Ib7fca16217d93b7d021ba8fb6659e9ddca17d1d9
2021-05-12phosphor-hwmon: conditionally run generator functionAnton D. Kachalov1-23/+22
The pkg_postinst is not running as a separate function. To allow "_append" routines do conditional checks instead of "exit". Signed-off-by: Anton D. Kachalov <gmouse@google.com> Change-Id: Ia82ce0a2454198035b6ae7585bb04885d8e1e238
2021-05-12phosphor-logging: srcrev bump 81b4dcabb7..adf070b8c5Andrew Geissler1-1/+1
Anton D. Kachalov (1): Install systemd unit & busconfig ACLs from the package. Matt Spinler (1): PEL: Fan pres-detect conflict message reg entry Change-Id: I52fd588a59e2aab7d48e095be121f39300fc7bec Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-12phosphor-fan-presence: srcrev bump a4386a3e91..c65d91d63bAndrew Geissler1-1/+1
Bruce Mitchell (1): Replace IRC with Discord Matt Spinler (2): Let PowerState class run multiple callbacks presence: Sensor conflict checking for AnyOf Change-Id: I1f286348f6213fb24f0ba992229c1e35cbb4be6a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-12pldm: srcrev bump 50304da5f2..219ace9a80Andrew Geissler1-1/+1
Varsha Kaverappa (1): PLDM : Multiple vmi certificate exchange Change-Id: I97c7b04a96ccb2504676cdeecf4b18ae8dd9dfaf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-12libmctp: srcrev bump eba19a3b12..9f5b47a584Andrew Geissler1-1/+1
Andrew Jeffery (2): astlpc: Ship udev rules to help with device and driver transition configure: Ensure udev rules are installed in rules.d Change-Id: I20c79cc6e61f939fbee03e6e5677fb1f5ff5e99b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-12phosphor-power: srcrev bump b464b15451..8c23245665Andrew Geissler1-1/+1
Shawn McCarney (1): regulators: Complete PMBusReadSensorAction class Change-Id: I9530ac46c484684654164e279f25b66850ccd2b6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-12dbus-sensors: srcrev bump b89967ffa4..5636d52baaAndrew Geissler1-1/+1
Matt Spinler (1): HwmonTempSensor: Thresholds for multi-temp devices Change-Id: I76b041795105aad2ade058bc8931716865edaa93 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-12phosphor-networkd: srcrev bump 6aef769f1d..7f191f7aefAndrew Geissler1-1/+1
Bruce Mitchell (1): Replace IRC with Discord Lei YU (1): Fix the same static IP setting from DHCP Patrick Williams (1): use new sdbus++ camelcase William A. Kennington III (1): ethernet_interface: Fix variable naming Change-Id: Ib7d883dc97c18dfcd906b2613b5312966cc0d142 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-12phosphor-host-ipmid: srcrev bump a55c953dd2..690f4d5e3eAndrew Geissler1-1/+1
Andrew Geissler (3): host-condition: reduce timeout from 30 to 3 sec host-condition: initial framework host-condition: implement property read Lei YU (1): sel: Fix assertion in custom SEL parser Change-Id: I292e811c3e80cf49facb39329b65f799b21d2405 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-08phosphor-hwmon: srcrev bump d46d081895..6d50c3e9e1Andrew Geissler1-1/+1
Brandon Kim (1): sensor: Implement sensor "ASYNC_READ_TIMEOUT" Change-Id: I6e9d043837b4e267f969f3939db876b2c38cd479 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-08stdplus: srcrev bump 9a70f4e1a5..eaa382533cAndrew Geissler1-1/+1
William A. Kennington III (1): exception: Fix compiling for c++17 Change-Id: I23a3cb85f367dce3cc57a43b73d5247f817ec857 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-08bmcweb: srcrev bump ffed87b5ad..1b1be67fb8Andrew Geissler1-1/+1
Krzysztof Grobelny (1): Replaced std::map::at with std::map::find Change-Id: I94fa606cb3a8dd98957867014512a29c6ff96694 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-08phosphor-misc: srcrev bump 75d4734fb8..688e9134a8Andrew Geissler1-1/+1
Lei YU (1): usb-ctrl: Add support to set BMC and Host's mac address Milton Miller (1): usb_ctrl: clean up usb storage configuration Change-Id: If042c6747a33e03bf7da42c8accd1adde269e557 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-08phosphor-time-manager: Remove stale service fileWilliam A. Kennington III1-16/+0
The file has since moved to the repo. Change-Id: I6f920ff4bff6c7f60bb249b601fc31f80a7be6fd Signed-off-by: William A. Kennington III <wak@google.com>
2021-05-08phosphor-time-manager: srcrev bump 7252bea64c..9c02e7ec0aAndrew Geissler1-1/+1
Ratan Gupta (3): Removing the autotools build framework Move service file into its own repo Update README William A. Kennington III (2): service: Remove waiting on host service: Fix binary name Change-Id: I9c9911cc6be04b69669c9821972be2916da0a12a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-08phosphor-time-manager: Convert to mesonWilliam A. Kennington III2-3/+3
Change-Id: I6e85694dfbb31809007903b7a49db8a3377028db Signed-off-by: William A. Kennington III <wak@google.com>
2021-05-08phosphor-power: srcrev bump 6d5470d054..b464b15451Andrew Geissler1-1/+1
AndyYFWang (1): Fix the issue of clearRegister function Change-Id: I1592e3d6af0ee07b31821bdd270335dbd3d0cce1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-08phosphor-bmc-code-mgmt: srcrev bump 6e9fb1d6ec..cfb4b2099fAndrew Geissler1-1/+1
Lei YU (1): item_updater: Fix crash on redundantPriority Change-Id: I08053ba1860c7835d166bdbe33fe61cd2eda1cf5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-08obmc-ikvm: srcrev bump 861337e8ec..673ac2eb11Andrew Geissler1-1/+1
Jae Hyun Yoo (3): Fix keyboard and mouse input events dropping issue Connect HID gadget device dynamically Refine HID report writing logic Change-Id: I58f99acff409b1b5063762049d9f73e206a83804 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-07phosphor-host-ipmid: Add option for configuring dynamic sensorsWilliam A. Kennington III1-0/+3
This makes it possible to enable or disable dynamic sensors. By default this is now disabled as it is a new feature that is not compatible with static sensor stacks. Change-Id: I55fea70642cee4d68153c402478483603805c601 Signed-off-by: William A. Kennington III <wak@google.com>
2021-05-07phosphor-hwmon: srcrev bump d46d08 | create busconfig based on env cfgAnton D. Kachalov1-1/+49
Anton D. Kachalov (1): Add sensor instance id command line argument. This change will generate busconfig ACLs from the provided hwmon environment files from /etc/default/obmc/hwmon that will be supplied as "sensor-id" argument to hwmon daemon. This change required as a part of privilege separation work: https://github.com/openbmc/openbmc/issues/3383 This change should be merged after individual repo change: https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-hwmon/+/40214 Signed-off-by: Anton D. Kachalov <gmouse@google.com> Change-Id: I37c31d6f2f74041bfee453bdf338d4c7e148c791
2021-05-07phosphor-hwmon: install configs from repoAnton D. Kachalov6-67/+7
Use meson to build the package. This change required as a part of privilege separation work: https://github.com/openbmc/openbmc/issues/3383 This change should be merged after individual repo change: https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-hwmon/+/40277 Signed-off-by: Anton D. Kachalov <gmouse@google.com> Change-Id: I542645d55b8646e0ddb3fb95f50a1cd87334706e
2021-05-07phosphor-hwmon: srcrev bump 6f42e3568f..5b520cf494Andrew Geissler1-1/+1
Anton D. Kachalov (1): Install service unit files, busconfig and udev rules from the package. William A. Kennington III (4): gitignore: Ignore all build directories meson: Cleanup library linking meson: Explicitly check for CLI11 dependency meson: Cleanup tests and make them execute again Change-Id: I26d3f28adb2ecb9b96b27bfd082ab8c3dac921f9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-07sdbusplus: srcrev bump fcff67636a..e39b3dcb91Andrew Geissler1-1/+1
William A. Kennington III (3): message: Add call_async method native_types: Migrate large functions to shared lib test/message/types: Convert ASSERTs to EXPECTs Change-Id: Idb8b6bff7ff04a76ac115ec5ec14218ca84e43bf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-07stdplus: srcrev bump fd0f551cbd..9a70f4e1a5Andrew Geissler1-1/+1
William A. Kennington III (2): meson: Cleanup exception: Add wrapper to ignore lambda failures Change-Id: I1b267a6c9aace4f490310c8c90cf2a4a2b532515 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-07phosphor-host-ipmid: srcrev bump 7345ac4192..a55c953dd2Andrew Geissler1-1/+1
Josh Lehan (1): sensorcommands: Add IPMI reading logging instrumentation Konstantin Aladyshev (2): sensordatahandler: Set data unavailable if value is NaN sensorhandler: Support 0 value for thresholds Kuiying Wang (1): dbus-sdr: Fix sensor missing issue. Change-Id: I6e36eb517af976080ab338f9f6b92a7aec22d1dc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-07debug-collector: Fix unclosed file in bb fileGeorge Liu1-0/+1
- The intent behind this commit is to fix the unclosed file in the phosphor-debug-collector_git.bb file. - When using `bitbake phosphor-debug-collector` to compile it, the warning message is: ResourceWarning: unclosed file <_io.TextIOWrapper name='phosphor-debug-collector/tools/dreport.d/plugins.d/hostlogger' mode='r' encoding='UTF-8'> install_dreport_user_script(srcname, d) Tested: built phosphor-debug-collector successfully and worked. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: Id95b4a6369571db876acee0ed90953cd3874fff1
2021-05-07dbus-sensors: srcrev bump 6b6891c52e..b89967ffa4Andrew Geissler1-1/+1
Bruce Mitchell (1): Replace IRC with Discord Change-Id: I46d3aab8f09a12a4f44ea81b81899cf4df47ba72 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-07webui-vue: srcrev bump 5ed21f2d1e..15bcc41f74Andrew Geissler1-1/+1
Alicja Rybak (1): Fix toast message for VM Legacy successful mount Derick Montague (1): Replace the use of the term host with server Change-Id: I501d5524489648ab0747c1efd6830a5bc69695fc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-06phosphor-certificate-manager: srcrev bump 641a559eea..dc91fb61e5Andrew Geissler1-1/+1
Jayanth Othayoth (1): Add fix for Missing "OU" OrganizationalUnit CSR Change-Id: I6cae0e80e88bf1057e9ce87c92a956eb90855637 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-06pldm: srcrev bump cfff3e9c1b..50304da5f2Andrew Geissler1-1/+1
Jayashankar Padath (1): pdr: Sensor/Effecter support for enc fault and identify leds Varsha Kaverappa (1): PDR/Sensor/Effecter for BMC owned LEDs Change-Id: Ie42ec8e56c4d5b9cf9ea3c94b907be5c44acd86d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-06phosphor-logging: srcrev bump ef9cc07e13..81b4dcabb7Andrew Geissler1-1/+1
Vijay Lobo (1): PEL: Update filling VPD fields in PEL Change-Id: I2c97890461d710dd0e3229aa14b1efbb1b3a6bc6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-06phosphor-networkd: srcrev bump ee5b2c9469..6aef769f1dAndrew Geissler1-1/+1
Patrick Williams (1): use new sdbus++ camelcase Change-Id: I436d7afb03b58974ea4dc33a01eea1169ab1033c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-05phosphor-user-manager: srcrev bump 18c1b42c16..e6500a493aAndrew Geissler1-1/+1
Patrick Williams (1): use new sdbus++ camelcase Change-Id: I17530552911e599b173090cf890c1314a8b4cea4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>