summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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-20Revert "Revert "poky: subtree update:b23aa6b753..ad30a6d470""Andrew Geissler416-113241/+1742
This reverts commit 4873add6e11c1bd421c83cd08df589f1184aa673. A fix has been put up for openbmc/openbmc#3720 so we can bring this back now Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: If59020a5b502f70aa7149fbef4ad2f50824d1ce6
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-18fans:witherspoon: Disable JSON on fan controlMatthew Barth1-1/+3
Witherspoon should still use YAML based configs for fan control instead of JSON. Once all of fan control's JSON support is available and witherspoon's YAML fan configs are converted to JSON, this can be removed to enable JSON. *Temporarily pin to 8e1b382122fed73e788d44f3a67cecbfbcc6972e to pass CI (From meta-ibm rev: 7ec9b860b5ea1d986702bb978b528ddcd28f2ce5) Change-Id: Ic31f5ab915d5478b9a2027732bd3ffd44f50b02f Signed-off-by: Matthew Barth <msbarth@us.ibm.com> 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-18rainier: Add virtual ambient temp thresholdsMatt Spinler1-0/+7
The phosphor-virtual-sensor code recently started checking the values of the upper/lower warning/critical thresholds for the virtual sensors and prints to the journal if they are exceeded. If the threshold values to use aren't specified in the JSON file, it will just set them to zero so any nonzero sensor value will trigger the trace. So, even though code will not use the threshold values for the virtual ambient temperature sensor, put some into the JSON anyway that should never be exceeded to avoid these traces. If the temperature does happen to go outside the range of between 0 and 100, then seeing the trace may be interesting anyway. (From meta-ibm rev: 9fdb9598d0eee4d9820962320391bb9f7e4568ea) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I1c6c5f1faaaf58599a3840eed6ec4749a70a1364 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-18remove += from _appendAndrew Geissler1-1/+1
No need to use _append and += (From meta-ibm rev: 72b20dddfcd790a0a0398ec4c16e76b54866b989) Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ibcbd5c83a137799f4f80d017e19a8d9b9a9f681f Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-17obmc-yadro-fwupdate: bump version bc26764..f141bdfAlexander Filippov1-1/+1
Alexander Filippov (2): * Add more clear message about machine mismatch * signature: handle image verification (From meta-yadro rev: 6b3feee568fe56b29af1051ee4506057a1504995) Change-Id: I792fda981263d250af3954f749f535ce3e733d17 Signed-off-by: Alexander Filippov <a.filippov@yadro.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-17obmc-yadro-cli: bump version 1b0347f2..9457a085Alexander Filippov3-8/+24
Alexander Filippov (2): vegman: sensors: use lssensors bmc/datetime: add time synchronization method This also adds some used tools as runtime dependency. (From meta-yadro rev: e884b08867fed7ba959ae86f4ff676ff94262062) Change-Id: Ifc702728ab05346ed44d4e33bdb986692cc28afe Signed-off-by: Alexander Filippov <a.filippov@yadro.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-17linux-aspeed: tacoma and rainier ramoops, ethanolx updatesJoel Stanley1-1/+1
Andrew Jeffery (6): ARM: dts: tacoma: Fix node vs reg mismatch for flash memory ARM: dts: tacoma: Zero-pad flash memory region length ARM: dts: rainier,tacoma: Fix size comment whitespace ARM: dts: rainier, tacoma: Comment reserved memory regions ARM: dts: rainier: Add reserved memory for ramoops ARM: dts: tacoma: Add reserved memory for ramoops Konstantin Aladyshev (3): ARM: dts: aspeed: amd-ethanolx: Enable KCS channel 3 ARM: dts: aspeed: amd-ethanolx: Enable devices for the iKVM functionality ARM: dts: aspeed: amd-ethanolx: Add GPIO line names (From meta-aspeed rev: 521b4bb4e011a86f27f1ef0f519cb3d161f8da35) Change-Id: I89a98cd464b4e4ae57bdad64126112a13f95723a Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-17MAINTAINERS: add filePatrick Williams1-0/+46
(From meta-portwell rev: 1a8c063c5b490a3d031e5b1c2c403479d22ce3fb) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib8180763df3175e4871241b53c39ce42871ed87c Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-17openpower-pnor-code-mgmt: srcrev bump 3387b3ec57..7c053c3f49Andrew Geissler1-1/+1
Brad Bishop (1): meson: fix busname (From meta-openpower rev: 29f6d7151310ea2b01b73a868070af5545ca8646) Change-Id: I3fc577dc9a392a2d03d3477ca7b47988abfcc9e7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-17openpower-hw-diags: srcrev bump 1c4b02ea68..fb19054539Andrew Geissler1-1/+1
Ben Tyner (1): Attn: Cleanup trace messages (From meta-openpower rev: e9a558866d4471f6781b69f5af51dc53fb539b53) Change-Id: I7b5166fe97589053ad80ee0c7b3d4ec7f97b7562 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-17openpower-libhei: srcrev bump abc51c2b6f..ba5dc16120Andrew Geissler1-1/+1
Zane Shelley (1): Build Chip Data binary files from XML (From meta-openpower rev: 64ce5cab440ddde777d130132146a54433d1715e) Change-Id: Ic9de8b9f9c89f19b43f779d997654b6019ca1327 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-17meta-amd: Add MAINTAINERS fileSupreeth Venkatesh1-0/+45
Adds MAINTAINERS file which lists the initial maintainer for the meta-amd repository. (From meta-amd rev: bf95777b8150cef8772d825124b9d72c5a727e9e) Signed-off-by: Supreeth Venkatesh <supreeth.venkatesh@amd.com> Change-Id: I498ecb9403c2c4cbfea3a0b4a2e1113fdf244d64 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-17meta-amd: Update chassis control applicationSupreeth Venkatesh2-92/+262
Updates chassis power control app based off of x86-power-control recipe with modifications needed to support EthanolX customer reference board. (From meta-amd rev: c375601d165c33c3f31019336dfae6ff04e3b9b2) Signed-off-by: Supreeth Venkatesh <supreeth.venkatesh@amd.com> Change-Id: Ib4de4a919a2f5ad5f2b40692a46d4b28b15a2fa9 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-17rainier: Only install one dbus-sensors serviceMatt Spinler1-0/+1
Rainier is only using the hwmontempsensor dbus-sensors service for now, so remove the other ones. Without this, 8 other services would be running at BMC ready state. (From meta-ibm rev: b51345ced440ca935f8678d8521a690301e63db5) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: If60d9a0ba585c029877c5fda77b5085cec394d04 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-16README: suggest Discord over IRC for supportPatrick Williams1-3/+3
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I7af13404d6e5101ac3d9d05d5f7d1c1d4e550d9d
2020-11-16README: Add Discord invite linkPatrick Williams1-0/+1
Add invite link to Discord per announcement email at https://lore.kernel.org/openbmc/20201112145740.GB4495@heinlein/ Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Iedde67dc94d071206688bece588ac2615bbb9f01
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-14openpower-proc-control: srcrev bump f38b35ecf0..5e5d44516aAndrew Geissler1-1/+1
Brad Bishop (1): build: update clang-format (From meta-openpower rev: d6bc07ce396e2c69ebd47aa35cf5cdf3d0d860be) Change-Id: Ida7e53b6ffb59d767c7ad88fa8b1fb4f71581f0d 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-13meta-amd: 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-amd rev: 10e0f894f2bce5d131ecc4befce524bf432448c0) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ic852613d8ed9b8255228cc787b365dd66e30e3c4 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-13openpower-pnor-code-mgmt: srcrev bump 87372ae14a..3387b3ec57Andrew Geissler1-1/+1
Brad Bishop (5): style: update clang-format c++17: drop experimental::filesystem fix compiler warnings build: add support for meson systemd: avoid {BUSNAME} (From meta-openpower rev: b0bdcc2c94a1a0facfc6ada1b07901e8b8ab5a27) Change-Id: I476e40c631fe31a865c5eb98f703567df8f8ad1d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-12wistron-ipmi-oem: srcrev bump 44cee319dd..ba89a1ea57Andrew Geissler1-1/+1
Ben Pai (1): Add wistron oem command to switch 250 soc image (From meta-ibm rev: 3aa9904064a954031fac32b462c26c0b6d541ef1) Change-Id: I6cc97288c35a1ac1f97f55ad0fe179dce9636bb0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-12openpower-proc-control: srcrev bump ec6a1b577c..f38b35ecf0Andrew Geissler1-1/+1
Brad Bishop (4): test: remove gtest subproject fallback meson: install executables meson: fix systemd service bugs meson: add checks, defaults Gunnar Mills (1): test: Makefile.am: Remove -lstdc++fs (From meta-openpower rev: 275f79f6025d6d870286a0d0c2b1e1e17a14e015) Change-Id: Ia1ffbdb2d0d0e7fec44892d931838f32be210c29 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-12openpower-hw-diags: srcrev bump 61465db5ed..1c4b02ea68Andrew Geissler1-1/+1
Ben Tyner (3): Attn: Seperate handling of PHYP and Hostboot TI Attn: Add FFDC logs to PEL Attn: Code cleanup based on local CI build output (From meta-openpower rev: b5be9aedbea87b36603385cb4b26d8246c56eddf) Change-Id: I23cb3c5ec56871e0ae15d8bfd6afce289ee1e7c4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> 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>