summaryrefslogtreecommitdiff
path: root/meta-phosphor
AgeCommit message (Collapse)AuthorFilesLines
2019-01-16openssl: Don't add c_rehashWilliam A. Kennington III1-0/+4
This script was rewritten into perl at some point and brings in an unnecessary runtime dependency on perl. Tested: Built a romulus openbmc image and verified that c_rehash and perl were no longer included. (From meta-phosphor rev: 53b55e6305bc1a801d758d2a11d2f2c402638acd) Change-Id: I77cc9e3f50cdca47fb71d8c2ceac0fab839b6e9e Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-16phosphor: Move ipmitool fork to a set of patchesEd Tanous3-36/+392
Given that upstream yocto already has a recipe for ipmitool, it doesn't make sense for us to have a hard fork of it, especially when they are solving problems for us, and keep the version up to date. Functionally, this commit does 3 things. 1. Deletes the phosphor specific phosphor-ipmi-tool target 2. Adds the openbmc specific ipmitool patches into phosphor, for ease of updating to new versions in the future. 3. Updates ipmitool to the latest upstream version: 1.8.18 Tested By: Built an image with ipmitool included. Ran through some basic commands: ipmitool mc info ipmitool sensor list and observed no errors, and correct responses over dbus. Ran ipmitool --help and observed ipmitool version 1.8.18 in the output string. (From meta-phosphor rev: fe41c387618414906722b6a60b4c752cb6941d45) Change-Id: If1f0f3dbf8997576b8001e76318bbc231e8f59c0 Signed-off-by: Ed Tanous <ed.tanous@intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-16systemd: Add support for static neighborsWilliam A. Kennington III4-0/+805
These are backports of changes I contributed to systemd v240. We need these until we get v240 from oe core. Tested: Ran a romulus image and provisioned static neighbors with systemd networkd. (From meta-phosphor rev: 8b84385e3c40d1827b06d0612def2275d3ad4faf) Change-Id: I5720a3b1626e15d4e4cfc630ce24f5818b294d8a Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-16Ensure host-check runs after ipmidAndrew Geissler1-2/+2
It has been found that multiple apps implement the /xyz/openbmc_project/control/host0 object path. The host-check service requires the one provided by the xyz.openbmc_project.Control.Host service but the mapper command line currently has no way to differentiate this. Specify explicitly the service required Resolves openbmc/phosphor-state-manager#2 (From meta-phosphor rev: 2d02ee8049f9c6b893435df52817c6ba5dfe8577) Change-Id: Iffb09e3125cf6614cb887d693a9b7812374f4e69 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-16phosphor-pid-control: srcrev bump e54c7fffbb..80b5d9a8a5Andrew Geissler1-1/+1
James Feist (2): Make James Feist a Maintainer Remove singleton from dbuswriter (From meta-phosphor rev: 436fe68bf8fedace42f1455f3bd51bcc4b42a574) Change-Id: If46e8797ade44552031b9d0dfd6c9ed2c7cf6424 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-16phosphor-ipmi-flash: srcrev bump ccf235a8b7..182b76491fAndrew Geissler1-1/+1
Patrick Venture (7): bugfix: build: fix MAPPED_ADDRESS configuration variable internal: add read() method tools: bt: add syscall interface bugfix: tools: blob_handler: properly handle smallest reply tools: implement blob write tools: blob_handler: delete return statement tools: main: drop unused header (From meta-phosphor rev: e7b838f06cd4c8c3b3bf60298ece227eccc6bf36) Change-Id: I4580f894f44820f570e3fe9b8c989b5620ff6830 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-16phosphor-ipmi-flash: srcrev bump 301e525886..ccf235a8b7Andrew Geissler1-1/+1
Patrick Venture (1): build: simplify error message (From meta-phosphor rev: 588ea11236260f3b48a5ce7f219a477152f39099) Change-Id: I16250d62c61cd635c18a92bcbdac0629986cc80c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-16bmcweb: srcrev bump 5f2caaef9f..127ea5461bAndrew Geissler1-1/+1
Matt Spinler (1): REST: Add missing return statement (From meta-phosphor rev: 4b6cf12271b38ca0e3c5071a4f167b633e681e9b) Change-Id: I70191d26d0a282015672d3a60f20bb270b5cdaf0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-16phosphor-dbus-interfaces: srcrev bump cb1d059ceb..d8b93b5773Andrew Geissler1-1/+1
Yong Li (1): Add the time use related fields defined in IPMI spec (From meta-phosphor rev: e4eac8cacb7341ad6d82091df61b911fc8781676) Change-Id: I0de464ae37b69bb6bdb9617e166bb27858a99ef7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-15Add button signals and handler packagesMatt Spinler1-3/+15
The phosphor-buttons repo contains 2 apps - the button signal sender, and the button signal handler, each with their own service files. Make those into packages, so if someone wants to make their own button handler for example, they can just not include the obmc-phosphor-buttons-handler package in their image. Tested: Built into a witherspoon image and installed on a system and saw everything running and working. (From meta-phosphor rev: f69dd65883d8e9a1cf47e9ffcdd99efd75f6b630) Change-Id: I9b81692ab57bbea0ad32751c036d46a33fe35c03 Signed-off-by: Matt Spinler <spinler@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-15systemd-journald: Don't store debug messagesAdriana Kobylak2-1/+10
Change the default log level from "debug" to "info" for the messages that are stored on disk and forwarded to syslog, so that debug messages don't fill up the journal and more important ones are lost when the journal file rotates. Tested: Verified that debug messages such as the ipmi "IPMI SET_SENSOR" ones are not printed anymore. (From meta-phosphor rev: 3692b801b4f273905b87b6de2e61ba3839dae4f0) Change-Id: I84a88511ed2ff90d0b3c2a77ae968cddcff6899f Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-15mrw-rev.bbclass: bump version 5dd783bMarri Devender Rao1-1/+1
Added TPM support to parsers (From meta-phosphor rev: bb05906a75608105744a122d2e9f452eef8fabb4) Change-Id: I489dba9592620ca2ca2ae489db274a2bfff461c2 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-15phosphor-sel-logger: Add recipe for the SEL LoggerJason M. Bills1-0/+25
This recipe builds the SEL Logger from the phosphor-sel-logger repository. (From meta-phosphor rev: b2911ecc40d74045303c205286195acf2539c9ab) Change-Id: I39fbe4ada216f6bde57e34a367768d7006b74d2f Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-15phosphor-webui: srcrev bump 7008698438..9feb9ce280Andrew Geissler1-1/+1
Gunnar Mills (3): Removed unused changePassword() Address webpack-dev-server security vulnerability Run "npm update" (From meta-phosphor rev: 199d3435b7f5e56a8b95c494141905fd6f41d335) Change-Id: I90ac54eed1c2ac5af47e2b80f0941eb8a92f403c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-15phosphor-hostlogger: srcrev bump 4d5a5dcd6f..8376dc0127Andrew Geissler1-1/+1
Vernon Mauery (1): phosphor-hostlogger: connect with the correct sockaddr size (From meta-phosphor rev: c709967c38fe4277627444b597889d4fe3a774bb) Change-Id: I89e4fddef455ef8101494f33e37f4e4deed598f1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-15phosphor-hwmon: srcrev bump 99b9581555..9a7ef7c639Andrew Geissler1-1/+1
Patrick Venture (1): build: cleanup configure script PKG_CHECK_MODULES (From meta-phosphor rev: 02338ac64b300c223bc379a141851d448b477b53) Change-Id: Ie2b7c90bbf6fa89331d9d5fcd81f258c6e25b252 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-15bmcweb: srcrev bump 4ae611d9de..5f2caaef9fAndrew Geissler1-1/+1
James Feist (3): Redfish Schema: Add Stepwise to Oem Schema redfish: oem: add stepwise configuration GET redfish: oem: add stepwise configuration SET (From meta-phosphor rev: 49f25b18c732f386834344f0123cd2b957472c75) Change-Id: Ic6ee08033fb0700e62ee4f74de8533ea22f693df Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-15sdbusplus: srcrev bump f042393a65..062205d78dAndrew Geissler1-1/+1
Andrew Geissler (1): Revert "Fix incorrect defaultValue in generated server.hpp" Brad Bishop (3): style: run clang-format on bus/server.hpp.in bus: Add mock and interface for flush_close_unref bus: route bus deleter to implementation Ed Tanous (1): Move asio interfaces away from deprecated names Lei YU (1): Fix incorrect defaultValue in generated server.hpp Richard Marian Thomaiyar (1): update asio set property to signal properly Vernon Mauery (2): sdbusplus: better mirror bus aquisition methods sdbusplus::asio: Use the default bus Waqar Hameed (1): Add support for Unix file descriptors William A. Kennington III (3): bus: Add explicit flush and close operations bus: Add missing sd_bus_open() equivalent bus: Only close connections we own Yong Li (1): asio: Update variant usage (From meta-phosphor rev: 3a9cad01ea272a4ca5da371eba5cd04c2899532e) Change-Id: Ic6aa5860d475066a36d2f521ec5c422c185ae3f9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-15phosphor-logging: srcrev bump e165ea956c..40a7406097Andrew Geissler1-1/+1
Deepak Kodihalli (1): Fix regression with e165ea9 (From meta-phosphor rev: 19f4115a6a5e9b5ce13e6ae0fc5892a40397b12c) Change-Id: I9095624113c537739085c6fbf3e8c8c3e66448f7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-15phosphor-rest-server: srcrev bump dbc46919bd..44573ab21aAndrew Geissler1-1/+1
Adriana Kobylak (1): rest_dbus: get_host_interface: Iterate through busnames (From meta-phosphor rev: f78da2efe74e086968a95af287f7f96c2c840501) Change-Id: I7ec7457c1e74c51edd989ccc67abdc856ad540b7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-14phosphor-ipmi-blobs: srcrev bump 2f58151ea0..d1c3e86f23Andrew Geissler1-1/+1
Patrick Venture (1): bugfix: process: can be only crc (From meta-phosphor rev: 87fd84b0470ac246a0c7ad02ac8e65b51527b127) Change-Id: Id459d394434d370f80511b2d059248b144ca2867 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-14dbus-sensors: srcrev bump 9e34470fa8..6ef20407abAndrew Geissler1-1/+1
James Feist (1): Add Ipmb Sensor (From meta-phosphor rev: 259929e0f4107519597cdeab73cdaaf1b331bfe6) Change-Id: I770d54fbbfea8649da42a20b00855719d9c841fa Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-13phosphor-objmgr: srcrev bump 8ce2ddd93c..a82779fb66Andrew Geissler1-1/+1
Matt Spinler (2): mapper: Add missing parent paths in ifaces-added mapper: Delete unecessary parent paths on removes (From meta-phosphor rev: faf1eb045146386a5157f0fcd9a7263154cffccf) Change-Id: If31d1bdb410663a347e4008cd5a817c78d7de9ae Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-13bmcweb: srcrev bump c0eb9bd95a..4ae611d9deAndrew Geissler1-1/+1
Ed Tanous (1): bmcweb: Remove deprecatd ASIO interfaces Matt Spinler (1): REST: Add missing return statement to dbusArgSplit (From meta-phosphor rev: 56e7720c8adfeb81816d9be0de0f6b702822fa5a) Change-Id: I4b2525ec3d81823a207970ac478e9085aaeb6b87 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-12rsyslogd: don't start without actionsDeepak Kodihalli4-9/+3
Rsyslog is currently used only for remote logging. The daemon would run though (started by systemd) even when remote logging has not been configured. In other words, it would run without any actions. With Yocto 2.6, rsyslogd won't run without any actions. Hence, start rsyslogd on demand - only when remote logging is configured. (From meta-phosphor rev: 37bc1a3568f2e87987be05243627a984dc051de1) Change-Id: Ic895ea80b2fb2537a25d1d40d4ae156f3d95c629 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-11phosphor-host-ipmid: srcrev bump 48e555857f..583171207cAndrew Geissler1-1/+1
Vernon Mauery (3): ipmid: use a common set of CXX flags across ipmid and provider libraries ipmid: replace std::experimental::optional with std::optional ipmid: channel: add max transfer size property (From meta-phosphor rev: f6a2d2e7a6333dd174e0876d128ee12dca55421f) Change-Id: Idc6388130f8da08bb68f438af63f16f656322380 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-11phosphor-dbus-interfaces: srcrev bump 99b5aaa499..cb1d059cebAndrew Geissler1-1/+1
Lei YU (1): Fix invalid enum value in User/Ldap/Config.interface.yaml (From meta-phosphor rev: 0a90182c99c738105df6f6c12467ccdfd2d720ec) Change-Id: I7f422e9287566500ceb83f0582aedebc3460a100 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-10phosphor-ipmi-flash: srcrev bump ecfd300bf8..301e525886Andrew Geissler1-1/+1
Patrick Venture (1): test: typo fix: firmware (From meta-phosphor rev: 77562d6c66c5a3570c04ee939ffe1f8769d4fef9) Change-Id: Iae49ad0b52873d39ff7bc09cf74258da7cb4684f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-10phosphor-ipmi-blobs: srcrev bump 5e70a6b8dd..2f58151ea0Andrew Geissler1-1/+1
Patrick Venture (1): manager: typo fix available (From meta-phosphor rev: dee224f3e2735847815a29b91a0da5c505f01872) Change-Id: Ica552bc00d5383d0f6346701b2c601913a8743fc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-10kcsbridge: srcrev bump 37db8198e9..9e382a12c7Andrew Geissler1-1/+1
Jia, Chunhui (1): fix incorrect dbus interface name (From meta-phosphor rev: 2361b0ffee72ddfffae22941688bf4e8de53bb8b) Change-Id: I396f2298421d9426510ff05fff3febe5e3de0ce8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-10bmcweb: srcrev bump bb3d994666..c0eb9bd95aAndrew Geissler1-1/+1
Andrew Geissler (1): Fix host state checking logic Cheng C Yang (1): Fix disconnection problem for HTML5 SOL James Feist (2): Move filesystem from experimental namespace filesystem.hpp fix bad sed Matt Spinler (1): REST: Use status 400 for method arg problems Vernon Mauery (1): bmcweb: remove boost::asio::local::stream_protocol::endpoint hack (From meta-phosphor rev: b9c2ef0539adc463a4af080bdea0e742ffbd082e) Change-Id: I4eaae86b5dcdefb9093ae126859af689e8c35b31 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-10dbus-sensors: srcrev bump cf3bce6e22..9e34470fa8Andrew Geissler1-1/+1
James Feist (1): Fix bad sed (From meta-phosphor rev: cc82be12990af459f336dd7ba204b83e7a2be450) Change-Id: I6cc4ad864504e9b068cd9e1b98923a04f1a1bda6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-10recipes-phosphor: fix an issue where ipmid could not be startedPKLee-Quanta1-1/+0
The org.openbmc.HostIpmi.service is necessary for phosphor-ipmi-host.service, but phosphor-ipmi-host.service is started before org.openbmc.HostIpmi.service in KCS, causing impid failed to start. (From meta-phosphor rev: d1f33e3b37350862779a38f380809cc8e576763d) Change-Id: I04a1ec8e5d0dd1a16a868b3caed55cd9fde96269 Signed-off-by: PKLee-Quanta <p.k.lee@quantatw.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-10phosphor-hostlogger: add missed dependencyAlexander Filippov1-2/+5
With yocto 2.6 we have failed during `do_configure` stage. This commit adds `autoconf-archive-native` to `DEPENDS` and fixes that problem. (From meta-phosphor rev: 74dc8707bbfccd2f0d65e5662de6581ca4fa7dd4) Change-Id: Ia99abc1ae3e0ba9f2c7e437e3d319fef1046df14 Signed-off-by: Alexander Filippov <a.filippov@yadro.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-10phosphor-ipmi-flash: srcrev bump 9a5ce56154..ecfd300bf8Andrew Geissler1-1/+1
Patrick Venture (2): tools: ipmi handler must open ipmi device tools: implement method to send ipmi packet to BMC (From meta-phosphor rev: 424c3b42b74f9075bcbec73a39d68a007a727704) Change-Id: I6d46676a308ff47ac3738cd6df1b4e3010d1dd3d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-10entity-manager: srcrev bump d79675594a..554fd8ddc8Andrew Geissler1-1/+1
Yong Li (1): Fix bitbake error "include nested too deeply" (From meta-phosphor rev: 48e18fc5ee3a89e612df38f7d99c1dd2f44baa93) Change-Id: Icfd4926c8d3513babdbd8be730a4219566abc519 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-10phosphor-rest-server: srcrev bump 0f7019df1e..dbc46919bdAndrew Geissler1-1/+1
Vernon Mauery (1): phosphor-rest-server: connect with the correct sockaddr size (From meta-phosphor rev: 82c49b1d38ec334e2976ea3da5a7043f478d5616) Change-Id: I3860008d35cbb021a29841ea2fdc6ec44d3c9105 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-10dbus-sensors: srcrev bump 71d31b2ec3..cf3bce6e22Andrew Geissler1-1/+1
James Feist (1): Move filesystem out of experimental namespace (From meta-phosphor rev: b302088c96ae8f16da0dc3680f6c2eb647999050) Change-Id: I4f1f81a7a5e18ec54cf82a5473c119e9d33acd23 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-10phosphor-hwmon: srcrev bump d0f5097c61..99b9581555Andrew Geissler1-1/+1
Patrick Venture (5): test: add environment mock impl test: add tests for creating sensor objects test: add gpiohandle mock impl sensor: add underscore prefix to members sensor: add gpio handle test variation (From meta-phosphor rev: ab458385d907fed7f8b8af840cd35713863215e1) Change-Id: I214136425ae8bc3654ef4d42aab6cb56ec80d4e5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-10phosphor-net-ipmid: srcrev bump d91fd9d285..744b3c8b84Andrew Geissler1-1/+1
Vernon Mauery (1): phosphor-net-ipmid: connect with the correct sockaddr size (From meta-phosphor rev: 038f8da3f0c38bea086464209cf56fa56f41958e) Change-Id: Ibb68c9a1eba73a8435b06d2a0347137925356bde Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-09u-boot-aspeed: Disable unnecessary featuresAndrew Jeffery3-0/+268
Allow platforms to opt into the u-boot patch disabling unnecessary hardware features for ASPEED SoCs. As this change touches bits that were not initialised by previous u-boot revisions and the configuration applied prevents poweron of OpenPOWER hosts without corresponding host firmware changes, this change is nohwci. (From meta-phosphor rev: 82f2db28ad8f4f0b7fbf703e8942afcaf6e70a2b) Change-Id: I2f40a780afe539e9e4ff13983cd567e849bbed25 Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-09reset upstream subtrees to yocto 2.6Brad Bishop13-294/+55
Reset the following subtrees on thud HEAD: poky: 87e3a9739d meta-openembedded: 6094ae18c8 meta-security: 31dc4e7532 meta-raspberrypi: a48743dc36 meta-xilinx: c42016e2e6 Also re-apply backports that didn't make it into thud: poky: 17726d0 systemd-systemctl-native: handle Install wildcards meta-openembedded: 4321a5d libtinyxml2: update to 7.0.1 042f0a3 libcereal: Add native and nativesdk classes e23284f libcereal: Allow empty package 030e8d4 rsyslog: curl-less build with fmhttp PACKAGECONFIG 179a1b9 gtest: update to 1.8.1 Squashed OpenBMC subtree compatibility updates: meta-aspeed: Brad Bishop (1): aspeed: add yocto 2.6 compatibility meta-ibm: Brad Bishop (1): ibm: prepare for yocto 2.6 meta-ingrasys: Brad Bishop (1): ingrasys: set layer compatibility to yocto 2.6 meta-openpower: Brad Bishop (1): openpower: set layer compatibility to yocto 2.6 meta-phosphor: Brad Bishop (3): phosphor: set layer compatibility to thud phosphor: libgpg-error: drop patches phosphor: react to fitimage artifact rename Ed Tanous (4): Dropbear: upgrade options for latest upgrade yocto2.6: update openssl options busybox: remove upstream watchdog patch systemd: Rebase CONFIG_CGROUP_BPF patch Change-Id: I7b1fe71cca880d0372a82d94b5fd785323e3a9e7 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-09entity-manager: srcrev bump c609082941..d79675594aAndrew Geissler1-1/+1
Ed Tanous (2): Fix entity-manager issues against GCC8 Disable -Werror (From meta-phosphor rev: b2d087daa3a387ccd159512525cf62232e18b186) Change-Id: If69b1b435d00e1516085afe23148a8e224d812ec Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-08phosphor-inventory-manager: srcrev bump 25d54b5102..6b22dbb2a1Andrew Geissler1-1/+1
Brad Bishop (12): test: Add test-driver, minor refactoring types: minor build improvements types: Add build testcase utils: Add missing headers utils: Add unit tests build: Don't build tests unless asked serialize: add concept API serialize: Add build testcase manager: refactor interface templates manager: switch to refactored internal APIs manager: Add build testcase build: Don't build tests unless asked (From meta-phosphor rev: 49ed192656a4c9965a665cdc670f0ac2231ca224) Change-Id: I24f7db00958d8f78e468cc11f677c33e4b980abe Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-08phosphor: systemd: add init alternativeBrad Bishop1-0/+5
This is removed upstream in thud (poky rev: ada8a5d) but we have a recipe that depends on it (preinit-mounts). preinit-mounts is only added to the rootfs when DISTRO_FEATURES contains obmc-ubi-fs. preinit-mounts might be a bit of a hack; getting filesystems mounted just right is typically the role of an initramfs. It may make sense to (re)visit how that is done and at that time we can drop this support. (From meta-phosphor rev: 2fb0a1b55ce9d4f133f34eda6e6df0aead585fef) Change-Id: Iac2acd7e2f23055387a3250392461a78ec361da8 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-08kcsbridge: srcrev bump 33aea0d47f..37db8198e9Andrew Geissler1-1/+1
Jia, Chunhui (1): [kcs]compatible with other components (From meta-phosphor rev: 6268feebb29c711a8c530b1a34dbbb988c6e6671) Change-Id: Iae7c05ba1324194413a2e0349f06bfd8c1ece189 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-08entity-manager: srcrev bump 0158eb38b6..c609082941Andrew Geissler1-1/+1
James Feist (7): Add fan redundancy configurations R2000 Chassis: Change MaxReading for fans configurations: autojson file WFT Baseboard: Make some voltage sensors power on only Remove condition from service files schema: fix stepwise schema Allow hex string lists (From meta-phosphor rev: d61b10b60a2a94aaddccc4d7a806935e0e9810a5) Change-Id: I5a77da05d5db306b4d90eb377a51ebe8410da3de Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-08bmcweb: srcrev bump bc0bd6e003..bb3d994666Andrew Geissler1-1/+1
Ed Tanous (1): Update schema files to 2018.2 Rapkiewicz, Pawel (1): bmcweb: Update schema versions to latest (From meta-phosphor rev: 0c15a4dbc9da33101f6ec5ddd851a094ce2a99ca) Change-Id: I81a1b4a6415468c6395cbf9e62c9e99cf5cf02d1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-08obmc-console: srcrev bump 1864435759..fcf8541b87Andrew Geissler1-1/+1
Vernon Mauery (1): obmc-console-server: bind/connect with the correct sockaddr size (From meta-phosphor rev: c94931e411e10bce87b8665eb9aefe98628b6284) Change-Id: I52789645cc8e4b62b39f5cc1d9e3b995f01c0ec9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-08dbus-sensors: srcrev bump 40a721466c..71d31b2ec3Andrew Geissler1-1/+1
James Feist (1): Clean up power state handling and fix voltage events (From meta-phosphor rev: 09dac1ed51d014cc92a3ab5780f17fa670d00548) Change-Id: I002f7a4629fbf36defd42ce375dad8ae4a5413bd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>