summaryrefslogtreecommitdiff
path: root/meta-phosphor
AgeCommit message (Collapse)AuthorFilesLines
2020-11-20sensors:max31785-msl: Make max31785-msl package be "opt-in"Matthew Barth1-1/+7
By default, the max31785-msl package was getting installed in all images including phosphor-hwmon. A fix was done in the phosphor-hwmon repo to make this be an "opt-in" configure option to install the max31785-msl application. This makes the max31785-msl a package config on the phosphor-hwmon recipe where its not included unless explicitly appended in a bbappend file in a machine layer. ex.) PACKAGECONFIG_append_ibm-ac-server = " max31785-msl" SYSTEMD_ENVIRONMENT_FILE_max31785-msl_append_ibm-ac-server = " obmc/hwmon-max31785/max31785.conf" SYSTEMD_LINK_max31785-msl_append_ibm-ac-server = " ../phosphor-max31785-msl@.service:multi-user.target.wants/phosphor-max31785-msl@${MACHINE}.service" Tested: Built image without appending the max31785-msl package Verified no files related to it were in the image Build image appending the max31785-msl package Verified all related files were in the image (From meta-phosphor rev: 22546d9032e077cddd4cef325080315e51720016) Change-Id: Iacd8e4194f4749b023463965514ff6f73beb4739 Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-20phosphor-fan-presence: srcrev bump fcbdc0e41f..8e1b382122Andrew Geissler1-1/+1
Matthew Barth (21): control: JSON parsing compile framework control: JSON parsing classes static lib framework control: Setup configured zone groups retrieval control: Setup configured power on delay retrieval control: Parse optional "manager.json" control: Base JSON configuration attribute class control: Add profile configuration class framework control: Add loading JSON configuration class objects control: Complete profile configuration parsing control: Add fan configuration class framework control: Complete fan configuration parsing control: Pair profiles with name as key control: Remove storing bus reference on fan objects control: Zone configuration framework and basic attrs control: Complete zone configuration parsing control: Group configuration parsing control: Add event configuration class framework control: Create ZoneHandlers directly from JSON control: Construct base zone group from JSON control: README note on limited JSON support Allow JSON use on all apps except fan control (From meta-phosphor rev: 56a4e696e13b1518163eb0bbd3b3624a0e7d09b7) Change-Id: I713bb7a1408e2112d8202751d4ea94478c70e6b1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-20phosphor-hwmon: srcrev bump 7ab1b25b50..9455535224Andrew Geissler1-1/+1
Matthew Barth (1): max31785-msl: Default not to install (From meta-phosphor rev: 328da48152267df4da8b233d63b80c6c45d25d8c) Change-Id: I3689ed12336c71a18ddb873f81d9714c6890733e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-20phosphor-logging: srcrev bump 1ab6696f01..53ef155246Andrew Geissler1-1/+1
Miguel Gomez (1): Specify PEL callout priority and sort callouts. (From meta-phosphor rev: 4ff3fd247abb82dba05d6a6c870007895893eb79) Change-Id: Iac4e28da42475275220c795e45b0dd731fc28958 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-20bmcweb: srcrev bump 929d4b57f1..83deb7d8bdAndrew Geissler1-1/+1
AppaRao Puli (1): fix bmcweb crash during sol communication Jonathan Doman (1): Avoid std::filesystem exception on trust store (From meta-phosphor rev: 9b1150b1d6b96e9291ecce4ffb671f2b9b4de749) Change-Id: If02599fd16b64b02b8064b261bffde93763dc6c4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-20sdbusplus: srcrev bump c67e1e8730..e4f21dfbf0Andrew Geissler1-1/+1
Waqar Hameed (1): message: Declare getters as const member functions (From meta-phosphor rev: 742385416d3546911579258efebc2ff9cf1bcb5d) Change-Id: I0d8736128810a6e3b63869b17c9087983855e4a3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-20phosphor-dbus-interfaces: srcrev bump d37091affc..9f65dfeaa5Andrew Geissler1-1/+1
Andrew Geissler (3): boot-progress: add new pldm/redfish progress enums boot-progress: track time of last update transition: support transitioning host states Krzysztof Grobelny (1): Create Report and ReportManager interfaces (From meta-phosphor rev: 002081eff496abd1d6f9f55c1010044e9784ce01) Change-Id: I21fb5a4f149c5b2ad369e9581519ffe6aab85b43 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-20entity-manager: srcrev bump 9c7fd64642..e1ecc1adc9Andrew Geissler1-1/+1
Brad Bishop (1): configurations: Rainier: fix 4u IM keyword value (From meta-phosphor rev: c57bc1143955f8ee32f84fb352781fd7207861e1) Change-Id: I4ceb27bd9d326d9f2f084d16d499b04a25994042 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-20pldm: srcrev bump 30450fe332..29d2211987Andrew Geissler1-1/+1
Tom Joseph (1): softoff: Don't return error completion code if PDR not found (From meta-phosphor rev: 3f6b8b63085a7ab0573d3f2971bffba7d2e55b2c) Change-Id: Ieb2631ba402127646cd1f16a5e9b909d14ce332e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-20webui-vue: srcrev bump e6e924527f..ab93192e39Andrew Geissler1-1/+1
Derick Montague (1): Fix docs button alignment and image path (From meta-phosphor rev: 736fd530d8f40f5250f2b330ae22f62463590307) Change-Id: I8732e6230d50456f045dbbf35faf71f526a14f4a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-20os-release: disable 'pseudo' for gitPatrick Williams1-2/+4
bitbake recipes are run under a process monitor called 'pseudo'. We are observing cases where these are triggering a "Pseudo Abort" due to inode reuse (https://wiki.yoctoproject.org/wiki/Pseudo_Abort) of some sort. 'pseudo' is used for running operations which may require higher levels of privledge and recording them so they can be re-applied when building a file system. The `git` calls we are doing are to determine the revision of the repository and therefore do not need 'pseudo' support. Disable it with the PSEUDO_DISABLED=1 env var. Also, add a bb.warn call of any exception that is caused by the `git` call for future debugging. (From meta-phosphor rev: 64cdbcfa62b5009f7282091b54d10e1149cf0689) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I6ac3fbb1ee15f435ce53ce8f82830120446205a9 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-18os-release: switch python to variable expansionPatrick Williams1-15/+4
The previous implementation of the OpenBMC os-release.bbappends used a python function to inject `git` results into Python variables. Since the python function is then executed at multiple task phases, it can result in the hash value changing between tasks, which causes bitbake failures. Rewrite the os-release implementation to use forced immediate variable expansion, rather than a python function. This, combined with BB_DONT_CACHE, allows the variables to be expanded once at recipe parse time and the values to continue through to the rest of the task phases without affecting the hash. Fixes openbmc/openbmc#3720. (From meta-phosphor rev: 5266d02bd2a8a6d3a6e047b212f06c7e7aaacb36) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: If221573cdfefc2b0496a0ef2aca4d3cbc82abb7b Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-18phosphor-health-monitor: srcrev bump 1d0d012063..af9acbde4bAndrew Geissler1-1/+1
Bruceleequantatw (1): Add storage utilization functions (From meta-phosphor rev: 4fa446573e65217b73f187c2794bc8f4e5d33b96) Change-Id: I7f2344100c89d7212671c5ff207df83bf58d6050 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-18telemetry: srcrev bump c8e3a64a1d..0e29f43922Andrew Geissler1-1/+1
Wludzik, Jozef (1): Fix CI job (From meta-phosphor rev: 007ca239512b27cbdb2e21bf5364abfb150cf9bc) Change-Id: Ib57d969c7580ca58c3d6a906dade248533c13111 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-18phosphor-objmgr: srcrev bump 21c6059531..e82b05840bAndrew Geissler1-1/+1
Patrick Williams (2): exception: switch from org.freedesktop to openbmc mapper-wait: handle switch to openbmc exceptions (From meta-phosphor rev: 42112ddb3eae58696c26d44d64f1fd9561b62db2) Change-Id: I1d7d2c1782755b20c29481c33c3a64f7c05d78c9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-17ipmi-blob-tool: srcrev bump 714e3888a8..bae76647e7Andrew Geissler1-1/+1
Patrick Venture (1): nit: use empty instead of size==0 (From meta-phosphor rev: 7ea3dc8ef6d751ec51c6611f47c578d7c0d89413) Change-Id: Id7d54cceea98cb030e5a436ebcce8b3c15a8bcd1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-17webui-vue: srcrev bump ff8c5cd23f..e6e924527fAndrew Geissler1-1/+1
Yoshie Muranaka (2): Update VuePress configuration Add documentation for table row expansion (From meta-phosphor rev: c507d3aae85ef230f36866f7118d604cdbc39add) Change-Id: I59cb9be782b7405773a9e3cccc9af402823d9c73 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-17image_types_phosphor: mmc: Fill empty image with zerosAdriana Kobylak1-1/+9
There are errors seeing in the eMMC when the empty space of an image is filled with 0xff like it's done for NOR chips instead of 0s. Create a function to create empty images with 0s. Also create an empty image for u-boot of 1MB (twice its current size) so if the u-boot image that is flashed on a system is smaller than what the system has, there's no leftover data at the end that can cause issues. Tested: Booted the new image-u-boot file on HW. (From meta-phosphor rev: e4c3d766a0cda490758636f563572152a6ddfaa1) Change-Id: I27f31f76c38bc256b84cad566afa1e98471695db Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-14phosphor-ipmi-flash: srcrev bump 49dd8ce280..85e54f1bf6Andrew Geissler1-1/+1
Jason Ling (2): test: move shared mocks to common area version-handler: implement json parser (From meta-phosphor rev: d011590599fd02f8833e4776032ebcf289e71f4f) Change-Id: I66807ea98302488b4cbff2701b7281dff62af7ac Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-14phosphor-virtual-sensor: srcrev bump 1d78a47c28..f8db722567Andrew Geissler1-1/+1
Matt Spinler (1): Tolerate missing sensors on startup (From meta-phosphor rev: c8f02c890931b5723b9972724db156e410515dad) Change-Id: Iaa0d8ca3bc9894a19241d4aaa4486bac89e3562b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-14phosphor-state-manager: srcrev bump 3191be88af..bbbc016552Andrew Geissler1-1/+1
Matt Spinler (1): Put state change values into the journal message (From meta-phosphor rev: 2f0ae7561b028c34cbcf95d20189f3cb68743bcb) Change-Id: I4d4bece39df6e1ca18c6adfaf22c90dff36a3b38 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-14bmcweb: srcrev bump 3a17e02873..929d4b57f1Andrew Geissler1-1/+1
Gunnar Mills (1): Common Errors: Fix list formatting (From meta-phosphor rev: 6760371c5526e60496414caa3995b18c1b8d66cf) Change-Id: If642641b87310057431f7df2d394655ca6238be4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-14webui-vue: srcrev bump 151dd2491c..ff8c5cd23fAndrew Geissler1-1/+1
Dixsie Wolmers (1): Align button icons Yoshie Muranaka (1): Add SNMP settings route to app navigation (From meta-phosphor rev: 8f657e9714dda306f6a001245074a7b656061820) Change-Id: If25c303cda280730f19037ea7c39f34a335e2386 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-13entity-manager: srcrev bump c61ae35c3a..9c7fd64642Andrew Geissler1-1/+1
Brad Bishop (3): entity-manager: systemd: use dbus instead of simple systemd: install in multi-user.target dbus: add dbus activation support (From meta-phosphor rev: 4e5f818e618a28fb516193302b764e383d748b8e) Change-Id: I6d76c274dccd6d9fe12b4fbd613ac4507ef704ce Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-13phosphor-dbus-interfaces: srcrev bump 2c33a89924..d37091affcAndrew Geissler1-1/+1
Patrick Williams (1): object-mapper: document error returns on methods (From meta-phosphor rev: dbb3dd12803cbef2477fbb913b17757e61f96736) Change-Id: I3a05385110975ec7a70d1b80101e2f163748a601 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-13bmcweb: srcrev bump 9f8bfa7c6d..3a17e02873Andrew Geissler1-1/+1
Gunnar Mills (1): Call applySessionTimeouts before writing data Tim Lee (1): update_service: fix segmentation violation when updating images (From meta-phosphor rev: 94b488399224e110d000e422c5f9efa22a6f2b97) Change-Id: Iba5a625085e17104ad4123ede5aa228547c70e0d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-13webui-vue: srcrev bump f833c7e336..151dd2491cAndrew Geissler1-1/+1
Derick Montague (2): Fix typo in spec description Update docs page container layout Sukanya Pandey (2): Delete all selected event logs Resolve custom-event-name-casing lint warnings SurenNeware (1): Add new transition class name (From meta-phosphor rev: e2e264c17387d8b899a3434caacbad1910917e51) Change-Id: I256546dc3bbf01875a5eb1c70e6578ad8d69a25b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-13phosphor-virtual-sensor: srcrev bump e0d371e41f..1d78a47c28Andrew Geissler1-1/+1
Matt Spinler (3): Check for expression compile failures Add vector package support Add mapper dependency to service file (From meta-phosphor rev: 98c89a6bd2fecd9b5fcb8313d3a83cd5083ddeb9) Change-Id: I1a100e7009571717ea6f52f6d3e5e14e8f062369 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-13entity-manager: add support for dbus activationBrad Bishop1-0/+4
Add the dependency on dbus-1, which EM needs for some path variables in its pkg-config file, and update to handle the additional dbus activation unit file artifact. (From meta-phosphor rev: 2a141b6951e19f67d94f7f1983c0115a909aef56) Change-Id: I982635578036c2c8219c0446213e52a80d439e38 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-13image-types-phosphor: depend on imagesBrad Bishop1-7/+7
A number of tasks that depend on deployed images erroneously depend on do_populate_sysroot instead of do_deploy. This can have a range of side-effects such as failed image tasks because of missing or stale sub-images in DEPLOY_DIR_IMAGE. (From meta-phosphor rev: 1595ecbe6726f66bd40fcdde02f946a784bf7376) Change-Id: I1d20c1a65f10ed38517b5ba5e87946c64b574eaa Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-12webui-vue: srcrev bump f6bd4c62b3..f833c7e336Andrew Geissler1-1/+1
Derick Montague (1): Update failing unit tests (From meta-phosphor rev: 1afb5b6a8425e629f256c2cdd480ebe6d503434d) Change-Id: I3dc9ddbaa31c10183b634bacf15cee6ef78a7b9f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-12Change default name for the IPMI KCS channelKonstantin Aladyshev1-1/+1
By default the 'kcsbridged.service' of the kcsbridge utility creates an IPMI channel on a Dbus with a name 'ipmi_kcs3'. To be able to use it 'channel_config.json' file should have the same name for the KCS channel. (From meta-phosphor rev: 73cf55f14deca23f2214578eb2c2661a1932d9da) Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: Ic483a7da0cf5d34d81f955da53561e14ba210f97 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-12meta-phosphor: bbclass to deploy test SSH keysJean-Marie Verdun2-0/+64
(From meta-phosphor rev: 75c8dc6f5fc565a92da9129291ea09319e8593a6) Change-Id: I375e188abbf3115e00d3ace1ad201d9fc11214d9 Signed-off-by: Jean-Marie Verdun <jean-marie.verdun@hpe.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-12Add packageconfig for dbus-sensorsMatt Spinler1-9/+49
Break up the dbus-sensors applications into packages so that users can select which ones they want installed on their system. The default is to install everything. This so that applications that will never provide sensor data for a platform won't be installed and started. A few of the reasons they wouldn't be needed is: * Not all systems contain the hardware that the applications access, such as the PCH or PECI interface. * A system may use other applications for some of the functionality. For example phosphor-hwmon or phosphor-regulators may provide sensors for the power related hardware. Packages can be removed by specifying them in a PACKAGECONFIG_remove statement in a .bbappend in the appropriate layer. (From meta-phosphor rev: 1e9ad9277f1829071c8474d0b2402b90a05d7e2b) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I4422ce4b7abfb4be05d5617d543927132be70379 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-11dbus-sensors: srcrev bump 381636e2e1..3bcd823e37Andrew Geissler1-1/+1
Josh Lehan (1): Add optional sensor reading logging instrumentation (From meta-phosphor rev: 40ee856b65ffdddcad8da175388968a5586001ab) Change-Id: I14ffef32170b6357cfcda2ba6de1cc41b2d70a2a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-11telemetry: srcrev bump 7f06f613ff..c8e3a64a1dAndrew Geissler1-1/+1
Krzysztof Grobelny (2): Implemented sensor class Added Periodic reportingType support to Report Wludzik, Jozef (1): Add ReportManager and Report unit tests (From meta-phosphor rev: f468ab9f91443401459572417303898ba4060e65) Change-Id: Id8a91210331002a465ee825e13ee709c9afcb42f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-11bmcweb: srcrev bump 8f9ee3cd14..9f8bfa7c6dAndrew Geissler1-1/+1
Gunnar Mills (3): AssetTag: Add PATCH support Manager: LOG: Remove __LINE__ Add new Location Indicator property Sunitha Harish (1): Redfish Session : Support ClientOriginIPAddress (From meta-phosphor rev: 18ab88bf85c1ed1b36f636180d4b2a88679a62df) Change-Id: I5afa90fd2670a6afce1c5fabc4302fa5d4b73415 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-10phosphor-dbus-interfaces: srcrev bump 1d4979c7e3..2c33a89924Andrew Geissler1-1/+1
Patrick Williams (1): Threshold: define values to represent un-set threshold (From meta-phosphor rev: 228652b17df594c44258756023d2b300c396da9c) Change-Id: I5349bcfd67b067795e6b628831521ded1eec75b9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-10phosphor-power: srcrev bump b7552f0cbc..d58858ca02Andrew Geissler1-1/+1
Shawn McCarney (1): regulators: Add hardware presence service (From meta-phosphor rev: 7063b89759964974188b40ec8ed2e303c73edd80) Change-Id: I1213152c68f711021f12c2ef8519b2453eb8c6d6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-10phosphor-fan-presence: srcrev bump 5d564a9f20..fcbdc0e41fAndrew Geissler1-1/+1
Matthew Barth (1): Support config location from compatible system interface (From meta-phosphor rev: 71ee0b3357a92d9b918266ea43256aedb55308bb) Change-Id: I80ec4a87816fe6aee2963136d911e6eda3d0bb11 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-10bmcweb: srcrev bump 055806b30d..8f9ee3cd14Andrew Geissler1-1/+1
Gunnar Mills (1): Redfish: getComputerSystem: Fix Doxygen Przemyslaw Czarnowski (1): Fix Image and ImageName values in schema Stanley Chu (1): log_services: Fix redundant AsyncResp objects when deleting dump entries (From meta-phosphor rev: 16b15485b5f7027192c7304a3bc132f15a522117) Change-Id: I58884284d52cc6e2adea4398bf99b02e7c5d4be5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-10webui-vue: srcrev bump efbd401dc4..f6bd4c62b3Andrew Geissler1-1/+1
Derick Montague (2): Fix broken links in documentation Fix typo in SOL console helper text Sukanya Pandey (1): Resolve vue/no-unused-vars lint warnings Yoshie Muranaka (2): Add documentation for table component Add documentation for table sort (From meta-phosphor rev: 2e169b6059598a015d2bbfb0be6081caedc1cbf3) Change-Id: Ic6f5665933d4feadbfa82d3269585cae4546ae88 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-10phosphor-led-manager: srcrev bump 1c737afcb0..4c5f533712Andrew Geissler1-1/+1
George Liu (1): Add the method to set Functional property based on Group state (From meta-phosphor rev: 84a5b518627a005842f1657d7c405c5710e8cc90) Change-Id: I4c571750eed17a50577c1a64cf0dae8a3a880a2d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-10libmctp: srcrev bump b3b55a6bd5..c2b833e40dAndrew Geissler1-1/+1
Andrew Jeffery (4): tests: astlpc: Re-order astlpc ops struct definitions astlpc: Extract MIN()/MAX() to range.h core: Fix comment on size limits core: Fix large packet buffer overrun (From meta-phosphor rev: 120046768a933ab1b58574f54b87342d3d985394) Change-Id: I8fe5275eddfc6cea3ff7fa17e12e3a4194bc21fe Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-10meta-phosphor: update Yocto compat for gatesgarthPatrick Williams1-1/+1
The next release of Yocto is soon and most of the upstream layers have switched support strings for it. Support layer compat for gatesgarth (current) and dunsfell (previous). (From meta-phosphor rev: 49b2a2c56bb774224b15f80deeffff096f59a2db) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ie37ab65b72c2e10e0324774c56b7968db091ea5b Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-06entity-manager: srcrev bump 7b23e3f8e0..c61ae35c3aAndrew Geissler1-1/+1
Gilbert Chen (1): entity-manager: Add emc1412 and emc1414 support (From meta-phosphor rev: 5d68847dce91b926b1d7cd4accec37e4bc4fc0ef) Change-Id: Id93167a821c36e0c9a2eb415f7d57f44cb4d9136 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-06dbus-sensors: srcrev bump dadbbb5859..381636e2e1Andrew Geissler1-1/+1
Gilbert Chen (1): hwmontemp: Add emc1412 and emc1414 support (From meta-phosphor rev: 24d3218d45e7359f1104696cf7ac303033e52d92) Change-Id: Iad746452d57ebe131e48178e4e2d4023243b33fd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-06phosphor-virtual-sensor: srcrev bump c62a5548a1..e0d371e41fAndrew Geissler1-1/+1
Vijay Khemka (2): Check threshold values Add unit to dbus (From meta-phosphor rev: 46ead4c61c02b6e04956c0f53a1b300536c584b0) Change-Id: I0665fbac5f79a92a6e5ccfb079fd313047ff0aef Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-06webui-vue: srcrev bump bc0d61b5e8..efbd401dc4Andrew Geissler1-1/+1
Derick Montague (2): Fix icon color in documentation Fix property order to meet linting rules (From meta-phosphor rev: 642e1057a4074e3f362d934db031f1ebc1763df6) Change-Id: Ia85540606da963bbb912096836da2ab1c76a2381 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-06sdbusplus: srcrev bump 8fc063973a..c67e1e8730Andrew Geissler1-1/+1
Patrick Williams (1): sdbus++: support special double values (From meta-phosphor rev: 8f639adeff269352bd451388ed528d79a751847d) Change-Id: I2c8660bf66d45214a425b82f56b5f3ca1f693960 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>