summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-09-24python: don't sort the manifest in create_manifestAndrew Geissler2-836/+840
Instead of sorting the entire manifest when it is updated, use OrderedDict to preserve the order of fields.This means that packages can be ordered in the manifest to allow non-trivial FILES assignments (such as a package that picks up pieces of other packages) The manifest has been regenerated with the new stable ordering, and distutils-staticdev moved above distutils so the packaging rules work as expected. This is a backport of the same changes done by Ross Burton for python3 Changes since v1: - Moved distutils-staticdev above distutils so packaging rules work as expected. Changes since v2: - Rebase (From OE-Core rev: 3c62c42ebde9dd4acdc74c56160d6ce8639b497c) (From poky rev: b0f5feea01646613626fca99b8e632ab712eaca2) Change-Id: If5cb97356feffd91ad919e07a3820c0184166c52 Signed-off-by: Andrew Geissler <geissonator@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-24Nginx adds http security headersJoseph Reynolds1-0/+13
Nginx now adds security-related headers to HTTP responses per https://www.owasp.org/index.php/OWASP_Secure_Headers_Project and consistent with openbmc/bmcweb (see header file include/security_headers_middleware.hpp). Tested: curl -D headers http://${bmc} redirects to https No security headers apply, and none are sent curl https://${bmc} contains security headers and works properly curl https://${bmc}/xyz/openbmc_project/software contains Strict-Transport-Security header, and works curl ... -X POST -T ${image} https://${bmc}/upload/image" works firefox http redirects to https firefox https://${bmc}/ logs in and works Resolves openbmc/openbmc#3195 (From meta-ibm rev: 8202b2639cba28a71640db48e38f6b7f1d3eaed0) Change-Id: Ie20169abbca02471fa5dc89bebba8a6cdf722cd6 Signed-off-by: Joseph Reynolds <jrey@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-24phosphor-host-ipmid: srcrev bump bae471cb4e..069db2fd85Andrew Geissler1-1/+1
Adriana Kobylak (1): sensorhandler: Remove legacy functions Xo Wang (1): apphandler: Add storage for Get/Set System Info Parameter (From meta-phosphor rev: 55b8caee21440816f5e28ddc88be61e391156daf) Change-Id: I1a81989cacb9bd2bffd6be3f1a9852a1ed42ceb6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-24phosphor-rest-server: srcrev bump 4aa10001c7..ba043644adAndrew Geissler1-1/+1
Brad Bishop (1): Enable pycodestyle (From meta-phosphor rev: 65f55d56a32372d9291eae90a4288a81bc15f78b) Change-Id: I06ec99ed5d4ecdfd4d9f15522e29480547a7dfd1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-24sdbusplus: srcrev bump 5b701c66a8..703892e2d9Andrew Geissler1-1/+1
Adriana Kobylak (1): exception: Add .get_errno() method Manojkiran Eda (1): Installation of sdbusplus on custom distributions Vernon Mauery (1): Fix memory leak in async_send_handler error path (From meta-phosphor rev: e3061e3b688675514a26224d1b7ead363b69cddd) Change-Id: Id40d527155c9649fe3ae65a4985a4975a053b69e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-24meta-ibm: Rename bb file collectionsBrad Bishop6-15/+15
Typical upstream layers have a -layer suffix. Rename collections from foo to foo-layer to match this de-facto standard. Some existing layers that use this convention include: openembedded-layer networking-layer perl-layer virtualization-layer (From meta-ibm rev: 32478afb0f68ba711b816d1dbaecf379c67cc928) Change-Id: I5c22956cf289263d5cef1e3c1babb2d1f5a10a3d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-24meta-nuvoton: License wording cleanupBrad Bishop3-14/+193
Whitespace fixes. The LICENSE file referred to a mix of licenses but only listed MIT. Add an Apache fallback for anything that isn't explicitly stated. (From meta-nuvoton rev: f0403cadf1a796fe04b0ba21b224ff66be591e9e) Change-Id: I2cd59cc2a968ecc4d381967e626978b1fa58edfa Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-24meta-google: add google-ipmi-sys to obmc-phosphor-imagePatrick Venture1-0/+1
Add the google-ipmi-sys package to the obmc-phosphor-image so that it is installed when this layer is included. (From meta-google rev: eb12226c53cf875ba8a760d255076e65ac7c1ba5) Change-Id: I3350fb615e1ad054b09775def7df7572674e5c2d Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-24phosphor-watchdog: srcrev bump 8f6c51564d..3bb2f4006fAndrew Geissler1-1/+1
William A. Kennington III (2): Switch to C++17 Standardize Action -> Target Map Type (From meta-phosphor rev: 4c7a80919ffe1d82190c24fc75ad02ffcfd681b3) Change-Id: Ic9d9972d34d4fbccc378d1e59d845f200381e958 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-24phosphor-host-ipmid: srcrev bump 1f4bc1f079..bae471cb4eAndrew Geissler1-1/+1
William A. Kennington III (1): app/watchdog: Only log internal failures once (From meta-phosphor rev: 3eb9e0838ff1523736285ba3bf774c94add686af) Change-Id: I8725c0c87312afdfd1aba8bfac9ebdfaf884c7d7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-24sdeventplus: srcrev bump 81282e1a2b..6a447baf3aAndrew Geissler1-1/+1
Gunnar Mills (1): Spelling fixes (From meta-phosphor rev: 2de9505f07e2ce0ac6871fd0027e608e86fafb24) Change-Id: Ifa628ec6707797ba58df7159f620ba16304e3ed4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-24phosphor-pid-control: srcrev bump 07c3a80e09..3dfaafdacaAndrew Geissler1-1/+1
James Feist (1): Add hysteresis to stepwise controller Patrick Venture (2): build: fix conditional build: configureDbus replacing linked objects (From meta-phosphor rev: c522be0734f6bce41574ab4daa5a74c3cd9c7743) Change-Id: I0b23dfd01ace768e9a64aa6245a11f2e7dbf56e4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-24Enable kernel logs in journalAndrew Geissler2-16/+0
At one point there were duplicate kernel logs going into the journal. One was disabled (e9722d1) using systemd configuration options. Not sure what changed but recently no kernel messages have been going into the journal. Testing: Verified that only one kernel message appears in the journal with this change. (From meta-phosphor rev: 9e5d2bf6d989261478ec0d17705bb883c84ad4a5) Change-Id: I93bc90b53a0926c610304f73b567e56ad13a0ff1 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-24Increase StartLimitIntervalSec to 240sAndrew Geissler1-5/+9
The DefaultTimeoutStartSec is 90s. If a service is hitting this timeout repeatedly then the StartLimitIntervalSec needs to be set in a way to handle this worse case scenario so that the service which is timing out does not continuously get restarted. This means it needs to be set to: StartLimitBurst*DefaultTimeoutStartSec + StartLimitBurst*<worst case processing time> (30s) which currently would be 2x90 + 2x30 Ref: systemd-system.conf Tested: Verified that if 90s timeout is hit in service that it is no longer restarted after 2 attempts. Resolves openbmc/openbmc#3379 (From meta-phosphor rev: ee52526c80eaca65a581c01bcf703861ec1a80b6) Change-Id: I8ff4febeb46a746dd3e5e625c5bdc3735963799b Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-24recipes-google: google-ipmi-sys: recipe cleanupPatrick Venture1-7/+5
Drop unused dependencies and add proper LICENSE line. Renamed the recipe to follow git revisioned recipe style guidelines. (From meta-google rev: f52dcabd9bd75ad73e8aee3681f05f3e68377a46) Change-Id: Ifc59c52ea4969e8d468962b4473ca063465d728b Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-21split net-snmp-libs into smaller packagesAlexander Filippov3-14/+24
By default `net-snmp-libs` contains all compiled libs. This commit splits `net-snmp-libs` into subpackages for each library. This allows for smaller resulting image due to finer packaging. Resolves openbmc/openbmc#3360 (From meta-openembedded rev: 131eb1f69791dda54557d0f919903cbd73831440) (From meta-phosphor rev: 5189717bbabf4db394b69ee7179ce18764cd9af0) Change-Id: Ia2b79be41977723996696c3e549a087aeaf2cab6 Signed-off-by: Alexander Filippov <a.filippov@yadro.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-21bison: Fix build break with glibc 2.28Khem Raj2-0/+22
(From poky rev: 5e441f3f8aa896e264f44ba8b699e5841cceade4) Change-Id: I102a6c7491d1ad3d042266fa4c8cd1193ef9cee3 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-21m4: Workaround gnulib's fseeko.c implementationKhem Raj2-0/+130
exposed by glibc 2.28 for details see https://lists.gnu.org/r/bug-gnulib/2018-03/msg00000.html (From poky rev: 95ca077ab871ceff46c2052f324f879a1d624ff4) Change-Id: I836e7f61360fdd12677f34064805e180b8ce0b16 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-21sdeventplus: srcrev bump 7f58b2a1ec..81282e1a2bAndrew Geissler1-1/+1
William A. Kennington III (1): utility/timer: Implement (From meta-phosphor rev: c6688c410696473ed856d4e1c78446c21fbdedc0) Change-Id: I18e7a0c937442b3278332a845d48cc913e357e42 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-21phosphor-webui: srcrev bump c3abaa9b8b..23ec5bda1fAndrew Geissler1-1/+1
Gunnar Mills (1): Make wording consistent (From meta-phosphor rev: 20702093b851799065a8a9c4ae8a4804a0c95d23) Change-Id: Id7a0c6f25ebb990872db961d970e174a066d2c42 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-21phosphor-pid-control: srcrev bump 22c257abd2..07c3a80e09Andrew Geissler1-1/+1
Patrick Venture (1): ipmi: add iana header for openbmc oen (From meta-phosphor rev: 1fce8a8190c63bb5efb5ddf721c7036b1ce1169e) Change-Id: I666c2a2f65f7c8bda84446e1a1dd373f952ff808 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-21packagegroup-op-apps: Remove obmc-pcie-detectAdriana Kobylak1-1/+0
The obmc-pcie-detect was added for the Barreleye system which is not maintained anymore, and this app does not work on other supported platforms like Witherspoon and Zaius since it exits during an initial check. Therefore remove the package. Tested: Checked that there were no errors in Witherspoon. (From meta-openpower rev: 44c32142f7424731144c29778493bbb6c0901580) Change-Id: I503a4660f51f11034eedc7036e1fcdb33d678484 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-21meta-openpower: Rename bb file collectionsBrad Bishop1-4/+4
Typical upstream layers have a -layer suffix. Rename collections from foo to foo-layer to match this de-facto standard. Some existing layers that use this convention include: openembedded-layer networking-layer perl-layer virtualization-layer (From meta-openpower rev: 4719e692ac88694fa90a0cb60e5484fef6158351) Change-Id: Ia5dee3c211b55be703001b624658aa479c0fd15c Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-21sdeventplus: srcrev bump de22092139..7f58b2a1ecAndrew Geissler1-1/+1
William A. Kennington III (3): test: Build test cases with their respective c++ files source/time: Fix missing documentation source/io: Fix documentation (From meta-phosphor rev: be6921ff9575971dfbcfea41e853fcd868e0aa74) Change-Id: I808600243a2a03d716a4b32e5bb75f7ea5e8eeaf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-21phosphor-host-ipmid: srcrev bump e59abfbade..1f4bc1f079Andrew Geissler1-1/+1
Patrick Venture (2): openbmc oem code: add blobTranserCmd storagehandler: add missing cstdint header (From meta-phosphor rev: efa1d627b1e8c74abfc6256b89e65ab2863075fb) Change-Id: Ibe258317b82017c903a5250ebf13ce38fcb3b65f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-20phosphor-webui: srcrev bump cff6150871..c3abaa9b8bAndrew Geissler1-1/+1
Gunnar Mills (1): Button to remove NTP server beccabroek (1): Activate image and reboot host (From meta-phosphor rev: 0e2c6e1f8443bfbb69a1f6e612630674b0c54f4c) Change-Id: I6e2e000403a2c6c0c4229d1cccf3a5f92a0d7513 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-20meta-google: add google-ipmi-sys packagePatrick Venture1-0/+36
meta-google: Add the google-ipmi-sys package. This package handles a series of OEM IPMI commands we expect to exist to provide information to the host software infrastructure. Tested: Verified the daemon and systemd target are installed when added to the obmc-phosphor-image. (From meta-google rev: 0d9aa6919ba00b3a664730f8b8a9c770a9edae81) Change-Id: I54c534680298a08743b39c384079794173ee517f Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-20bmcweb: srcrev bump 683f727657..e3cb5a319aAndrew Geissler1-1/+1
Ed Tanous (1): Clean up rest-dbus interface (From meta-phosphor rev: cb0a46bb71392e7d4d02b631a9e63406846b764f) Change-Id: I0e023de3c73198357172060789cd40bee39b00c8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-20phosphor-led-manager: srcrev bump 08d613e7d5..e77b8345d8Andrew Geissler1-1/+1
Matt Spinler (1): Remove trailing slash on path in GetObject call (From meta-phosphor rev: b0e9bb522fefa3f9216f00f82d62d172338d6c0f) Change-Id: I95ed7336bda5bcb1100cead1dbf8069eb318053f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-20phosphor-bmc-code-mgmt: srcrev bump 1e648729a5..a696359077Andrew Geissler1-1/+1
Adriana Kobylak (1): Fix being able to activate a Failed version (From meta-phosphor rev: 560c62ebf2f8064fbde11bfc787c68eb9e9ade93) Change-Id: Iab0cfc524abeb6cc5cd3b96b27de1c345086a42b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-20phosphor-webui: srcrev bump 295bcee474..cff6150871Andrew Geissler1-1/+1
beccabroek (1): Button to remove DNS server (From meta-phosphor rev: 466f2532d210ab926e684fd70ef259d42a39dd1b) Change-Id: I24cad9fd345d98fd8967057f4081d140d30f5ac8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-20linux-aspeed: Fix UBI regressionJoel Stanley1-1/+1
Joel Stanley (1): Revert "ubifs: xattr: Don't operate on deleted inodes" (From meta-aspeed rev: 99eff9eaca4884b1cff734f6bae60fe6b5eabe8a) Change-Id: I5f677a38179cefb48e114a7371b7cbccf4f3bfb8 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-19sdbusplus: srcrev bump 035c73b213..5b701c66a8Andrew Geissler1-1/+1
William A. Kennington III (1): bus: Add sd_bus_call() helper that ignores errors (From meta-phosphor rev: f1108a475368326d68d840318ba89dcea6dd0f8c) Change-Id: I256c44467b546bb9121f49334cc4924acae13007 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-19phosphor-hwmon: srcrev bump af6227a3eb..86e58fffbbAndrew Geissler1-1/+1
Patrick Venture (2): Build as c++17 .gitignore: added unittest logging output (From meta-phosphor rev: c7a0db19b262f25ee18ed6b05deb07c4413fd729) Change-Id: I4398e076e3a5a30fc6d74edff5fd658730cabaad Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-19phosphor-dbus-interfaces: srcrev bump 06b4df97b7..bf21cfa864Andrew Geissler1-1/+1
Tom Joseph (1): Add interface to assign privilege to groups (From meta-phosphor rev: e31dd3954cf5ba88e7f2ad1b302cf7a077901716) Change-Id: I84628038f673ee1105672c2c5486762a7988143d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-19kcsbridge: srcrev bump a1c50751b5..ccf086f151Andrew Geissler1-1/+1
Gunnar Mills (1): Spelling fixes (From meta-phosphor rev: 628e7c064ac5d0771421938e41da91e2a0ed0eeb) Change-Id: I8a6547fbe7c3c3727f9125fe2e8fa864ba1a7c3b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-19bmcweb: srcrev bump 2daf672562..683f727657Andrew Geissler1-1/+1
Ed Tanous (5): Generalize the "Async Response" pattern Remove the providers interface from systems Modernization of systems Implement Computer System reset action Implement JsonSchema endpoint (From meta-phosphor rev: aa449de22ef27f55ff74c75214f8f86bc08c612e) Change-Id: I4ea20dd4e48d311c7a08042e5122fbfa632b594f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-18phosphor-bmc-code-mgmt: srcrev bump d9341b4a9f..1e648729a5Andrew Geissler1-1/+1
Gunnar Mills (1): MAINTAINERS: Update my email and IRC (From meta-phosphor rev: b1207e6157e411d419c9088a82fc1635c86404f7) Change-Id: I5a55754b875530acef6b91374ceb2ac9c3829e44 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-18phosphor-webui: srcrev bump b7ea279015..295bcee474Andrew Geissler1-1/+1
Gunnar Mills (1): MAINTAINERS: Update my email and IRC (From meta-phosphor rev: 2988d1be3b2fb979bd383408bcf8385c01c4717e) Change-Id: I2d83c5447afe7b73b312e8804686f4a7761ddbbc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-18openpower-pnor-code-mgmt: srcrev bump 275bb98c90..1f985b69a6Andrew Geissler1-1/+1
Gunnar Mills (1): MAINTAINERS: Update my email and IRC (From meta-openpower rev: 79342e95513abbed4160d01ff7d404b51b10ce8c) Change-Id: Ib7fd894f9dd0c7cb3da0b6ee6242197b6e76faf3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-18linux: Move to 4.18 based treeJoel Stanley1-3/+3
This rebases the OpenBMC kernel tree on a 4.18 base. This includes patches backported from 4.19-rc1 and out of tree patches. Avi Fishman (2): USB host: Add USB ehci support for nuvoton npcm7xx platform dt-bindings: usb: new ehci-npcm7xx dt Dan Carpenter (1): USB: host: ehci-npcm7xx: Fix some error codes in probe Tomer Maimon (4): dt-binding: hwmon: Add NPCM7xx PWM and Fan controller documentation hwmon: Add NPCM7xx PWM and Fan driver dt-binding: pinctrl: Add NPCM7xx pinctrl and GPIO documentation pinctrl: nuvoton: add NPCM7xx pinctrl and GPIO driver (From meta-nuvoton rev: a9a500c790336b9c63e99aa47a0f258affb40ffa) Change-Id: Iadb2e5bf8740780437b9b68d6ea699b48f48290a Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-18linux-aspeed: Move to 4.18.8 stable releaseJoel Stanley1-2/+2
(From meta-aspeed rev: 1bab4c4a3a0f01bc5a1aff12a5774a71e532feba) Change-Id: I4a460c4c112f829a98602ac73914cdbbcc6416f7 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-18linux-aspeed: i2c irq fixesJoel Stanley1-1/+1
Guenter Roeck (1): i2c: aspeed: Acknowledge most interrupts early in interrupt handler Jae Hyun Yoo (1): i2c: aspeed: Handle master/slave combined irq events properly (From meta-aspeed rev: 9da1eb2ea0a22ff69f20e59060e8b078af8b9b2e) Change-Id: Ib27364f289425c54972a347e2dbf838c2b9d9a78 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-18Move screen package to debug tarballAndrew Geissler2-1/+1
This was used a long while back for a console but it's now only used for occasional debug. Tested: Verified QEMU booted to ready state and screen tool not in image. Verfied it is now in debug tarball. (From meta-phosphor rev: 773ad6892bcfc42fa9902af5e6f97e02a4993310) Change-Id: Ib1b9bae89fe0253fdc2ea173f6b0c0842d40d005 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-18phosphor-hwmon: add gpioplus dependencyPatrick Venture1-0/+2
Phosphor-hwmon will introduce the ability to configure via GPIO and leverage the gpioplus library to handle this. (From meta-phosphor rev: 03c539189f57ac860c662886f14d0b5d1726260c) Change-Id: If0831c9dfa587ad2445fbfdaa04717db888aaa64 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-18phosphor-watchdog: Enable sdeventplus supportWilliam A. Kennington III1-0/+1
An upcoming commit to phosphor-watchdog will require sdeventplus during the build process. Tested: Build still works as expected. Manually patching in the sdeventplus patch works as expected. (From meta-phosphor rev: 6e1dfdd6958f069c20606490ce65ecc5f99da62f) Change-Id: Ib450d12a7f74862ded1288aeea4d2046108281ba Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-18phosphor-bmc-code-mgmt: srcrev bump b0ce996ac6..d9341b4a9fAndrew Geissler1-1/+1
Gunnar Mills (1): clang-format: Update to match docs repo (From meta-phosphor rev: 87bf9f6b68f3a4c3e635571fc08ace9e0fcc98f5) Change-Id: Ib9e85569af961f99ab8137aae0d0c31ef9cbd0c7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-18meta-phosphor: license: whitespace fixesBrad Bishop2-14/+14
Whitespace fixes. Replace the words Phosphor OpenBMC in the LICENSE file with the more precise meta-phosphor. (From meta-phosphor rev: 21b3deb6698e108c64704cc1551ccde20f38b4aa) Change-Id: Ibe7991166b1af2ca7344d2467d376732dbaba00a Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-18openpower-pnor-code-mgmt: srcrev bump f6ed5897b7..275bb98c90Andrew Geissler1-1/+1
Gunnar Mills (1): clang-format: Update to match docs repo (From meta-openpower rev: 37dd3bf43bbd3217afe5fc0e3b4a0e23657d2f18) Change-Id: I928147c28fd7ef5d75afe8ea76d669bb7afffa95 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-18meta-openpower: license: whitespace fixesBrad Bishop2-14/+14
Whitespace fixes. Replace the words Phosphor OpenBMC in the LICENSE with a more precise meta-openpower. (From meta-openpower rev: 0286ee8bb8ef7722ef9f78844f3da75205f25762) Change-Id: I6e0ee7afeb95781e22a2c6710e4e5e6c36fc698c Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>