summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-04-03phosphor-network: use python3Patrick Williams1-1/+1
(From meta-phosphor rev: 395d34d699b0ba041f8f0043b099c0512da82eb8) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I1946bbc3a576c4195c3827573c01ff35d991739b Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-03meta-phosphor: update DEPENDS for sdbusplus-nativePatrick Williams17-24/+21
sdbusplus has changed the package layout so that sdbusplus-native and sdbus++-native are now ${PYTHON_PN}-sdbus++-native. Update recipes that need to use sdbus++ (or its associated python modules) or remove the DEPENDS if it is no longer necessary. (From meta-phosphor rev: 2bebd1247cb78567441158b152c7a13f476afd4f) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I30f9c2220da9145ef0a7067e067aed1396d8b40d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-03python-sdbus++: remove sdbus++ executablePatrick Williams1-0/+9
When moving all packages over to use ${PYTHON_PN}-sdbus++ instead of the (python2-based) sdbus++ alias, I ran into frequent problems where BOTH python-sdbus++ and python3-sdbus++ were in the DEPEND-chain. When this happens, bitbake is upset because both packages install the sdbus++ executable. (Both are in the DEPEND-chain because some packages have transitioned to python3 and some have not.) There are two reasons someone might depend on the python-sdbus++-native package: 1. They need to use the sdbus++ executable to generate code. 2. They wrote their own scripts leveraging sdbus++'s module. For #1, we can force everyone to use the python3 varient by adding a DEPEND on python3-sdbus++-native and then removing sdbus++ (the executable). This will continue to install the python modules for #2. (From meta-phosphor rev: 737cd1accac2d00d9adfaced667da81e6207c66b) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia1c8697ecc36dffdc52b3e7206e428f8112e4ed2 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-03sdbusplus: srcrev bump ddc0eba2be..5de31846e2Patrick Williams5-33/+28
This srcrev switches from python2 to python3, which requires some adjustments in recipes and updates to the dual-support patch. Now, the python3 recipes have no patches and the python2 one has a revert patch. Patrick Williams (1): sdbus++: switch to python3 Waqar Hameed (1): Update README.md for Python 3 (From meta-phosphor rev: 07ce0de9aab794479036b94e9275d2fd97bb95b5) Change-Id: I10381d22d35deaf1726b597a0d690af098f21cc0 Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-03Build openpower-hw-diagsBen Tyner1-2/+3
Updated packagegroup-obmc-apps recipe to build openpower-hw-diags. (From meta-ibm rev: 3816f263d4dff1cf3ab2d55122935d051694a592) Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: Ib69e46853e26087343bf88bb09c7c1b463daa5be Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-03wspoon-tacoma: Remove ibm-loggingMatt Spinler1-0/+1
Now that the PEL code is enabled for this system, we don't need ibm-logging to provide IBM's logging functionality. (From meta-ibm rev: e131146858d6154e3c26a7b1ed1db8a7ed43385c) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I294a5c1254e661f44882e5d4f71fde7e70ecc029 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-03witherspoon: remove kernel patch for witherspoon-128Eddie James2-95/+0
This patch has been added to the openbmc kernel tree, so remove it here. (From meta-ibm rev: 77742a12a561aa70c9e413634ccabefe1297879e) Signed-off-by: Eddie James <eajames@linux.ibm.com> Change-Id: Ie0827dc0ac530ac3f9adbfbd8af3a6bdbdee19a9 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-03meta-inventec: remove unused lanyang-config recipePatrick Williams1-6/+0
(From meta-inventec rev: 303c45262638c1594278ef3a7ecfd7be2c9c0619) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I9f02a99788cee7cfe910a16d38179049766434f6 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-03meta-ingrasys: remove unused zaius-config recipePatrick Williams1-6/+0
(From meta-ingrasys rev: 3ffec70944abf2a222f8a57839584519fd4efd92) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ifedf4a3183af5ba3269b7edc28087e0ebd650528 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-03openpower-hw-diags: srcrev bump 970fd4fbb9..9ae5ca416dAndrew Geissler1-1/+1
Ben Tyner (3): Integrate openpower-libhei with openpower-hw-diags Combine attn handler and openpower hwdiags Added end2end test case (From meta-openpower rev: b24a6f1c2165779efb7cb6880acfe98fc31f02f2) Change-Id: I330341ef0d520de0ca66a4e2123da75cf236e66f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-03op-occ-start/stop should not impact host targetsAndrew Geissler1-2/+2
There have been some situations where things get so messed up that starting or stopping the occ monitoring on the BMC will fail. When this happens, the systemd target, obmc-host-start/stop can not complete. This really should be a wants relationship vs. a requires so that the targets can continue to start/stop the host. The service is not required to start/stop the host. (From meta-openpower rev: fe1136ab98b70c016720a4bd489d90d8feac17a0) Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I99f858b611ba58d9f66773d36b06a07f84c0dbfb Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-03stop-instructions should not cause host-stop failAndrew Geissler1-3/+3
There have been some situations where things get so messed up that you can not even stop the instructions on your processor. When this happens, the systemd target, obmc-host-stop can not complete. This really should be a wants relationship vs. a requires so that the target can continue to stop the host even when this service fails. (From meta-openpower rev: 8dfb06a8656eeff1c0393607a5bf9cdc6320aae5) Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I2704fecab789d6ffa8e274c37d0653bf64f3c8b0 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-03croserver: build using python3Patrick Williams1-2/+4
(From meta-openpower rev: 80327188d074d91d52500647bb09d810b5e5b2e6) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I64f184cc47835e0afc9663f9d377eddd5704729c Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-03openpower-hw-diags: Change SRC_URI, update SRCREVBen Tyner1-2/+2
Update to build with more recent revision of openpower-hw-diags code. (From meta-openpower rev: 8e6534a9293f2a5900644104389de1a247330b64) Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: Iffd0601f4ddfb1fd69840b5cab09583ab313b0a8 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-03Add MAINTAINERS fileJames Feist1-0/+67
(From meta-intel rev: 34e5b8ab4c7491cf757fa9f5b6443cb3f914d2f2) Change-Id: Iff80a8e761d9c787e7ad1b185100190e6e0d6d21 Signed-off-by: James Feist <james.feist@linux.intel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-03meta-intel: remove unused s2600wf-config recipePatrick Williams1-6/+0
(From meta-intel rev: 9005853fdc5a739e66cbcaccc477fc480374ab01) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I355e10115cc81b60287e5409610c033303082d5f Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-03linux-aspeed: KCS MCTP, XDMA, FSI, GPIO namesJoel Stanley1-1/+1
Eddie James (5): fsi: aspeed: Enable 23-bit addressing ARM: dts: aspeed: tacoma: Add iio-hwmon nodes for IIO devices hwmon: (pmbus/ibm-cffps) Add another PSU CCIN to version detection hwmon: (pmbus/ibm-cffps) Fix LED behavior again soc: aspeed: xdma: Fix command buffer overrun Joel Stanley (2): ARM: dts: aspeed: rainier: Add VGA reserved memory region ARM: dts: aspeed: raininer: Enable XDMA (From meta-aspeed rev: 6e60548f439e07806f3089a611f801ac85238f0b) Change-Id: I848095fb60f8a2e364e6ba939466cf834d3a31e3 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
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>