summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid.bb
Commit message (Collapse)AuthorAgeFilesLines
* Bump versions for skeleton, IPMI, obmc-mapperAdriana Kobylak2016-06-241-1/+1
| | | | | | | | | | Pick changes for: Encoding firmware version in BCD format Handle floating point sensor values Performance improvements Extend the mapper service startup timeout Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* Bump pyphosphor, host-ipmid versionsBrad Bishop2016-06-151-1/+1
| | | | | | | This picks up a couple fixes that addresses non-standard DBUS naming conventions. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Bump phosphor recipe versionsAdriana Kobylak2016-06-101-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
* Bump IPMI, networkd, REST, and skeleton versionsv0.8.1Adriana Kobylak2016-05-241-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>
* Add version_id support in to openbmcChris Austen2016-05-041-1/+1
| | | | | Adding https://github.com/openbmc/phosphor-host-ipmid/commit/176c96534484213dfb19d2ef5f70306b145a4fcf to all the ipmi -I dbus mc info command to reflect what is seen via REST
* Recipe updates for Network, Skeleton, Event, IPMIAdriana Kobylak2016-04-291-1/+1
| | | | | | | Add release version id to inventory and IPMI interface Add REST interface to query the type of network interface Add event REST association suppot Fix inventory data for CPU1
* Update recipes to pick up IPMI and User management fixesAdriana Kobylak2016-03-081-1/+1
| | | | | IPMI: Support for ipmitool lan high level commands USER: User management fixes
* Merge pull request #200 from mdmillerii/from-ramnkskjames2016-03-071-0/+1
|\ | | | | Update openbmc initfs to add temporary run from RAM
| * host-ipmid: OEM command will require clear-once serviceMilton D. Miller II2016-03-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Tell systemd the host-ipmid service wants the clear-once service to be started, and that it wants to run after the clear-once service. The new OEM command will use the openbmc init run once variables set in the u-boot environment. We want the u-boot variable cleared before the host can request it be set again. Tell bitbake to require the clean-once package. Signed-off-by: Milton Miller <miltonm@us.ibm.com>
* | Move up skeleton and host-ipmid to latestNorman James2016-03-061-1/+1
| | | | | | | | | | | | Fixes memory leaks and watchdog timer issues Signed-off-by: Norman James <nkskjames@gmail.com>
* | Integrating support for event log enhancementsChris Austen2016-03-021-1/+1
|/ | | | | | | | You will now get all the debug data in the event logs. This was different then in the past as there was a fixed few bytes of meaningless information. The feature also reduces the memory footprint of the event manager AND removes eselxxx logs in /tmp
* Recipe update: User management, systemd patch, IPMI net functionsAdriana Kobylak2016-02-121-1/+1
| | | | | | Create virtual class to include user management in the image Add the systemd patch for network support to the systemd recipe Update the IPMI recipe to pickup the support for network configuration
* Update recipes and remove dhcp fileAdriana Kobylak2016-02-031-1/+1
| | | | | | | Backout kernel level since tag 20160202 has vuart support that bmc currently does not support Pickup IPMI and REST functions to update the MAC address Remove dhcp file from network recipe that seems to cause issues
* Update phosphor recipes to pickup latest codeAdriana Kobylak2016-02-011-1/+1
| | | | | Update openbmc phosphor recipes to pickup latest functionality from skeleton, ipmi, networkd, settings, etc.
* Update recipesAdriana Kobylak2016-02-011-1/+1
|
* Add network dbus object to openbmc imageAdriana Kobylak2016-02-011-0/+1
| | | | | | | Create networkd recipe and service files Add dependency to networkd to the ipmid recipe since the upcoming ipmi set/get lan ipmi cmds will make use of the network dbus object
* Add settings dbus object to openbmc imageAdriana Kobylak2016-01-301-2/+1
| | | | | | | Create settings recipe and service files Add dependency to settings to the ipmid recipe since the upcoming ipmi boot flags use this settings dbus object
* Resolve relocation warnings with buildChris Austen2016-01-231-0/+3
| | | | | | 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
* Add fix for timeofdayChris Austen2016-01-211-1/+1
| | | | | Merge pull request #58 from nkskjames/set_time https://github.com/openbmc/phosphor-host-ipmid/commit/e90d8bf6a342649dba2fd1589a3cddb3cd051bb1
* Sprint 4 candidateChris Austen2016-01-131-1/+1
| | | | updates include btbridge, ipmid and fru parser
* Sprint 3 candidate 6Chris Austen2015-12-031-1/+1
| | | | Updates include more sensors, reboot capabiltiies and so much more!
* Sprint 3 CandidateChris Austen2015-12-021-1/+1
|
* Updating base build with sprint 3 candidate 3Chris Austen2015-11-241-1/+1
|
* Too many dbus connectionsChris Austen2015-11-171-1/+1
| | | | This code reduces all ipmi connections to just 1
* support multiple event logsChris Austen2015-11-111-1/+1
|
* boot sensor was not reportingChris Austen2015-11-091-1/+1
|
* update for esel not sending mesagesChris Austen2015-11-011-1/+1
|
* Moving openbmc's ipmid and oem to support Nov1 releaseChris Austen2015-10-301-1/+1
|
* Added liboemhandler.so to the official buildChris Austen2015-10-281-2/+6
| | | | | Moved ipmi up to the latest level to allow the ipmid-api.h to be exported in the package fixed bb files to ensure RECCOMNDS do not get overwritten
* Make host-ipmid pull in host IPMI to hw packageBrad Bishop2015-10-191-0/+2
| | | | Set preferred providers for palmetto and qemuarm targets.
* Start host-ipmid on bootBrad Bishop2015-10-181-3/+2
| | | | | Recipe was not picking up c-daemon which hooks into systemd. Removed quotes from description.
* phosphor-host-ipmid: refresh SRCREVPatrick Williams2015-10-151-5/+9
| | | | Also required updating dependencies and installed files.
* bitbake and package files for host-ipmidvishwabmc2015-10-121-0/+20
OpenPOWER on IntegriCloud