summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-09-25meta-zaius: p9-host-start: add machine suffixPatrick Venture1-2/+2
For p9-host-start, add zaius machine suffix to avoid poisoning other machines using this layer. (From meta-ingrasys rev: 96cce2f34bb2e560ef31b752814b147e7cea2e7c) Change-Id: I98163948090b5ed37dc218f2eb2128b262624865 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-25meta-zaius: phosphor-ipmi-fru-properties: add machine suffixPatrick Venture1-1/+1
For phosphor-ipmi-fru-properties, add zaius machine suffix to avoid poisoning other machines using this layer. (From meta-ingrasys rev: 1e86ca2b497673ce721dd3aa31f02d2f2708794e) Change-Id: I1eb29a0a21af00eac74b16db72de2df504596d44 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-25meta-zaius: phosphor-ipmi-sensor-inventory: add machine suffixPatrick Venture1-1/+1
For phosphor-ipmi-sensor-inventory, add zaius machine suffix to avoid poisoning other machines using this layer. (From meta-ingrasys rev: 190d9a01ca6379db2e7fb844b84e93b4d5cd62e4) Change-Id: I322b1c90bde57ad48e192e63a73c8365fc7370a5 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-25meta-zaius: obmc-libobmc-intf: add machine suffixPatrick Venture1-1/+1
For obmc-libobmc-intf, add zaius machine suffix to avoid poisoning other machines using this layer. (From meta-ingrasys rev: 047512c3119c210092a6ac0de4bdff27cee200a2) Change-Id: I919a72051d0b82ebb1444f04bb5a30e8feb22d7f Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-25meta-zaius: obmc-phosphor-image: add machine suffixPatrick Venture1-1/+1
For obmc-phosphor-image, add zaius machine suffix to avoid poisoning other machines using this layer. (From meta-ingrasys rev: ea46a518847884340e7c367956b525adb439bcf8) Change-Id: I5e0399163d354f5deaee2e7178038562d11eadbb Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-25meta-zaius: phosphor-hwmon: add iio-hwmon confsPatrick Venture3-0/+32
The zaius device tree specifies two groups of iio-hwmon adc sensors split into a primary set and a secondary set. This adds the phosphor-hwmon configuration for each. (From meta-ingrasys rev: f87d0f0897c8493cd93ad3d662ccb421ae7a95d0) Change-Id: I7fd2d2f744082d397b88d4ce4dff06a9dcc1e40b Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-25meta-zaius: phosphor-hwmon: add machine suffixPatrick Venture1-3/+4
For phosphor-hwmon, add zaius machine suffix to avoid poisoning other machines using this layer. (From meta-ingrasys rev: f289fce3b14959622febcd5f137f9f06e92830af) Change-Id: I4ff294bf2a6d91454b6c5ccfdf1d12742a2deea1 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-25gpioplus: srcrev bump 43171e3dc6..88a89bc6bcAndrew Geissler1-1/+1
William A. Kennington III (2): {event,handle}: Clarify object lifetime requirements tests: Build test cases with their respective c++ files (From meta-phosphor rev: 9591a5422fddacbbde2a7f150ad85921bbcaf62f) Change-Id: I52d9a110e94ee1d9e3f1c0312680903afc4a9019 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-25phosphor-watchdog: srcrev bump 3bb2f4006f..c2c26cebc2Andrew Geissler1-1/+1
William A. Kennington III (1): mainapp: Detect duplicate action targets (From meta-phosphor rev: 63233b4f96dc7a7993faa4221184012095f429d8) Change-Id: I3d39a75f61777fbe972952eb631824ebeaf0d7f6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-25systemd: fix noisy messages about eBPFAlexander Filippov2-0/+65
Patch systemd sources to fix detection of availability of the kernel CONFIG_CGROUP_BPF option. Resolves openbmc/linux#159 (From meta-phosphor rev: 7fbc79b12dc5e137830ffd35c0be839fe77b6699) Change-Id: I82cd227cb6e14ca57a373b1c6a100a98cff799af Signed-off-by: Alexander Filippov <a.filippov@yadro.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-25Create ipmi folder under /run and /var/lib.Richard Marian Thomaiyar2-0/+6
It will be easier to manage, if all ipmi related configurations are stored under ipmi folder. So, make sure that /run/ipmi (volatile) & /var/lib/ipmi (non-volatile) exists before starting the service. (From meta-phosphor rev: 8debf3aed29b2c75cffc59bd9fc79afc1ca3be5c) Change-Id: I2cd90d243ccdd0e93fb7e6873a323c6b243adbe2 Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-25meta-phosphor: add phosphor-ipmi-blobs packagePatrick Venture1-0/+24
Add the phosphor-ipmi-blobs package. This package handles a series of OEM IPMI commands that implement the BLOB protocol for sending and receiving data over IPMI. Tested: Verified the library was compiled and installed when added to obmc-phosphor-image. (From meta-phosphor rev: db1cc9bb20b79dd54b464a21d75dc4488f759ccf) Change-Id: I033c756493a0c85908a6c094b0db586cb92ec461 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-25phosphor-webui: srcrev bump 23ec5bda1f..e8634e6bfcAndrew Geissler1-1/+1
James Feist (1): Add Redfish into the web-ui (From meta-phosphor rev: 1a0f7a3d2d76baa87ccd03fd5f5fbb7941837091) Change-Id: I6b065c0d525f70f216238d938c49c3fa3c3500c4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-24python: consolidate testsAndrew Geissler1-19/+14
Currently the bulk of the tests in python-tests, some more in python-sqlite3-tests, and others in their parent module (such as python-ctypes). This is pointless space usage if we're not planning on running the tests, so consolidate all the tests into python-tests. This is a backport of the same changes done by Ross Burton for python3 Changes since v1: - Rebase (From OE-Core rev: 0e94737e7124f689c3697d4227bfcd228cc04295) (From poky rev: 3c69d1a128ad8e2802453cbad8065784199ec63f) Change-Id: I2136b5915e693cb0931f36852f23ffc68f5318b0 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-24python: respect package order in manifestAndrew Geissler1-4/+2
Don't sort the manifest when using it to generate packaging rules, so ordering can be used to have complex packaging rules. This is a backport of the same changes done by Ross Burton for python3 Changes since v1: - Rebase (From OE-Core rev: 5a5a97b1c3914ad4a3e94981bf53897d0a3f4fb3) (From poky rev: b0ce2e842a4f36672d2aab424d63b09e31eec048) Change-Id: I8b2edafc7203015a62c2a2bcfee5a73b3e1239ff 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-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>