summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-04-23Redfish Code Update: Default value for ApplyTimeJayashankar Padath1-0/+6
Setting a default value for ApplyTime property which can control when to apply the newly uploaded software image. The ApplyTime property is defined in the UpdateService redfish schema. This property will be hosted from phosphor-settingsd with a default value as OnReset. Tested: Verified that the property is getting created with the expected default value as OnReset. busctl get-property xyz.openbmc_project.Settings /xyz/openbmc_project/software/apply_time xyz.openbmc_project.Software.ApplyTime RequestedApplyTimes "xyz.openbmc_project.Software.ApplyTime.RequestedApplyTimes.OnReset" (From meta-phosphor rev: 634e8d0c70ad2c7732e13439fcbca569457919a5) Signed-off-by: Jayashankar Padath <jayashankar.padath@in.ibm.com> Change-Id: Iadb744fe4c1db39fb758758f47b64205be0110af Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-23meta-quanta: gsj: modify link local configurationHank Liou2-1/+2
This change disables ipv4 link local auto-configuration. (From meta-quanta rev: 0b6836f812f2ea864acc9ee9ede9e700ff504217) Signed-off-by: Hank Liou <Hank.Liou@quantatw.com> Change-Id: If2921b733f6fe314f35cf925d8a9f79a9480e11a Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-23meta-phosphor: Opt out of new systemd configsBrad Bishop1-3/+2
Opt out of new systemd meson config options by default. This keeps our systemd configuration as minimal as possible by default, and makes an explicit statement about what is supported by meta-phosphor and what is not. (From meta-phosphor rev: 1ea62b5ba89e07d0ee0ac8afecbe124ccc2909f6) Change-Id: I965bf50f8edacdb754dbb177bd7631325baaf34d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-23phosphor-dbus-interfaces: srcrev bump 21a950a563..1bd7087abaAndrew Geissler1-1/+1
Cheng C Yang (1): Change some properties name in SOL Dbus Marri Devender Rao (2): Add Replace interface to cater for Certificate instances. Update README with Redfish certificate support Matthew Barth (1): Shutdown thermal event due to ambient Ratan Gupta (1): LDAP: Add the NotAllowed returned error for ldapType property (From meta-phosphor rev: 7251a6e3a311ec662a3b040069cc865f923b3f47) Change-Id: Iefb000f53cfa36b5e948f5af87525a0c5cdd3be3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-23witherspoon: Use first-boot-set-macBrad Bishop3-25/+2
Use the new first-boot-set-mac recipe from the openpower layer for setting the mac address on first boot. This replaces obmc-mgr-inventory's sync_inventory_items.py script that achieves the same - but is the last remaining requirement for python on Witherspoon systems and first-boot-set-mac is shell! (From meta-ibm rev: 1249fea4137fcf0107a0ad77d78039ddf87c55d4) Tested-By: Built a witherspoon image and manually verified the root filesystem included a symlink to first-boot-set-mac@.service in /etc. Change-Id: If26c6e2337ec182951a2484a09a4843418716980 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-23phosphor-objmgr: srcrev bump 487948d820..096cf82108Andrew Geissler1-1/+1
Patrick Venture (1): build: install into bin instead of sbin (From meta-phosphor rev: 46ae54388f309460fae53e3b6cbf54f4221d5ee7) Change-Id: Iec4b03b3c295b1ec98f7190c7d799a4c0d09a3f6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-23occ-active.sh: case insensitive for sensor namesAlexander Filippov1-1/+1
Allows to have the OCC sensor name in upper case. (From meta-openpower rev: f1486ebc6fded8d172a405b8b30df65951efa1cd) Change-Id: I64176bce133b42607d4c532f25186658d2680a7f Signed-off-by: Alexander Filippov <a.filippov@yadro.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-23obmc-ikvm: srcrev bump 4749f934f1..133bfa2d5bAndrew Geissler1-1/+1
Eddie James (1): Reduce framerate to prevent lag (From meta-phosphor rev: 80933683ba0c680998c7becfaf7bb92ea10a5f42) Change-Id: Ic18e38bd02d945f1fee5cc32af40e5e38f8c2d12 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-23bmcweb: srcrev bump 4418c7f0dd..424c4176bbAndrew Geissler1-1/+1
Brad Bishop (1): Add systemd unit files Jason M. Bills (1): Change application and interface names to Crashdump (From meta-phosphor rev: e99dc87f09c17dcbec0b2d51294fe464bfa2aa01) Change-Id: Iaf3aa666b20e8a5cc63a36e393d61ff78e708394 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-23phosphor-host-ipmid: srcrev bump f442e119ae..788362ce51Andrew Geissler1-1/+1
Richard Marian Thomaiyar (1): API support to update password for special user (From meta-phosphor rev: c03c46b5befef1d7481fb835f6f70a1adc2a1059) Change-Id: Ic9e04dbc7d44c1dc5ebe2dc017ccb43efb2e75e6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-23dbus-sensors: srcrev bump 55ab2afb4b..84e9e66203Andrew Geissler1-1/+1
Jae Hyun Yoo (1): Fix fan sensor creation logic James Feist (1): PSUSensor: Fix rescan behavior (From meta-phosphor rev: 7a419a15926010d78a3990fad773deb48b699077) Change-Id: I3887b4079a1dc5cbd6977faa02d1ed046c79a8b5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-23openpower-occ-control: srcrev bump 1d69e19255..ebfee76f06Andrew Geissler1-1/+1
Alexander Filippov (1): example: Add sensorName field (From meta-openpower rev: c4b769c903523701f159bc1d98d8c1591bd18a65) Change-Id: I728be1e712db7db76e7b0b1e2d2e7aef84d6c126 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-23phosphor-mapper_git.bb: Remove RDEPENDS on PythonKun Yi1-10/+1
Mapper is now C++ based and no longer have runtime dependency on Python. (From meta-phosphor rev: a37b5317239fb692fbdf388b6e97dd8a07ffbe6a) Change-Id: Ieb85239487a833999e1c576a2b86389abe3d37d5 Signed-off-by: Kun Yi <kunyi731@gmail.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-23intel-ipmi-oem: srcrev bump acc8a4ebf3..fc5e985b69Andrew Geissler1-1/+1
James Feist (3): Update GetSDR to new API Update getThreshold to new API Add Thresholds Information to SDRs Jason M. Bills (2): Override the Platform Event command Remove bitfields from the SEL record structures Richard Marian Thomaiyar (1): Add Set Special user password command (From meta-intel rev: 8c71cf4c76d534658b7de93710826a8c4a5dffb3) Change-Id: Idae8a1ea35c4ed09b0788329c1f04789957b2cd9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-23meta-quanta: gsj: add IPMI PWM sensorsBenjamin Fair1-1/+26
Add a sensor for each fan PWM channel to the IPMI sensor map. (From meta-quanta rev: 9daae7df1f77542bce03096cd523febe97555402) Change-Id: I1e142ad3a1596a378e749aa326e6082b4cb84c21 Signed-off-by: Benjamin Fair <benjaminfair@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-23meta-quanta: gsj: add PWM targets for fansBenjamin Fair1-7/+7
Add a PWM_TARGET variable for each fan that describes which PWM channel controls that fan. (From meta-quanta rev: 55f0bad12ec1a677e155db82e9f23678488a9aa0) Change-Id: Ib4c94ba599017b24b475fcd680e642ad47f36007 Signed-off-by: Benjamin Fair <benjaminfair@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-22phosphor-webui: srcrev bump e9211cb375..e5fb403d6bAndrew Geissler1-1/+1
Jae Hyun Yoo (1): Pull the latest novnc package (From meta-phosphor rev: 635225aa2f896458ea372138e766d5523defce25) Change-Id: I1a55ad9cc15a04dad6e21459fb3b8e9f60f0f63a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-22openpower: remove legacy inventory managerBrad Bishop1-7/+0
Don't install the legacy inventory manager on OpenPOWER systems. It was mostly unused and is completely unused now that witherspoon doesn't use the sync_inventory_items.py script it contained. (From meta-openpower rev: a4f37e479a667edacbe11c78eb7da9c450aafe17) Change-Id: Iab4e698aad22ef1b109f2ac0e35df16d494dff44 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-22meta-openpower: Sync BMC MAC address to ethernetAlexander Filippov3-0/+91
On first BMC boot copy the MAC address set at manufacturing time into the network DBus object. On some OpenPOWER systems the MAC address is set by the manufacturer in an EEPROM somewhere. If openpower-vpd-parser has forwarded the information in that eeprom onto phosphor-inventory manager, this script can further forward that on to the network stack of OpenBMC. This is only done on genesis boot (or after a factory reset) so that a manually configured address from the end user is not overridden. (From meta-openpower rev: 6f08b5190e0e7d83d1ddc08771dd31be7d0561ca) Change-Id: Ia15ce9217ad024a827e94c1dfd986ce19af7124d Signed-off-by: Alexander Filippov <a.filippov@yadro.com> Signed-off-by: Nagaraju Goruganti <ngorugan@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-22witherspoon: adjust occ hwmon labels for 5.0 kernelEddie James1-68/+68
The upstream 5.0 kernel changed the labels for power sensors. Adjust the hwmon configuration files to account for this. (From meta-ibm rev: 222fda96aacb1971094e742e71d6d597985fc927) Signed-off-by: Eddie James <eajames@linux.ibm.com> Change-Id: Ibc8921e14b3840959e0793934432ba5615d0b416 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-22meta-phosphor: drop obmc-standby systemd targetPatrick Venture2-10/+0
The obmc-standby.target is no longer used, and therefore should be dropped. (From meta-phosphor rev: 381e36eb42c19ae1886fba91aa8551c3c12a9902) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Ib941989130be497ef6e7c72cdacf46de6c318792 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-22libgpiod: Add in package for gpio dev toolsAndrew Geissler1-0/+1
This replaces the python based gpioutil tool and provides the needed commands for developer debug of the gpio subsystem Tested: Booted up image in Romulus, verified basic commands worked root@romulus:~# gpioinfo | grep -v unused gpiochip0 - 232 lines: line 27: unnamed "nic_func_mode0" output active-high line 28: unnamed "nic_func_mode1" output active-high line 67: unnamed "sysfs" input active-high [used] line 73: unnamed "sysfs" input active-high [used] line 74: unnamed "checkstop" input active-low [used] line 106: unnamed "fault" output active-low [used] line 108: unnamed "identify" output active-high [used] line 135: unnamed "id-button" input active-low [used] line 139: unnamed "phosphor-hwmon" output active-high [used] line 141: unnamed "power" output active-low [used] line 151: unnamed "seq_cont" output active-high (From meta-phosphor rev: c078701ce0bc0399e66809826832879268d9467d) Change-Id: Id7e425d67b0f5b2a58076783717be17a55784100 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-22Add associations support to phosphor-inventory-mgrMatt Spinler1-0/+3
Add support so another layer can select the 'associations' PACKAGECONFIG and install their own associations.json file which the phosphor-inventory code uses to create associations between inventory paths and other paths. (From meta-phosphor rev: 6bc9cd4952999bbb8bb5083c1c6e89b6ad2c8b8b) Change-Id: Id0cb5f5a7f8759455c1ebaa068ab6c810c118f5f Signed-off-by: Matt Spinler <spinler@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-22phosphor-inventory-manager: srcrev bump c47ca585b1..ded627c42fAndrew Geissler1-1/+1
Matt Spinler (1): deserialization: adapt to filesystem API changes (From meta-phosphor rev: 1d3f872a38b4ab05eba58b444edf68f17ee70785) Change-Id: I956341219be31eb48c8336825c9d45b51c011594 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-22entity-manager: srcrev bump 637b3ef136..3e20099c9fAndrew Geissler1-1/+1
James Feist (1): Sort Exposes Alphabetically By Type John Wang (1): Add support for emc1413 and tmp112 (From meta-phosphor rev: 65d147ff925680be131ee1a05ac258478146e6ac) Change-Id: I9dd011d9cd147447110f7b7dad984d0a92782252 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-22phosphor-networkd: srcrev bump f273d2b562..0850579309Andrew Geissler1-1/+1
William A. Kennington III (1): Static neighbor support (From meta-phosphor rev: 639f66d086f69f7b7915cb43900da81c4dd20d59) Change-Id: I8f6901143d5b62de7ac57be4842e1ff6e8fff2be Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-20phosphor-webui: srcrev bump 4733a11b42..e9211cb375Andrew Geissler1-1/+1
Ed tanous (1): Implement KVM in webui (From meta-phosphor rev: 2bd6393a4b1299e04201183def27b4cd93735c8f) Change-Id: I9771a35ab919ab854d91bd6978b0a5827ccdc426 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-20obmc-ikvm: srcrev bump 63c3ea18c3..4749f934f1Andrew Geissler1-1/+1
Eddie James (1): Switch pointer gadget to non-blocking (From meta-phosphor rev: 9a0ba9e589db99cbe6d4e3e54280a05b59e29344) Change-Id: I1d9977419a781785ed94ff5b9dc227360e6cb2bd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-20Make phosphor-ipmi-kcs parameterized by deviceVernon Mauery2-15/+4
The end goal is to run one ipmi bridge per interface, so that stopping that bridge will effectively shut down ipmi on that interface. By default, this enables KCS on /dev/ipmi-kcs3. If more than one KCS interface is desired, they can be added in a bbbappend as follows: phosphor-ipmi-kcs_%.bbappend: ALT_KCS_DEV = "ipmi-kcs4" SYSTEMD_SERVICE_${PN} += " \ ${PN}@${ALT_KCS_DEV}.service \ " (From meta-phosphor rev: ed16aacb16b908a1bc0c46b7dff54c13802d3aa0) Change-Id: Ib8acf989721f22abf9a95f006b12486972fd6f5a Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-20aspeed-layer: jsnbd: Add script for USB mass storage deviceAdriana Kobylak2-0/+77
This script is called by the nbd-proxy app to start/stop the USB mass storage device. (From meta-phosphor rev: c1b537d2366120c2460ed66c872b87ceab59b0d0) Change-Id: I414c52cb4a262199dc8b373e016cf09dae211a8a Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-20phosphor-inventory-manager: srcrev bump a248550458..c47ca585b1Andrew Geissler1-1/+1
Matt Spinler (4): Add the association functionality to the README Add associations::Manager class Load the associations definitions Create associations (From meta-phosphor rev: beb187c785b7cb7d291a8ac3ce2c58a125e13a58) Change-Id: I4b992097d3df69af4781a971998ecfbcec43cbd6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-20subtree updatesBrad Bishop23-142/+471
meta-aspeed: c8d791ede6..35a494ecb3: Andrew Jeffery (1): linux-aspeed: OCC, ISL68137, ASPEED spi-nor updates meta-ingrasys: 67bcaf389f..71846afdc6: Patrick Venture (5): meta-ingrasys: zaius: hwmon: udc90160 specify informative names meta-ingrasys: zaius: enable isl68137 and ir38064 meta-ingrasys: zaius: phosphor-hwmon: add vrm nodes meta-ingrasys: zaius: phosphor-hwmon: add power-brick nodes meta-ingrasys: zaius: update ipmi sensor inventory Robert Lippert (3): meta-ingrasys: zaius: remove reflock fixup recipe meta-ingrasys: zaius: avsbus-control: use linux driver instead of raw I2C commands meta-ingrasys: zaius: no longer need to set VDN VOUT_MAX during host boot Change-Id: I5dbcfae6f937e0f01e5fca4c1f686be0e82b7ee1 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-19dbus-sensors: srcrev bump 24f02f2403..55ab2afb4bAndrew Geissler1-1/+1
John Wang (1): HwmonTemp: Add support for emc1413 and tmp112 (From meta-phosphor rev: b47c6527c23fa6d4dccfaa06aaf2e5c70ad49ff0) Change-Id: I0e441c3fce1420a88e35004b0f07f8e71d9b4775 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-19phosphor-watchdog: srcrev bump 26eef26c97..47a9ec4ee9Andrew Geissler1-1/+1
William A. Kennington III (1): watchdog: Log timer use during expiration (From meta-phosphor rev: 991133912e5ffba3a7acee6f57747de5ef780b96) Change-Id: I45ad85af7b2b4e109826096b5ce87a29e6ed8160 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-19phosphor-host-ipmid: srcrev bump 5b2535f890..f442e119aeAndrew Geissler1-1/+1
Vernon Mauery (1): move variant to std namespace (From meta-phosphor rev: e2abcfee3a7607829e8129d737e2951d09992c00) Change-Id: I295ab509048fd61878998c77950da124a6540871 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-18gpioutil: Remove python based gpioutil toolAndrew Geissler1-2/+0
This tool has been superceded by libgpiod. The OpenBMC distribution is moving towards having python be optional in its distribution so python based tools like this can not be automatically packaged into the filesystem. Tested: Verified gpioutil was no longer in rootfs after building witherspoon (From meta-openpower rev: 79ad6dc7cb730d8b9e9728bc79b7d047f09e4276) Change-Id: Ic49eee57972f03e4531c9abf2d0d6d601571ad16 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-18packagegroup-op-apps: Remove legacy flash packagesAdriana Kobylak1-6/+0
The openpower-software-manager supports the static PNOR layout, reference https://lists.ozlabs.org/pipermail/openbmc/2019-April/015723.html. Remove the legacy code update packages. (From meta-openpower rev: c7addf07bf0ef7418ac6f13726c70faa1cdd7d98) Change-Id: I169b9bb2b7e2ffb64b6db384eb8c3de7e9e5f675 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-18kcsbridge: srcrev bump ab794149e7..9ce5a9a0baAndrew Geissler1-1/+1
Vernon Mauery (2): Move service file from bitbake layer into project Convert kcsbridged to C++17, sdbusplus::asio, and new IPMI D-Bus API (From meta-phosphor rev: 0158b03d2615b819d006b007060b9bc752eca712) Change-Id: Id62c001f950a63619338b330fff422c41d2ee6e9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-18linux-aspeed: 4B opcode support for spi-nor, OCC fixesAndrew Jeffery1-1/+1
Cédric Le Goater (4): mtd: spi-nor: aspeed: introduce a aspeed_smc_default_read() helper mtd: spi-nor: aspeed: clarify 4BYTE address mode mask mtd: spi-nor: aspeed: use memcpy_fromio() to capture the optimization buffer mtd: spi-nor: aspeed: add support for the 4B opcodes Eddie James (2): hwmon (occ): Store error condition for rate-limited polls hwmon (occ): Prevent sysfs error attribute from returning error Lei YU (1): hwmon (occ): Fix extended status bits (From meta-aspeed rev: c8d791ede6f895a8c8ed195ce1c9c2db9b0c7cd1) Change-Id: I4d89695677bcc7b60abc0d75d809ee33c33df53c Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-17meta-phosphor: obmc-phosphor-image: rm extrasdevBrad Bishop1-1/+0
Don't install packagegroup-obmc-apps-extrasdev by default. It only includes a single python script rest-dbus and drags in python on the target. To include packagegroup-obmc-apps-extrasdev add a line like: IMAGE_INSTALL_append = " packagegroup-obmc-apps-extrasdev" to your local.conf (From meta-phosphor rev: d0620aa530293d477a069837236e81ef17ead28a) Change-Id: I697a3870e1c7767d4f524619ed1c258c4055031e Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-17entity-manager: srcrev bump f1b1414780..637b3ef136Andrew Geissler1-1/+1
James Feist (2): Log device added and device removed into journal Remove references to experimental filesystem (From meta-phosphor rev: 300ee2fe905dc50949aae7d3d0070a5aa8ad5681) Change-Id: Ia152036949bc83e9932b59e1332c70f704df2981 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-17phosphor-hwmon: srcrev bump 1f30ab2c47..5c014d2bb7Andrew Geissler1-1/+1
Matt Spinler (1): Use std::filesystem::path::relative_path() (From meta-phosphor rev: f5a27e8bf94cd1b90c8bd31c159bda3a710f0d2a) Change-Id: I5599a785ca24f326d43ff20d791b11045d86f9fb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-17obmc-ikvm: srcrev bump fb6a8e1e72..63c3ea18c3Andrew Geissler1-1/+1
Jae Hyun Yoo (1): Fix host video wake up failure issue John Wang (1): meson: install create_usbhid.sh (From meta-phosphor rev: 3a14f052d9d31f33458c3accd3f2d0308595694d) Change-Id: I22964508a850d7b97021b63f7394760a75a7789d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-17Revert "Revert "Remove obmc-control-chassis from chassis package""Matt Spinler1-1/+0
This reverts commit 48e9fbf06593a9b13cfba3e8814a8ccb79639484. Puts back in the commit to remove obmc-control-chassis. (From meta-openpower rev: 6e7b9a615c5c8bb5f0a101557f2934088800f53a) Change-Id: I19212beaaad642ac718553ac79e758c1744be3df Signed-off-by: Matt Spinler <spinler@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-17openpower-host-ipmi-flash: srcrev bump ee3064bace..d4b7f5e481Andrew Geissler1-1/+1
Adriana Kobylak (1): hiomap: Unblock SIGTERM on reset path (From meta-openpower rev: 2873a5841dcfcc5be37c9c6519adaadf6a106c89) Change-Id: I0f3cb990730ca6556f5adf3b03700cb03338352b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-17bmcweb: srcrev bump 0e7de46f9b..4418c7f0ddAndrew Geissler1-1/+1
James Feist (1): Remove references to experimental filesystem (From meta-phosphor rev: df83200bdcfb2f3d9752ecc78476742fbe4dde6a) Change-Id: I97beae125dff33adaeb0abba77c23dd71308169e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-17entity-manager: srcrev bump a218ddb84c..f1b1414780Andrew Geissler1-1/+1
James Feist (1): Use hash of found device for json key (From meta-phosphor rev: 490be3f9546d4d6bdbb1ccc30177f609c66669ab) Change-Id: I69ae213632171f9e08aa6a9e29b2c8167ef78731 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-17phosphor-dbus-interfaces: srcrev bump d5c34aa725..21a950a563Andrew Geissler1-1/+1
Alexander Amelkin (1): Add Inventory/MultiRecord interfaces Brad Bishop (1): Add xyz.openbmc_project.Association.Definitions Ed Tanous (1): Revert "Add Inventory/MultiRecord interfaces" Jayashankar Padath (1): Redfish Code Update : New property for ApplyTime will (1): Add ECC memory interface (From meta-phosphor rev: b8763f1ad0cf2bbb0553b141a6848b630cc49180) Change-Id: Icd4b3ddaa6eaabc1e832352abfc1b440773f5f12 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-17meta-phosphor: bmcweb: remove dead logicBrad Bishop1-5/+0
Remove some lines that did nothing. Tested by running: find tmp/work/armv6-openbmc-linux-gnueabi/bmcweb/1.0+gitAUTOINC+0e7de46f9b-r0/image |grep dbus find tmp/work/armv6-openbmc-linux-gnueabi/bmcweb/1.0+gitAUTOINC+0e7de46f9b-r0/image |grep include both commands returned 1 to the shell. (From meta-phosphor rev: 1851d32c72531fd1f4361fed0b3bf4905299968d) Change-Id: I8911976c2efb2efeff138ce21ba471d834dc8c20 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-17intel-ipmi-oem: srcrev bump 0cd014ac63..acc8a4ebf3Andrew Geissler1-1/+1
James Feist (1): Add remaining BIOS thermal settings (From meta-intel rev: fc3abdab17820566a7863822d62f151a2a8738f7) Change-Id: Ib39979064382d86f966daa12b37f4f5fd807729b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>