summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-01-16brief-yoctoprojectqs, dev-manual: Update tag checkout examplesScott Rifenbark2-14/+67
Turns out I had some hard-coded stuff in these examples. Furthermore, I did not have good enough detail in the brief-yoctoprojectqs manual. I added more detail on how to get that sato example going. (From yocto-docs rev: 8d2fe4968eec9250c6bf9da530d2d7521f68b986) (From poky rev: 7022689b109a7e2bb52c76a46d76fd3760658ad0) Change-Id: I5f58d0a33473753380920cbda3c046de5fa807f9 Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-16poky.ent: Updated release date to "January 2019"Scott Rifenbark1-1/+1
Variable used in the manual revision tables had gone stale. (From yocto-docs rev: 9325027bbc7bccbb9e4d4a6a02b9b2b1817f8725) (From poky rev: a5b97067220cab89738a81616eaedbd97647b199) Change-Id: Ic63a9dad5df9712318bf57004aaa59271ba202d6 Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
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-16linux-aspeed: Move to 4.19.15Joel Stanley1-2/+2
This includes security and bug fixes from the 4.19.15 stable release. (From meta-aspeed rev: 8a1859716ca01a0d50c23b5b42c995167b21b33b) Change-Id: I0c293ef152e687ad18b1137b74541ce6ecd22349 Signed-off-by: Joel Stanley <joel@jms.id.au> 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-16Switch to phosphor-buttons for button handlingMatt Spinler1-2/+2
Use the 2 button packages from the phosphor-buttons repo for button press handling: obmc-phosphor-buttons-signals - Sends signals when buttons are pressed and released obmc-phosphor-buttons-handler - Listens for the signals and performs the corresponding actions, which are the same as the current button code that lives in skeleton. These support the power, host reset, and ID buttons, All buttons are optional, and for a button to be configured its GPIO must reside in /etc/default/obmc/gpio/gpio_defs.json. If the GPIO isn't found, then nothing will listen for those button presses. See the phosphor-buttons code for the naming requirements. Tested: Built and ran image. (From meta-openpower rev: 5c738445228bc3916d24f582fe8b82e6ef7c539e) Change-Id: Ic6ac31d2df0000108b191971b959dbd635558258 Signed-off-by: Matt Spinler <spinler@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-16linux: net/ipv{4,6}: Enable commonly used functionalityWilliam A. Kennington III2-0/+16
This addresses some assumptions made by systemd about having multiple routing table support in the kernel. systemd-networkd will try and provision mutliple routing tables + policies and will silently break neighbor advertisement responses due to policy configurations on a single table. It also adds support for SLAAC based router settings and faster duplicate address detection. Size impact: 4k increase linux.bin(old): 2497656 linux.bin(new): 2502208 (From meta-aspeed rev: 55a9adbdb776b913e93a56613412f341a0c512ac) Change-Id: I2999dab53c05d6d6d8563b20bd17eda143d5517e Signed-off-by: William A. Kennington III <wak@google.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-15meta-on5263m5: Add sensor configsJohn Wang6-0/+52
tmp421 tmp112 adm1278 adc fan-tach Tested: Build on5263m5 board and load on the target hardware (From meta-inspur rev: cfb537ae3d5d9f4e0ca922880752dbf472cb6801) Change-Id: Ide9f3ea2314f518c2381b2258dbe97af04d14a9e Signed-off-by: John Wang <wangzqbj@inspur.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-15Add obmc-bsp-common.incJohn Wang1-0/+1
Without obmc-bsp-common.inc in machine/on5263m5.conf, it seems that the image-bmc can not be generated, so it is added Tested: export meta-inspur/meta-on5263m5/conf and build obmc-phosphor-image, verify the images are built (From meta-inspur rev: af5f1ab12b97dca39722f9056ad57d8e723871e9) Change-Id: Ica691390859cdb88159f6a2232a5fb6327c32db7 Signed-off-by: John Wang <wangzqbj@inspur.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-15Add TPM to host config YAML fileMarri Devender Rao1-0/+23
To cater for parsing the Trusted Platform Module(TPM) FRU data sent by host to BMC and populating the inventory. Caters for printing the FRU data for TPM as part of IPMI command. (From meta-openpower rev: 1e56c7eccc807199e69ec2858cf49839d8718947) Change-Id: I6d63ef63c2bb21d78b255c67e318486467ef0eb1 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.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-13wspoon: Remove fan1 on water cooled onlyMatthew Barth1-0/+11
Fan1 is not required on water cooled Witherspoons, therefore it should be removed from inventory and let the corresponding fan applications recreate their associated inventory interfaces/properties for the fan1 object. Previously, fan1 was removed by inventory manager whenever it was restarted regardless of whether the Witherspoon was water or air cooled. This change updates inventory manager to be capable of reading a property that it hosts and using it as a filter on performing an action. In the case of water cooled Witherspoons, the `WaterCooled` property hosted by inventory manager is read as a filter to have inventory manager destroy all the fan1 objects. This will only remove the fan1 inventory objects on water cooled Witherspoons now. Requires: pim: 979eb591652fba30f86ec5b7f5c5f73c06651c70 (From meta-ibm rev: 7f347377c2ce38e03154e712f8490839b5d344ef) Change-Id: I26d6c645bb80e8fee20c3d254d9d4089665e37a6 Signed-off-by: Matthew Barth <msbarth@us.ibm.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-12meta-nuvoton: prepare for yocto 2.6Patrick Venture1-1/+1
Set compatibility to thud. (From meta-nuvoton rev: 2c1b028da5da00dab71763b0ad1d3863af5ef67a) Change-Id: I492f4e877e686bc6f07334bc9505c6cb7ee87a0b Signed-off-by: Patrick Venture <venture@google.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-11meta-romulus: Disable unnecessary hardware featuresAndrew Jeffery2-1/+3
(From meta-ibm rev: e98ac73825bddbd95a4b931073c4481fe535cff8) Change-Id: Ifb4a4e48c9767e1fb388e8f07b076cf55e92733d Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-10meta-ingrasys: zaius: add zaius-ipmi-sensor-inventoryPatrick Venture4-1/+20
Add zaius-ipmi-sensor-inventory instead of appending to phosphor-ipmi-sensor-inventory to not drop the zaius file with another machine that hasn't set an override. The other machine will use the default file supplied by the default provider. (From meta-ingrasys rev: 9cedd21e4a0e71f3f13d6ffe0e9317b3e308a943) Change-Id: I3f15f15553ad8449e19cc2400c2bcb29d0dbb613 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-10meta-ingrasys: zaius: add zaius-ipmi-fru-propertiesPatrick Venture4-1/+20
Add zaius-ipmi-fru-properties package instead of appending to phosphor-ipmi-fru-properties to not drop the zaius file with another machine that hasn't set an override. The other machine will use the default file supplied by the default provider. (From meta-ingrasys rev: 4dd8f1dfde10a79c67d2be020ea2dce27bdde7c8) Change-Id: Iac04818b3f879d26b0084f49e5c131a9e115a3e8 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-10meta-ingrasys: zaius: bugfix native overridePatrick Venture2-2/+2
Native recipes do not recognize machine overrides, because it's native and not set to a machine. Fix the two native recipes that have the zaius machine override. In a multiple system configuration (bblayers), these are handled via custom recipes. (From meta-ingrasys rev: f09aaca6496b6cfe351dc8a990034d6198f614cf) Change-Id: Id76d426bee1779412dc6e4f4d05877f84b22708f Signed-off-by: Patrick Venture <venture@google.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-10spoon: Remove wildcards from fan recipe appendsBrad Bishop9-0/+0
The intent of the wildcards was to match the base recipe irrespective of version but you don't need the wildcard to do that. Simply use the recipe name without the version to match any version of the base recipe. With the wildcards phosphor-fan%.bbappend for instance matched every recipe that starts with phosphor-fan causing strange build warnings like: invalid packageconfig cooling-type while building some of the native fan configuration recipes. Tested: Built a Witherspoon image (From meta-ibm rev: 56b4d017ce31e686694eb0b304acd6bb9a1d460e) Change-Id: I83549464086178956405096dcec2729235e4897f Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-10meta-google: prepare for yocto 2.6Patrick Venture1-1/+1
Set compatibility to thud. (From meta-google rev: 0d4ca78901c79cbef8401df0aa2261569fad6854) Change-Id: I337d9dfc4c8bce18bd7b7cff3f4ca3e4e8ff7b00 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-10meta-witherspoon: Disable unnecessary hardware featuresAndrew Jeffery1-0/+1
(From meta-ibm rev: 3beaf3a6fad2bcd231eccc7c4a602c3627fac1de) Change-Id: Ifb877562ada116ce4012a7e314600e975c5e36c2 Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>