summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid-fru.bb
AgeCommit message (Collapse)AuthorFilesLines
2017-01-25Rename host-ipmid -> ipmiBrad Bishop1-27/+0
Use a single directory for all ipmi related function, inband or otherwise. Change-Id: I9ce114c29ffbcffa472eabd57c6117f0a422c04f Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2016-10-20ipmi-fru-parser: Convert build process to autotoolsMatthew Barth1-11/+6
Change-Id: Ie700729e569fcacdc43d72ec2168cdd1abb0a623 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
2016-10-20host-ipmid-fru.bb: bump versionPatrick Williams1-1/+1
Change-Id: I877aec87f30b121bd7bb07c17b6c28ebe3dd5b2e Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2016-09-15ipmi: fix up package dependenciesBrad Bishop1-2/+0
hardware providers recommend host-ipmid host-ipmid recommends plugins plugins don't recommend anything Change-Id: Ia10c1b1d2380dae2b5e326109e3f20779724cba8 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2016-09-14remove manager classesBrad Bishop1-1/+1
The value added by these classes is minimal and lowers the flexibility available to clients using them when it comes to packaging. Rename recipe virtuals - obmc-phosphor seems redundant. Align package virtual names with best practices (virtual-package). Change-Id: I34c3cb03f6b1d2aaa734ed02078b388667f70917 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2016-09-06Switch to systemd state managementBrad Bishop1-0/+2
Enable systemd chassis and bmc state management support for Phosphor. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Change-Id: I180496eb8e48dfc617f944053b8e909210c6df7d
2016-08-30host-ipmid-fru.bb: bump versionPatrick Williams1-1/+1
Change-Id: I4487343724e460010411c633e59e4b23efb3f46a Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2016-08-30host-ipmid-fru: CPPFLAGS -> CXXFLAGSPatrick Williams1-1/+1
Change-Id: I33e9833aedcb65b31237414204f73237166eeb60 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2016-08-30phosphor: Fix TARGET_*FLAGS variablesPatrick Williams1-1/+2
A few recipes were incorrectly passing -std=c++14 to CFLAGS or CPPFLAGS, which was causing compile failure for pure C code. Change-Id: I6a3f3cb8c53de95f2cf7631387b975b4ccd784ee Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2016-08-18host-ipmid-fru.bb: bump versionPatrick Williams1-1/+1
Change-Id: Ia2b08683274242e43f29440adc7e0d8be82bc915 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2016-08-18host-ipmid-fru.bb: bump versionPatrick Williams1-1/+1
Change-Id: Ifc8ddbf28d859a092ca64f62ce33a6069b938c41 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2016-07-29Recipe updatesBrad Bishop1-1/+1
Bump: - host-ipmid - host-ipmid-fru - skeleton - pyphosphor - obmc-mapper Enable libmapper in obmc-mapper. Change-Id: I73a3a363821db80cc1883c431a7aff0f90717e58 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2016-06-18Bump versions for skeleton, rest, inarp, eventAdriana Kobylak1-1/+1
Bump recipe versions and add python dependencies. The rest-dbus recipe was adding pythong packages needed by other processes, so when rest-dbus was removed from the Barreleye image, these processes (skeleton and obmc-rest) would fail, so adding the python dependencies to those recipes. Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
2016-06-15Bump host-ipmid versionBrad Bishop1-3/+4
This picks up a ipmi-fru-parser update that addresses a bitbake warning message about missing runtime shared library dependencies. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2016-06-15Whitespace fixes for host-ipmid-fru recipeBrad Bishop1-9/+5
No functional changes. Replace tab with spaces. Removed dead code. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2016-06-10Bump phosphor recipe versionsAdriana Kobylak1-1/+1
Enable one-time vs permanent host boot option Handle endianness in IPMI eSEL function Improve IPMI error handling Add IPMI Travis CI Fix host hanging due to inventory upload Performance improvements
2016-05-25Bump IPMI, networkd, REST, and skeleton versionsv0.8.1Adriana Kobylak1-1/+1
Pick up: Fix FRU VPD error messages Add REST interface to update BMC via local file Add Barreleye motherboard VPD to the inventory Handle parallel IPMI SEL reservation requests Add support to stream the journald log to a remote syslog Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
2016-02-02Update recipesAdriana Kobylak1-1/+1
2016-01-24Resolve relocation warnings with buildChris Austen1-1/+1
Yocto's QA service identified issues with the build The -fpic option was not included in .so files. Resovles issue https://github.com/openbmc/openbmc/issues/105
2016-01-14Sprint 4 candidateChris Austen1-2/+2
updates include btbridge, ipmid and fru parser
2015-11-25Updating base build with sprint 3 candidate 3Chris Austen1-4/+7
2015-11-17Too many dbus connectionsChris Austen1-1/+1
This code reduces all ipmi connections to just 1
2015-11-02Add ipmi fru write to dbusChris Austen1-0/+31
x