summaryrefslogtreecommitdiff
path: root/meta-phosphor
AgeCommit message (Collapse)AuthorFilesLines
2019-04-29phosphor-objmgr: srcrev bump e2359fb72d..5eddf44006Andrew Geissler1-1/+1
Matt Spinler (7): Check for missing endpoints when adding assocs Add testcases for addPendingAssociation Remove an endpoint from the pending assocs Check for pending associations Add function to find assocs based on endpoint Handle losing association endpoints Use config.h constants (From meta-phosphor rev: 6a01a5127b330a57d5a412e4e8e06b2235bf5dc8) Change-Id: I4abe8c5cbd4c99107a733991a34011987937b6fb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-29Enable reverse-path filter for IPv4Vernon Mauery2-0/+9
/proc/sys/net/ipv4/conf/*/rp_filter enforces filtering of packets to make sure that only packets that match the route can be sent on an interface. This is recommended for reducing IP spoofing as will as allowing for proper UDP behavior when multiple configured NICs have the same subnet. This is needed for the upcoming change of phosphor-ipmi-net, were its socket file uses the bind-to-device option to be able to bind each instance to a single network interface. This allows each RMCP+ bridge to accept only incoming packets on that interface. But in order to do this with two NICs on the same subnet, reverse-path filtering must be enabled in the kernel. (From meta-phosphor rev: 62a4b6cde3046a2439bdcef79a6ac85fd6684194) Change-Id: Ia4ba2523ded0d18d99f8be2fedd42666e96c34d2 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-26entity-manager: srcrev bump 6d2e9edded..73a7428b66Andrew Geissler1-1/+1
Cheng C Yang (1): Add config of sensors and FSC for more PSUs. (From meta-phosphor rev: 3f8b40d3001f38302e6eea3db97266f221279c36) Change-Id: I52d9c182b3df4d364ed2e17eb77518df8aa220fc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-26phosphor-objmgr: srcrev bump 8f876a5a98..e2359fb72dAndrew Geissler1-1/+1
Matt Spinler (2): Move common types into a common header Gather association maps into a single structure (From meta-phosphor rev: ab1f671f69f03a27a21fc3d8dd44b326d870d86e) Change-Id: I28c30494bde1ec227bbfb9e33bf549b8f60fa36b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-26phosphor-dbus-interfaces: srcrev bump 1bd7087aba..69619ceb47Andrew Geissler1-1/+1
Ratan Gupta (2): Object(Enable): Add the NotAllowed returned error LDAP: Update the documentation (From meta-phosphor rev: 1d029a8a509222a175ef3e47b9b99c35749a9b3b) Change-Id: If0b843f6de9967383e3bc759c00f6e2fcae74e81 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-25rebase ipmitool to use upstream gitVernon Mauery3-388/+49
Upstream ipmitool has been under active development for a while now. This includes adding the D-Bus interface to ipmitool as an option as well as a mechanism to set the default interface. So now, building ipmitool for openbmc is possible directly from upstream. The new patch that is included in this commit has been pushed upstream and in under review. It is needed to build in environments that don't have internet access. Tested-by: build ipmitool, run it on the BMC and see that it works bitbake ipmitool; scp <>/ipmitool <....>:/tmp; /tmp/ipmitool mc info /tmp/ipmitool -h ... Interfaces: open Linux OpenIPMI Interface imb Intel IMB Interface lan IPMI v1.5 LAN Interface lanplus IPMI v2.0 RMCP+ LAN Interface serial-terminal Serial Interface, Terminal Mode serial-basic Serial Interface, Basic Mode dbus OpenBMC D-Bus interface [default] (From meta-phosphor rev: c89d95e58d44d0f8e955892b59da2ac0c2beaf91) Change-Id: I00c15fb8693fca13cdd174661f924e7af684d19d Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-25meta-phosphor: python: drop json encoding patchBrad Bishop2-129/+0
The only code that needed this patch was phosphor-rest-server, which no longer has a recipe in meta-phosphor. This reverts 39beab95c635374ca0e9aa50fdce2c02e85efdca. (From meta-phosphor rev: db6d01e2722e38b0b5e55d06950436312456bf27) Change-Id: I08b381e29d6c6d3cdd510305c628a4e3da68fb03 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-25dbus-sensors: srcrev bump a5e587230a..c0ca7ee506Andrew Geissler1-1/+1
Richard Marian Thomaiyar (1): Check thresholds for sensor override (From meta-phosphor rev: 032fe77a1fba217116bf8b24070602ab12259f90) Change-Id: I69dae0458170f95fd6b7c83c0582319bf0de69b5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-25phosphor-certificate-manager: srcrev bump 8841dbd66e..13bf74e448Andrew Geissler1-1/+1
Marri Devender Rao (1): Implement Replace interface for Certificate objects (From meta-phosphor rev: c56f1a548214cbc3c38c3bb5c7104ee027774e30) Change-Id: I3d8c9e9315cc485f48d9a34d8f56ae5b2af5fe6d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-25Add certificate manager instance for bmcwebMarri Devender Rao3-0/+44
Added bitbake recipe to instantiate phoshor-certificate-manager service for bmcweb certificates. Caters for installing/replacing of bmcweb certificates. Specifying instance arguments through env file Tested: 1) Verified phosphor-certificate-manger instance for bmcweb is running 2) Verified Installing, Replacing of certificates using Redfish (From meta-phosphor rev: b0e77acb579523dfa706a545c86b1c2469692adc) Change-Id: Ifb4c8ac7e34f57a652f72eff1a0ef568a6348124 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-25phosphor-objmgr: srcrev bump 096cf82108..8f876a5a98Andrew Geissler1-1/+1
Matt Spinler (1): Support the new association defs interface (From meta-phosphor rev: d72a662330e0e8e139aebde193c8f8770ae629e1) Change-Id: Ib6189165d9b0d563c7a661e714b77f61b05f97f9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-25entity-manager: srcrev bump 08c83d87f3..6d2e9eddedAndrew Geissler1-1/+1
Cheng C Yang (1): Change PSU json file to support FSC James Feist (1): Add More Clamps (From meta-phosphor rev: 8d086941c84d22076f3387a077fa158299e4cf9e) Change-Id: I2f5ad5046998479f1a05f6837493d0c9253866d4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-25dbus-sensors: srcrev bump 7d47bf566a..a5e587230aAndrew Geissler1-1/+1
James Feist (1): ExitAirSensor: Get power readings from PSU (From meta-phosphor rev: c2212a579300599b3f9898dd8a6c41f4039480de) Change-Id: Ic60732c27e615844431b306c3093d5f9115d8526 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-24entity-manager: srcrev bump e6e88214e8..08c83d87f3Andrew Geissler1-1/+1
James Feist (1): Update Exit Air and CFM Configs (From meta-phosphor rev: fd15dafa4bb9fa79c9dc945e7ef07652015adf48) Change-Id: I4b900685b484ad4faea5905fd966eae813848fc3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-24entity-manager: srcrev bump c6c5b3d76f..e6e88214e8Andrew Geissler1-1/+1
Jae Hyun Yoo (1): Replace Skylake with Xeon (From meta-phosphor rev: 40e6384031384b1fdfeba4b3716fe65bfa791a15) Change-Id: I698ed291f6c49d6575225e99a68d758d7d010e64 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-24dbus-sensors: srcrev bump ebce7df14b..7d47bf566aAndrew Geissler1-1/+1
Jae Hyun Yoo (1): Replace Skylake with Xeon James Feist (1): PSUSensor: Add associations (From meta-phosphor rev: 62617fe6e446dce2b3d9106783e3a545ad641f63) Change-Id: I3a90e370da10ef8bf27e2b669f19efcb154c8c35 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-24bmcweb: srcrev bump 424c4176bb..b97b9c3600Andrew Geissler1-1/+1
Adriana Kobylak (2): crow: websocket: Increase input buffer size CMakeLists.txt: Remove BOOST_ASIO_NO_DEPRECATED (From meta-phosphor rev: e0035a1d66a2de2b6ef0de91aa3c19771c4f7ea3) Change-Id: I6a55ba449f24ee96fe76d35346db4e2bc1b4b113 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-24phosphor-host-ipmid: srcrev bump 788362ce51..461f464527Andrew Geissler1-1/+1
Andrew Geissler (1): Ensure host is told data available on SMS_ATN Vernon Mauery (1): look up channel from D-Bus connection (From meta-phosphor rev: 9a61dc99aa3f78c39ca38c0d80ad8086ac39bca7) Change-Id: Ic90178d52c72f48dd30edfb093327be0fd0914da Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-24dbus-sensors: srcrev bump 84e9e66203..ebce7df14bAndrew Geissler1-1/+1
James Feist (1): Minor CmakeLists fixes (From meta-phosphor rev: 11443a106d8b630870b13c8722405f6d613e9875) Change-Id: I32ee7b5db63a045a48c8d81a30a918070e5b9538 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-24entity-manager: srcrev bump 3e20099c9f..c6c5b3d76fAndrew Geissler1-1/+1
Qiang XU (1): Add BNP configuration file (From meta-phosphor rev: 4d8ae38d5a8e9a52cba347ecc95656184d851364) Change-Id: I658ade7d1726eabafa4bede0d8e7d6d49f916dff Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-24phosphor-fan-presence: srcrev bump 59096e50db..71779ab4b3Andrew Geissler2-4/+4
Patrick Venture (1): build: install into bin instead of sbin meta-ibm: phosphor-fan: grab cooling-type from bindir The output binaries from phosphor-fan-presence are now installed into bin instead of sbin. Change-Id: I2d42f62b4535775ffd0d1b9473375dd8dc66bb61 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-23Add internal ipmi channelVernon Mauery1-4/+4
This configures a channel for the internal communication via the native D-Bus channel. This is what the internal copy of ipmitool would run commands as. So if any command run by the internal ipmitool uses the special channel 0x0E, it will be reported as 0x08 (INTRABMC). (From meta-phosphor rev: 593ac2ebb5ff779356de676865b37bd6f067b0c5) Change-Id: Ieba0af1f3f7bd5ac85df8286349170f618379756 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
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-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-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-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-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-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-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-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-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-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>