summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-kcs_git.bb
AgeCommit message (Collapse)AuthorFilesLines
2019-11-06kcsbridge: srcrev bump 2cdc495852..46525ae48dAndrew Geissler1-1/+1
Gunnar Mills (1): Fix Maintainers file (From meta-phosphor rev: c921fe9c8e7948edf9e51c88ee58046972e225be) Change-Id: I23b484a6f46d3a0378e481f6c578689a5e917b04 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-06kcsbridge: srcrev bump 87e8e61c83..2cdc495852Andrew Geissler1-1/+1
Vernon Mauery (1): Remove old argument style and legacy service file (From meta-phosphor rev: b608eb0ecca49986288636b5c7c1a75961e6b357) Change-Id: Ib4096c7e839b6f5a32fd42207d8cc7606960d666 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 Mauery1-4/+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-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-16Revert "Revert "meta-phosphor: ipmi-kcs: point service to bindir""Patrick Venture1-1/+1
This patchset re-enables pointing ipmi-kcs to bindir. This reverts commit df6ddae3d2bf7090ffcd9131d46327ae26b80f9b. kcsbridge: srcrev bump 17a2ab7f39..ab794149e7 Patrick Venture (1): build: install into bin instead of sbin (From meta-phosphor rev: 0d25ef3d3041eb2cbc0545b674e810f0a3f561a2) Change-Id: I11dea12692e5977fdf58b9ead892b0ca563388c9 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-16Add new build dependencies for kcsbridgedVernon Mauery1-0/+4
The new rewrite of kcsbridged uses phosphor-logging, sdbusplus, boost, and cli11. Yocto needs to be aware of that so it can build properly. (From meta-phosphor rev: 6f174936988d4688837f73c35145c607d87d346f) Change-Id: I263939c126b6e33729ebe811ccb4acec5953f554 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-12meta-phosphor: kcsbridge: use git protocol instead of httpsPatrick Venture1-1/+1
Use the git protocol with github packages instead of the https protocol for fetching the repository contents. (From meta-phosphor rev: 2180ac89721a7637b5d5f278d1134b6b04ac92b3) Change-Id: Iec4dbb000ebe7b556adc2f4e68a6e0dcb968c482 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-28meta-phosphor: Fix explicit dependencies antipatternBrad Bishop1-1/+0
Out of the box bitbake examines built applications, automatically adds runtime dependencies and thus ensures any library packages dependencies are automatically added to images, sdks, etc. There is no need to list them explicitly in a recipe. Dependencies change over time, and listing them explicitly is likely prone to errors - the net effect being unnecessary shared library packages being installed into images. Consult https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#var-RDEPENDS for information on when to use explicit runtime dependencies. (From meta-phosphor rev: 26873c99d30b55e21a920c9851f21c3e2eab19f7) Change-Id: I38640d75a2d834c07d45ddcdb0162f1a23f848d9 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-03kcsbridge: srcrev bump 980b6f152f..17a2ab7f39Andrew Geissler1-1/+1
Kun Yi (1): Enhance dbus error reporting and logging (From meta-phosphor rev: 3c06c9edd3e4c14add4fe113df0f2dc751908ca1) Change-Id: I414bada5812e387b295f798bd6a63268d4b0afd8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-02-19kcsbridge: srcrev bump 9e382a12c7..980b6f152fAndrew Geissler1-1/+1
James Feist (1): Respond to all dbus messages (From meta-phosphor rev: e58405bbe085e44c8621215ec2d4646f0cd234d1) Change-Id: If1f652396fc4ad05ae97ebbbe7f5e3c40d901296 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-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>
2018-12-17kcsbridge: srcrev bump ccf086f151..33aea0d47fAndrew Geissler1-1/+1
Jia, Chunhui (1): [kcs]Add paramter for dbus name and objpath (From meta-phosphor rev: 0e67da4388446367269ea22f1a7a2185eb1fac11) Change-Id: I941f9632cdcc8e6ec5b8b0234e14eed990bd2e2b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-06meta-phosphor: master refresh 632923e49c..65f8850b66Brad Bishop1-2/+2
Update meta-phosphor to master HEAD. Andrew Geissler (8): bmcweb: srcrev bump 99ad599508..3112a144b3 phosphor-networkd: srcrev bump 74db23cf88..35297177b8 phosphor-objmgr: srcrev bump 6a39e8c727..47c09755e5 entity-manager: srcrev bump b69602b877..61c25c07ca dbus-sensors: srcrev bump 95b079b785..f87dc4c139 phosphor-snmp: srcrev bump bbee5d0d8f..9d18e56285 phosphor-host-ipmid: srcrev bump 77ff3fe596..e04c004b21 phosphor-ipmi-blobs: srcrev bump 50539d3646..9e0c1af678 Yong Li (2): Fix incorrect license type Do not use DBUS_SERVICES in the systemd string substitutions Change-Id: I3f170aee1b5d0e0ab5f040c6a13d39274fdedfc2 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-19kcsbridge: srcrev bump a1c50751b5..ccf086f151Andrew Geissler1-1/+1
Gunnar Mills (1): Spelling fixes (From meta-phosphor rev: 628e7c064ac5d0771421938e41da91e2a0ed0eeb) Change-Id: I8a6547fbe7c3c3727f9125fe2e8fa864ba1a7c3b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-06meta-phosphor: Move layer content from common/Brad Bishop1-0/+34
Adopt a more conventional directory hierarchy. meta-phosphor is still a _long_ way from suitable for hosting on yoctoproject.org but things like this don't help. (From meta-phosphor rev: 471cfcefa74b8c7ceb704cb670e6d915cf27c63b) Change-Id: I3f106b2f6cdc6cec734be28a6090800546f362eb Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>