summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-04-01phosphor-led-manager: Move from python2 to python3Vishwanatha Subbanna2-2/+2
(From meta-phosphor rev: 2d8cb275e2ed8dea767988d52e196e945e081a52) Change-Id: I8b1f9c50c5ba13f11ea6be0d9bc062cfcda6667d Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-01phosphor-led-manager: Add python dependencies explicitlyVishwanatha Subbanna1-1/+3
Python dependencies for phosphor-led-manager is currently being satisfied by inclusion of sdbusplus in the recipe. This will break if sdbusplus changes its dependency list and hence adding python dependency here (From meta-phosphor rev: 48821f55ec14ab698b3ebcb568e30fc17ae1c8f6) Change-Id: I9b4cf14e4f9f9b6ac8296368a179678196a33298 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-01sdbusplus: use python3Patrick Williams1-1/+3
(From meta-phosphor rev: 11d5972170def0cafb42297f179312504a36ad02) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I0cb4eac12be86aa9379992756a5757ea2c51591a Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-01sdbusplus: split library and python scriptsPatrick Williams6-31/+120
(From meta-phosphor rev: 7aba8156394c5608565e549a1b9de3e9a91b5ff1) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I471c25139f9fef8c976613a9f8c25d7617c1aa8c Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-01sdbusplus: move SRCREV to inc filePatrick Williams2-10/+12
(From meta-phosphor rev: 25448842ef11e923d8c188e0a1d5b9b65bd3f8d0) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ic7c0746d6e92cb06d332ed7c75d128596b72dd78 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-01Remove /usr/bin/py.test and /usr/bin/pytest from install pathVishwanatha Subbanna1-0/+13
When moving to python3 and building openbmc, Yocto throws a QA issue in that, both python2 and python3 attempt to install /usr/bin/py.test, which is not used and hence this commit deletes the file (From meta-phosphor rev: 34ec91f787555b2d5086cc1e8c61c8e8833726f3) Change-Id: Ib7aca05972525e0edf6ad3b2c1f29759d761084c Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-01phosphor-host-ipmid: Move to python3Andrew Geissler4-6/+6
Bump the revision and use python3native (From meta-phosphor rev: 06fe96971a3201fc1f263f1ef5208e7b699604bb) Change-Id: Ia715f3b14f48a3430b8c0bb3257d3a274af7129a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-01phosphor-software-manager: Replace pythonnative with python3nativeAdriana Kobylak1-1/+1
(From meta-phosphor rev: a3ebfeac1c00fd9533d5ebd5985512eaf869f5a4) Change-Id: Idda3c8cd8cfc50bbf4e4ea5bf01235d3427553ba Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-01openpower-software-manager: Replace pythonnative with python3nativeAdriana Kobylak1-1/+1
(From meta-openpower rev: 476b9ea78ce9622eb11a460eba59cb17e6a393ec) Change-Id: I120169953014458817360e811d91e2827592e0cc Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-01meta-quanta: gsj: Add iperf3 for USB testFighterNan1-1/+2
(From meta-quanta rev: 93ccf3726852f3077d543122dbb40943f6b949ee) Signed-off-by: NanZhou <nanzhoumails@gmail.com> Change-Id: I6e502909baa505c8a6440c51cf98679e5d1c22ff Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-01pldm: srcrev bump a28707263a..76728757a6Andrew Geissler1-1/+1
Zach Clark (2): Support calling decode_get_pdr_resp with a NULL buffer Add platform completion code constants for getPDR responses (From meta-phosphor rev: e6f6b3d3d63395780269931b2a5f0ab501b0d243) Change-Id: Ib26cef8920d74e86d06bb747f7d7dd60989a67ef Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-01stdplus: srcrev bump 3b4c20fe51..a2d67e2052Andrew Geissler1-1/+1
William A. Kennington III (2): meson: Don't build tests or examples if subproject test: Allow optional usage of vendored googletest (From meta-phosphor rev: 248c1d92764ff45486ab0ae29ad167db705f4449) Change-Id: I22fd12e4b0e6ca893b9e7383a092a88245c8a35f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-01phosphor-logging: srcrev bump 1e71a4dcf6..2e5e08c3faAndrew Geissler1-1/+1
Harisuddin Mohamed Isa (1): PEL: peltool: Exclude info PELs by default Patrick Williams (2): build: minor python3 updates MAINTAINERS: update Deepak's email address (From meta-phosphor rev: 46f4a6a5298216cb97f9c5d0887f3b6f49314091) Change-Id: I9b8c144a081899fcdd9921011fa7de27a6241ef7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-01bmcweb: srcrev bump 12c7f4388b..3c27ed3bb4Andrew Geissler1-1/+1
Adrian Ambrożewicz (1): Authentication support for Legacy mode Agata Olender (1): Add handling of additional parameters of Insert Media action. AppaRao Puli (1): minor fix: Add missing res.end() James Feist (1): Protect against slow read attack Zbigniew Kurzynski (1): Fix for possible memory leak in mTLS. jayaprakash Mutyala (1): Sensor override allow only by Admin priv user (From meta-phosphor rev: f487a01c69644830dee902d456361b0a306dc329) Change-Id: Ie0d329118706c8e4b528ded228ea91a63da08511 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-01phosphor-dbus-interfaces: srcrev bump 6e7634da91..e08baa5944Andrew Geissler1-1/+1
Andrew Geissler (2): Revert "hw-error: introduce bmc quiesce state" block-boot: define interface for d-bus object Brad Bishop (1): remove more vim modelines Lei YU (1): Generate client headers for all interfaces (From meta-phosphor rev: 32e8f4c9e2f5a1380a8b065ffcd330c5e601729f) Change-Id: I36cb9700778b47b6b1b948f94b622ee4d5392f02 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-01jsnbd: srcrev bump bcc6cc5bca..74c8a72821Andrew Geissler1-1/+1
Adriana Kobylak (1): nbd-proxy: Increment refcount in print_metadata() (From meta-phosphor rev: 21e22aeb761728d3be39465fd77635663cea936e) Change-Id: I4543dcfbf4bce6ae23cb8d2b67dedd07f1753154 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-01phosphor-power: srcrev bump 8b89f1b183..e85499b63dAndrew Geissler1-1/+1
Shawn McCarney (4): regulators: Create ConfigFileParserError class regulators: Create configuration file parser regulators: Make TmpFile class common regulators: Skip validation tool tests in SDK (From meta-phosphor rev: d40b56703fce1256d7bbea1aca586ab5a0f8551f) Change-Id: I73202965a85719c22a8d97b409b56cd5a6e5bc19 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-01webui-vue: srcrev bump 5ee04ef522..1f9ed4c310Andrew Geissler1-1/+1
Yoshie Muranaka (1): Add local user account manual unlock (From meta-phosphor rev: fd688409b3bd9f00c5a7c1f843a0c517ef48d3f2) Change-Id: If8c788f4fa9de15c2ef49b292111c3c4c1067607 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-01meta-phosphor: entity-manager: skip unit testsBrad Bishop1-0/+2
Don't build the entity-manager unit tests. This works around an open issue where meson cross builds find build host gtest library. (From meta-phosphor rev: 97d49ab98a59402af87bea89b2028e8c33f34ee6) Change-Id: I0c16886249c278c5ef0b618f31ce9ae8fb15d293 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-31linux-aspeed: Move to 5.4.28Joel Stanley1-2/+2
This includes security and bug fixes from the 5.4.27 and 5.4.28 stable releases. (From meta-aspeed rev: 048aaa997f7ade428154f4457cdf5b25e16f5f65) Change-Id: I5abb494b6ab7acb5edf2060e568c7c580bf3ca24 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-31linux-aspeed: KCS MCTP, XDMA, FSI, GPIO namesJoel Stanley1-1/+1
Andrew Geissler (3): ARM: dts: tacoma: Add KCS node for LPC MCTP ARM: dts: aspeed: romulus: Add gpio line names ARM: dts: aspeed: zaius: Add gpio line names Andrew Jeffery (2): misc: Add ASPEED KCS driver for MCTP purposes ARM: dts: witherspoon: Add KCS node for LPC MCTP Eddie James (7): ARM: dts: rainier: Add KCS node for LPC MCTP soc: aspeed: xdma: Switch to reserved memory dt-bindings: soc: xdma: Switch to reserved memory node ARM: dts: aspeed: tacoma: Add reserved memory for XDMA ARM: dts: aspeed: witherspoon: Add reserved memory for XDMA ARM: dts: aspeed: ast2600: Set arch timer always-on ARM: dts: Aspeed: Add witherspoon-128 machine Joel Stanley (3): ARM: dts: aspeed: tacoma: Add GPIOs for FSI fsi: aspeed: Support cabled FSI ARM: dts: aspeed: tacoma: Add line names (From meta-aspeed rev: 22600b6fc6d6bdcf33407b7cf8d32b8c09a713e7) Change-Id: I9251473c0a5b4601845d3c0d588b5a3bdb1d4f40 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-31phosphor-logging: Move to python3Matt Spinler1-2/+2
Bump the revision and use python3native. (From meta-phosphor rev: b25f08bdf4b1480d13660867ecbb0286b68de54e) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I0998168b475ea39c655f07643be6917103dab900 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-31dbus-sensors: srcrev bump 6b1247a16d..f3fd1915faAndrew Geissler1-1/+1
Yong Li (1): Check if the object is still valid in the timeout callback function (From meta-phosphor rev: ccdbced2d4af47e92f675ce7366be1a18edf829a) Change-Id: I95a58d50fd80bce99af995c7dbe35bfcbd7a894e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-31intel-ipmi-oem: srcrev bump 8709fbb3a3..3150b3d035Andrew Geissler1-1/+1
Yong Li (1): ipmi-whitelist: Add set/get EFI boot options commands into whitelist (From meta-intel rev: 816a334230baf84580b3d98b7bfd1c78f31ca559) Change-Id: I8fd0ab9862fb51c5091aca7d2c7004c5cb083673 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-30wic/filemap: If FIGETBSZ iotctl fail, failback to os.statAdriana Kobylak1-2/+4
Some file systems don't support fetching the block size (notably the file system Docker uses for containers), so if iotctl() fail, try to use failback via os.stat() to get block size. (From OE-Core rev: e219f5175177a640dd62833082ea19adc1c13d42) Signed-off-by: Kalle lampila <kalle.lampila@lempea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Change-Id: I25a4c0c70f68a4801abf8f8ca2408aab14fc4b78 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
2020-03-30perf: Additional fixes for 5.5+Joel Stanley1-2/+2
In e5c4f3127521 ("perf: fix build for v5.5+") the recipe was fixed for 5.5 kernels. Testing shows that perf's build system also uses a file from the scripts/ directory to generate a bpf header, so this must be added to the list of files to perform a replace on. Additioanlly the replacement would run on all occurances of /usr/bin/python first, resulting in lines that contained "/usr/bin/env python32". This re-orders the sed lines to avoid that. This fixes warnings such the following: File "/usr/lib/python3.6/sysconfig.py", line 421, in _init_posix _temp = __import__(name, globals(), locals(), ['build_time_vars'], 0) ModuleNotFoundError: No module named '_sysconfigdata' Signed-off-by: Joel Stanley <joel@jms.id.au> Change-Id: I8d0011908c87d5fbcf1c3aefb362fe6beb64d22e
2020-03-30perf: fix build for v5.5+Bruce Ashfield1-0/+1
In kernel 5.5+ there are python3 scripts that explicitly use /usr/bin/python3 as the interpreter. That will find the host python and produce undefined results. We add that interpreter path to our substitutions to ensure that our sysroot variant is used. (From OE-Core rev: 103316d50d4947b3c3500eb5cbc4845702a62d22) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Change-Id: I3edfd9f105e350ca58bdfa09f905013f144798fd Signed-off-by: Joel Stanley <joel@jms.id.au>
2020-03-30poky: meson: cherry-pick 0.52.0 -> 0.53.2William A. Kennington III8-135/+39
Alexander Kanavin (3): meson: update 0.52.0 -> 0.52.1 meson: update 0.52.1 -> 0.53.0 meson: upgrade 0.53.0 -> 0.53.1 William A. Kennington III (1): meson: upgrade 0.53.1 -> 0.53.2 Change-Id: I5617b9f3f710968e57e0c3330dc57abe3f23d1e2 Signed-off-by: William A. Kennington III <wak@google.com>
2020-03-28webui-vue: srcrev bump 30abccbed8..5ee04ef522Andrew Geissler1-1/+1
Sukanya Pandey (1): Add mocha and chai test framework (From meta-phosphor rev: 79a95dc145698c26668dda17ddc9c52657920b0e) Change-Id: I1260d89cc6512ad9430437db1efe3f2347c48a18 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-28phosphor-ipmi-flash: srcrev bump 382d2a0ee6..d8515a6c83Andrew Geissler1-1/+1
Rui Zhang (1): tools: add configuration to enable PPC host memory access (From meta-phosphor rev: 48b51d5f4affb4b843698371dfa2052781f93621) Change-Id: If48fe7b17c62108a67295823a373d5d9271e7b21 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-28phosphor-bmc-code-mgmt: srcrev bump 1891869f39..1bb6dcb4a1Andrew Geissler1-1/+1
AppaRao Puli (2): Add updateable association to active BMC FW object Build issue fix with ubifs (From meta-phosphor rev: 850530a997fc73d9e48a0385d88bb88b3b5e4ab9) Change-Id: Icbb3260669c313b61c06029f0ba4ba4be367beb2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-28meta-phosphor: fru-device add predicateBrad Bishop1-2/+4
Predicate building fru-device on distro support for IPMI FRU. (From meta-phosphor rev: 6281b85d413845e2dee6279d3812299740e1a756) Change-Id: I18ae3650624a05aed781cf84856fac0b18460d3b Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-28meta-phosphor: distro: add ipmi-fru distro featureBrad Bishop1-0/+1
Add an ipmi-fru distro feature. The ipmi-fru distro feature selects support for the IPMI FRU format. Initially this will be used by the entity-manager recipe to select the fru-device meson option provided by that project for building the fru-device application - an ipmi fru format parsing application with dbus support. (From meta-phosphor rev: 5a1fc9e6c9701eebd98c1ac94032206b3879aca1) Change-Id: I86b8c5d2625b8ea856946e5e4de055bb14f8ffa7 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-28meta-phosphor: entity-manager: use meson buildBrad Bishop1-4/+1
Meson build is quickly becoming the de-facto standard build system for OpenBMC applications. Meson support was added to entity-manager recently - use it when baking. Performance is unaffected. (From meta-phosphor rev: c9708901440892ea45a18d4d09a4d6a9a182de90) Change-Id: Id5462e63da6b063181a839e16e02c98351feea0f Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-27openpower-proc-control: Add new service file for setting the SPI muxEddie James1-0/+1
This service file is only necessary with phal-type systems, so only install it there. (From meta-openpower rev: 85ffbd0d999a823d4d07042c8bb36d89a48fd66d) Signed-off-by: Eddie James <eajames@linux.ibm.com> Change-Id: I4335368cf7c57fc74f70efa5f4906189c2791954 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-27wspoon-tacoma: Enable the PEL logging extensionMatt Spinler1-0/+1
Creating Platform Event Logs from OpenBMC event logs has already been enabled on other systems, and this commit enables it on Witherspoon-tacoma. (From meta-ibm rev: fb1595d74e96dd18d5f957bb53e12127f12932c9) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: Ie6be582c2ab417a3752ff43bf37330c6920fa297 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-27pldm: srcrev bump 442210e450..a28707263aAndrew Geissler1-1/+1
George Liu (6): oem/libpldm: Implement requester flow for GetAlertStatus oem/libpldm: platform: implement responder flow for GetAlertStatus oem/pldm: Implement GetAlertStatus command pldmtool: oem: Implement GetAlertStatus command pdr: Update D-Bus mapping structure pldm: Optimized parsing of PDR JSON files Jolie Ku (1): libpldm: Implement encode/decode for GetNumericEffecterValue The spec of GetNumericEffecterValue command refers to DSP0248_1.2.0:22.3 (From meta-phosphor rev: aac9070038b3668b6f5007a8bcdb70046d21e4e2) Change-Id: I52be851248f6dbdc7fc002ef8aca990c92649c48 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-27webui-vue: srcrev bump 5f263e8f47..30abccbed8Andrew Geissler1-1/+1
Yoshie Muranaka (1): Add Sensors page (From meta-phosphor rev: e61bbddd9df79ac47d42ecf11ca25c16ce948d3b) Change-Id: Ib47b6c14c59ac913a673b3091dcd6be8456b4788 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-27phosphor-ipmi-flash: srcrev bump 79fc7c0680..382d2a0ee6Andrew Geissler1-1/+1
Rui Zhang (1): Add namespace testing for DoAll in tools_net_unittest.cpp (From meta-phosphor rev: d4f7064634e91e38232420ffc6785652b12cc602) Change-Id: Ib733b36efe8f7ee201900aa08d6c45127d4e5735 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-27meta-phosphor: dbus-interfaces: use assignment operatorBrad Bishop1-1/+1
Use the assignment operator instead of appending when setting SRC_URI in a recipe. Appending to variables without a default such as SRC_URI in this context is nonsensical and a distraction (granted a minor one) for anyone accustomed to looking at bitbake metadata. Perhaps more importantly it confuses tools like devtool. (From meta-phosphor rev: 10862f2d1890435270651acd8448abca33b7419f) Change-Id: I9a0fbc3c731499d7f6075c15ff56f24fe0e3d65b Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-27meta-phosphor: distro: remove obmc-settings-mgmtBrad Bishop5-9/+3
Remove VIRTUAL-RUNTIME_obmc-settings-mgmt. phosphor-settings-manager is the de-facto standard for settings management in OpenBMC. This is a minor improvement to ease of consumption and comprehensibility. If a popular alternative to phosphor-settings-manager emerges, revisit the need for this abstraction then. For un-popular alternatives, bitbake still provides the means for doing this entirely in downstream layers. (From meta-phosphor rev: a71cf481ef2f836c839542818e03eda058bc5ef9) Change-Id: Id563e252c14627e5842c9353e0631901be876326 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-27meta-phosphor: distro: drop meta-virtBrad Bishop1-6/+0
meta-virtualization was dropped from Phosphor OpenBMC awhile back. There isn't any reason to continue setting this variable. (From meta-phosphor rev: 5388be3ff1475f9214ff4372acbe6a2f1831bb4d) Change-Id: I62dc934e07983623e924b657d7373714b42c9fa4 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-27meta-phosphor: distro: remove loggingBrad Bishop2-2/+1
There isn't any recipe metadata with any conditional logic around this distro feature. Remove, for a small improvement to comprehensibility. (From meta-phosphor rev: b670a101cd22746227ca3fd7ef8615f04aa97fd4) Change-Id: Ie893015545db146512ef4cb216d94e80e8ac5050 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-27meta-phosphor: distro: remove user-mgmtBrad Bishop1-1/+0
Remove the obmc-phosphor-user-mgmt distro feature. It doesn't have any references in any upstream metadata. (From meta-phosphor rev: 123e391db9b2e23082dc087ae524b2624c6b13c1) Change-Id: I37fad05647629af78236cd9fea0d1fd4b2faa7dc Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-26Fix Inventory File For TacomaSantosh Puranik1-0/+8
This commit fixes the inventory file used by openpower-vpd-parser on Tacoma. Changes include: * Fix the EEPROM path used to point to the right I2C bus. * Fix the FRUs and OBJECTs that the file contains. Tested: Made sure that the right inventory file makes it to the image. (From meta-ibm rev: f591790414025f25947b2327021e86d4d70709ab) Signed-off-by: Santosh Puranik <santosh.puranik@in.ibm.com> Change-Id: I20852c9cc2aa6875673925c7588b335dc2ee29d0 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-26meta-quanta: gsj: Add service for setting hotswap controllerSpencerKu4-0/+107
(1)Add a service for setting the value to hotswap controller, and checking the return value is right. (From meta-quanta rev: 83d0a87b74ac974112873690739727167137793d) Signed-off-by: SpencerKu <Spencer.Ku@quantatw.com> Change-Id: I51c5512562429351c007fd4ae9225b8d7097435f Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-26witherspoon: Tacoma target should be full imageJoel Stanley1-1/+1
The commonly used target for Tacoma is to build obmc-phosphor-image. (From meta-ibm rev: 2789e4e691624911c9f570a9451518f7947a4e9e) Change-Id: Ie9e53df2127713cc467d85aafe2cd9f9aef2f7c5 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-26tacoma: Create obmc-console configJoel Stanley1-0/+3
This configuration doesn't enable the rear uart. There has been an issue when sending large amount of data from the VUART -> obmc-console-server -> UART that is still under investigation. The rear uart is not used for development, so it can be disabled for now. (From meta-ibm rev: e3befcfc5e7e89bba7eba316c01e2b93001029a4) Signed-off-by: Joel Stanley <joel@jms.id.au> Change-Id: Ib3ec92572fd8551a3d6db39616b016730edf5612 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-26webui-vue: srcrev bump fd22b5b0e7..5f263e8f47Andrew Geissler1-1/+1
Derick Montague (2): Update issue templates Merge remote-tracking branch 'github/master' (From meta-phosphor rev: c3954a8a3bf21c8f57188e24d2fbd1feb14c7e0b) Change-Id: I10049dc7396d5685dbad888398f3c9d22faa36bc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-26meta-phosphor: logging/post/dbus-iface bumpsMatt Spinler3-3/+3
The phosphor-dbus-interfaces bump has commits that have coreqs to phosphor-logging and phosphor-post-code-manager. phosphor-dbus-interfaces: Andrew Geissler (1): hw-error: introduce bmc quiesce state Carol Wang (1): Dbus: Change interfaces for Scheduled Host Transition Matt Spinler (2): Add update timestamp property on Logging.Entry Add Logging.Create.CreateWithFFDCFiles method Vijay Khemka (1): State:Host: Add restart cause Zhikui Ren (1): Add Timestamp to BIOS POST Codes and Boot Cycle Count phosphor-logging: Matt Spinler (1): Add createWithFFDCFiles D-Bus method stub phosphor-post-code-manager: ZhikuiRen (1): Add timestamp to BIOS POST Codes log and DeleteAll interface (From meta-phosphor rev: 585674d921fda6331eab40d107f8723184f13f05) Change-Id: I3c05a415ff3c76e227e43ba048c6b718f01092e6 Signed-off-by: Matt Spinler <spinler@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>