summaryrefslogtreecommitdiff
path: root/meta-phosphor
AgeCommit message (Collapse)AuthorFilesLines
2018-09-28phosphor-networkd: srcrev bump 1a054aeab1..548e9f13d2Andrew Geissler1-1/+1
William A. Kennington III (1): configure: Use c++17 (From meta-phosphor rev: 0ac264cf485b4dc1a52d477f5f53dac693b38106) Change-Id: I6e8eaa2557e1c423c2f5260b4064ecb67e9efd83 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-28meta-phosphor: phosphor-ipmi-blobs: add logging dependencyPatrick Venture1-0/+1
phosphor-ipmi-blobs is transitioning to using phosphor-logging in an upcoming patchset which warrants adding the build dependency to the recipe. (From meta-phosphor rev: 2b120948419c00a8bca7a5afd4c72b51c1f95cd3) Change-Id: Ic8d9cd5174b444499e7bf6c5aba900eed6c3f0d9 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-28phosphor-ipmi-blobs: srcrev bump ffecf1b2af..b3e07e2b63Andrew Geissler1-1/+1
Patrick Venture (4): gitignore: add *.lo move blobs and manager header into installation dir example: fixup compilation manager: add getBlobManager as an exported method (From meta-phosphor rev: 923a5ee6e9248ddf82125ed92454244967cc3082) Change-Id: I7cb9d1d2e9a70350beaa3de28b026d55edb382a6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-28phosphor-certificate-manager: Add recipe and certificate serviceMarri Devender Rao6-0/+95
Add recipe and service files to start/stop nginx and nslcd services To start/stop nginx service use systemctl stop phosphor-certificate-manager@nginx.service systemctl start phosphor-certificate-manager@nginx.service To start/stop nslcd service use systemctl stop phosphor-certificate-manager@nslcd.service systemctl start phosphor-certificate-manager@nslcd.service (From meta-phosphor rev: 08b55912f01f7a2b53ccc11fb8e508c9c8bc8a14) Change-Id: Ie55613f8da061f9f948d645086db12be8239beea Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-28sdbusplus: srcrev bump 703892e2d9..17052240aeAndrew Geissler1-1/+1
Brad Bishop (1): maintainers: Add William Kennington as maintainer Vernon Mauery (1): Allow copy constructor/assignment operator for message::message (From meta-phosphor rev: f943982ef4930e31a3ac2938022acbaaab98ff24) Change-Id: Ie527a115737fc8e494e5c632f04fe60db6f5c0e2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-28Disable medium-strength dropbear ssh ciphersJoseph Reynolds2-0/+30
This changes the Dropbear SSH server configuration so it will not accept medium-strength encryption ciphers including: CBC mode, MD5, 96-bit MAC, and triple DES. The remaining ciphers include aes128-ctr and aes256-ctr. Dropbear does not offer the arcfour cipher suite. Note that Dropbear does not use a config file and instead uses file options.h to control its features. This commit adds a patch to disable the unwanted ciphers. Tested: On the qemu-based BMC: ssh -c help 127.0.0.1 aes128-ctr,aes256-ctr Before this change, the value was: aes128-ctr,aes256-ctr,aes128-cbc,aes256-cbc,twofish256-cbc, twofish-cbc,twofish128-cbc,3des-ctr,3des-cbc Attempt to contact the BMC from host: ssh -p 2222 -l root localhost # success ssh -c aes128-cbc -p 2222 -l root localhost Unable to negotiate with 127.0.0.1 port 2222: no matching cipher found. Their offer: aes128-ctr,aes256-ctr Before this change, the connection was successful. Attempt to contact the BMC from older system: ssh -V OpenSSH_5.8p1, OpenSSL 0.9.8g 19 Oct 2007 ssh -p 2222 -l root ${BMC_IP_ADDR} # success Resolves openbmc/openbmc#3186 (From meta-phosphor rev: 4ad7873e5dcd8475d48b6551002331a1efe4b2f1) Change-Id: I5648a1602a3683afd9bd90ba62d8f6e4d9237506 Signed-off-by: Joseph Reynolds <jrey@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-27phosphor: pcie: drop unused pcie-detect recipeBrad Bishop2-31/+0
obmc-pcie-detect was only used on Barreleye, which has been dropped from the tree; so this is dead code and unused. Drop. (From meta-phosphor rev: 0bdbb5143f9c36e7cfb724e2d2dd8562d3d5931e) Change-Id: I3e8490ba49a64c2e6d21a948d088b01d0dfdd900 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-27phosphor-webui: srcrev bump 806d39be67..8d6f37f9ebAndrew Geissler1-1/+1
Gunnar Mills (1): log-search-control.html: Fix indenting (From meta-phosphor rev: 569ed4c0fe7aa73e64bc315af46de41b06e2134f) Change-Id: I9a4be7fffbbad223d250246f4e5422a93230b620 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-27sdeventplus: srcrev bump 4755818efb..ba04ffb5a9Andrew Geissler1-1/+1
William A. Kennington III (3): example/heartbeat: Refactor example: Add a repeating timer sample utility/timer: Implement oneshot timers (From meta-phosphor rev: bfaf5e8ff42af12a9dac453a4ab076d99a88a548) Change-Id: I230707148c53117e17b3a2c996a075931fadf6a7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-27phosphor-watchdog: srcrev bump c2c26cebc2..d4cbc5aad2Andrew Geissler1-1/+1
William A. Kennington III (1): test/watchdog: Test interval update (From meta-phosphor rev: 21fd69505a256ea7e130623ec4a08ab76e83cb89) Change-Id: I8c2ee8c942ef01a704f4cb1326dc167121667abb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-27skeleton: srcrev bump 52efa6594b..7e48038afcAndrew Geissler1-1/+1
Adriana Kobylak (1): pytools: Remove dependency to obmc.system (From meta-phosphor rev: ca5a3c5bd3eb088e0e779e47fe07c39095c920fd) Change-Id: I24d0a75cc06017d2413515716face3672677be64 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-27phosphor-ipmi-blobs: srcrev bump e4accf03bb..ffecf1b2afAndrew Geissler1-1/+1
Patrick Venture (1): build: add ENABLE_EXAMPLE macro on enable-example condition (From meta-phosphor rev: fa19a3b9fa17a12a54101e462ba16f43fa532b28) Change-Id: I30025fb38a8cb8785a31e83cd8df49c3bbc8c8ba Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-27phosphor-pid-control: srcrev bump 3dfaafdaca..ce15e02f68Andrew Geissler1-1/+1
James Feist (1): Fix dbus configured build (From meta-phosphor rev: 53587a5d221552e9fed018355e99f1760e5a4a8d) Change-Id: I376938115cd5bef307430d6c5b2ef7fc8db15021 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-27sdeventplus: srcrev bump 6a447baf3a..4755818efbAndrew Geissler1-1/+1
William A. Kennington III (3): documentation: Cleanup and clarification source/signal: Document utility/timer: Callback should pass in the timer (From meta-phosphor rev: cb84a15374536d84303b8f8aaf01b523c7a55f9f) Change-Id: Ic90981193edfbf8a8c651307787c724d76d24ccc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-27phosphor-webui: srcrev bump e13275b837..806d39be67Andrew Geissler1-1/+1
Gunnar Mills (1): Revert "Remove unused dataService" (From meta-phosphor rev: 649a76d46004cc5a7a1a9ec4a8499af06031105a) Change-Id: I44af5494f7ddf9b50af77a4501f0949e113f9675 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-27meta-phosphor: maintainers: remove subtree wordsBrad Bishop1-3/+0
Remove wording about a special case patch submission process. meta-phosphor now follows the same patch submission process as every other OpenBMC project. (From meta-phosphor rev: db9fdae8d12912e2608e91a71da97611bc6b158a) Change-Id: I5d08c97431abf997f052faf7ab708104c69c28f6 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-27Keep _sysconfigdata.py in imageAndrew Geissler1-5/+4
The previous logic for keeping this file in the image did not work well when building an SDK (the packaging layout is different). This change works in all cases and is more efficient. Tested: Verified normal image and SDK build fine now for witherspoon. Resolves openbmc/openbmc#3384 (From meta-phosphor rev: aa7464007ae3c880bcffc46b184732fea7f6a280) Change-Id: I9492fdd543353e405d602d1ff392cd518437d007 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-26phosphor-webui: srcrev bump 5f0b776753..e13275b837Andrew Geissler1-1/+1
Gunnar Mills (1): Remove unused dataService (From meta-phosphor rev: 78885eb56db50c6454a1912f7b79d73d4e0275f6) Change-Id: I64728f86e43881b8050d66082c0990e44ca8f964 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-26phosphor-fan-presence: srcrev bump ecd4bc7bf2..bd2e80a65eAndrew Geissler1-1/+1
Lei YU (1): Fix libfan_la_CXXFLAGS (From meta-phosphor rev: 3a2f1e3e99a8f76c5bc316e7dce83c0c870d21f6) Change-Id: I90d08abae37023516b4300748f943b20fd130e94 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-26phosphor-host-ipmid: srcrev bump 069db2fd85..fdfe501ea7Andrew Geissler2-1/+2
Alexander Amelkin (1): Get Device ID: Add handling of availability bit Patrick Venture (6): rename headers to match style replaced c headers with cpp where applicable oemrouter: add std namespace where missing move filesystem inclusion to bottom of list add std namespace prefix to common methods openbmc oem code: add ethStatsCmd Tom Joseph (1): Implement Set Channel access command Xo Wang (2): apphandler: Implement Get/Set System Info Parameter apphandler: Add "System Name" System Info parameter Yong Li (1): Implement chassis set power restore policy command (From meta-phosphor rev: a561ec99885cd00b6e50f261e8383d71d7419c40) Change-Id: I523e35a20c0821a1c391a4113dad3d79582a0657 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-26phosphor-webui: srcrev bump e8634e6bfc..5f0b776753Andrew Geissler1-1/+1
Gunnar Mills (2): Do not autocomplete username and password Remove tabs from HTML files beccabroek (1): Resizing SOL console (From meta-phosphor rev: a082f309953d058a1db52162b3d3450805e1c94d) Change-Id: I44d4c955bb5a300bfdb1ff383582bcd88e140f51 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-26ipmi: Add dependency to iptablesTom Joseph1-0/+1
Enabling or disabling the network IPMI is achieved through IP table filtering. The size of the image increased by 250K. (From meta-phosphor rev: 20a3a195e74d007fc077d62b17018daf640b906d) Change-Id: I18faa6a4ab2dc4ae49467c87cab1af57f932f391 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-25phosphor-dbus-monitor: srcrev bump 3d6d3182ee..6383049ee6Andrew Geissler1-1/+1
Matt Spinler (1): Fix some journal metadata (From meta-phosphor rev: f1cf643497b06f81466647bef6e85098b25eeee1) Change-Id: I5b3f7810c8412bc81a40eb2b3b9d98f6f20d3df5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-25phosphor-hwmon: srcrev bump 86e58fffbb..b28f432a3fAndrew Geissler1-1/+1
Patrick Venture (1): Use gpioplus for specifying gpio gating (From meta-phosphor rev: e9a3321764fc139118df0beaeea73d813f5cb8e0) Change-Id: I9aa304f41cfd552b173846b2147f6136b92868f1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-25phosphor-time-manager: srcrev bump 1cd4248d4a..19b37ee220Andrew Geissler1-1/+1
Lei YU (1): Enable link time optimization (From meta-phosphor rev: c31b542a760e88eec97163e19c454cee3b67168c) Change-Id: Ifd6a2850073c3c562f91fb3f04ca6d639f8d6efa Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-25meta-phosphor: add phosphor-ipmi-ethstats packagePatrick Venture1-0/+24
Add the phosphor-ipmi-ethstats package. This package handles OEM IPMI commands that are meant to return ethernet device statistics. Tested: Verified the library was compiled and installed when added to obmc-phosphor-image. (From meta-phosphor rev: af57049ef8d2d1001dc0ccd9cdf33cac6dcdbff6) Change-Id: Ic2c5f2020c01aea3bd2477127bec74149beffb79 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-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-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-21split net-snmp-libs into smaller packagesAlexander Filippov2-10/+5
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-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-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-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>