summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-phosphor/host-ipmid
AgeCommit message (Collapse)AuthorFilesLines
2016-06-30host-ipmi-hw-example: use skeleton classBrad Bishop1-8/+3
Use the new skeleton classes. This has the side effect of a version bump. Added a couple missing dependencies. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2016-06-27Merge pull request #397 from williamspatrick/yocto-2.1-pre-changesPatrick Williams1-1/+1
Phosphor changes needed for Yocto 2.1
2016-06-25Bump versions for skeleton, IPMI, obmc-mapperAdriana Kobylak1-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>
2016-06-24btbridged: Change how kernel-source depend is specifiedPatrick Williams1-1/+1
As of Yocto commit 46cdaf1 we are suppose to use: do_configure[depends] += "virtual/kernel:do_shared_workdir" Instead of: DEPENDS += "virtual/kernel" Without this, the kernel source is not unpacked if you compile with the sstate cache and so btbridged fails to find the bt-host header. Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2016-06-21Removed unused host-ipmid-bt applicationBrad Bishop2-26/+0
This was deprecated in favor of btbridged. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
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-15Merge pull request #326 from bradbishop/host-ipmidPatrick Williams1-12/+9
Add shared library versioning for host-ipmid-fru
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-15Bump pyphosphor, host-ipmid versionsBrad Bishop1-1/+1
This picks up a couple fixes that addresses non-standard DBUS naming conventions. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2016-06-13Support multiple systemd service filesBrad Bishop1-0/+0
Enhance obmc-phosphor-systemd such that an array of service/template socket files in SYSTEMD_SERVICES_${PN} works. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2016-06-10Bump phosphor recipe versionsAdriana Kobylak3-3/+3
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-06-06Add autostart policy for these services of the openbmc repo.Nan Li4-0/+4
Signed-off-by: Nan Li <bjlinan@cn.ibm.com>
2016-05-26Pin host-ipmi-hw-example to a specific Git SRCREVRick Altherr1-1/+1
AUTOREV assumes you can reach the remote repository to lookup the most recent commit. When setting up a hermetic build, that will fail even though a local mirror tarball exists. Pinning the recipe to a specific revision skips the lookup and just checks out the specified commit from the local mirror tarball. Change-Id: I05cfa67dfcd321ff28a93453df5ce1c82666e6c1 Signed-off-by: Rick Altherr <raltherr@google.com>
2016-05-25Bump IPMI, networkd, REST, and skeleton versionsv0.8.1Adriana Kobylak3-3/+3
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-05-04Add version_id support in to openbmcChris Austen1-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
2016-04-30Recipe updates for Network, Skeleton, Event, IPMIAdriana Kobylak1-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
2016-03-09Update recipes to pick up IPMI and User management fixesAdriana Kobylak1-1/+1
IPMI: Support for ipmitool lan high level commands USER: User management fixes
2016-03-08Merge pull request #200 from mdmillerii/from-ramnkskjames2-0/+3
Update openbmc initfs to add temporary run from RAM
2016-03-08host-ipmid: OEM command will require clear-once serviceMilton D. Miller II2-0/+3
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>
2016-03-07Move up skeleton and host-ipmid to latestNorman James2-2/+2
Fixes memory leaks and watchdog timer issues Signed-off-by: Norman James <nkskjames@gmail.com>
2016-03-02Integrating support for event log enhancementsChris Austen2-2/+2
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
2016-02-12Recipe update: User management, systemd patch, IPMI net functionsAdriana Kobylak1-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
2016-02-04Update recipes and remove dhcp fileAdriana Kobylak1-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
2016-02-02Update phosphor recipes to pickup latest codeAdriana Kobylak1-1/+1
Update openbmc phosphor recipes to pickup latest functionality from skeleton, ipmi, networkd, settings, etc.
2016-02-02Update recipesAdriana Kobylak2-2/+2
2016-02-02Add network dbus object to openbmc imageAdriana Kobylak1-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
2016-01-30Add settings dbus object to openbmc imageAdriana Kobylak1-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
2016-01-24Resolve relocation warnings with buildChris Austen3-1/+5
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-22Add fix for timeofdayChris Austen1-1/+1
Merge pull request #58 from nkskjames/set_time https://github.com/openbmc/phosphor-host-ipmid/commit/e90d8bf6a342649dba2fd1589a3cddb3cd051bb1
2016-01-15btbridged: Update to include bt_q_drop() bugfixCyril Bur1-1/+1
2016-01-14Sprint 4 candidateChris Austen3-4/+4
updates include btbridge, ipmid and fru parser
2015-12-04Sprint 3 candidate 6Chris Austen1-1/+1
Updates include more sensors, reboot capabiltiies and so much more!
2015-12-03Sprint 3 CandidateChris Austen2-2/+2
2015-11-25Updating base build with sprint 3 candidate 3Chris Austen4-25/+10
2015-11-23Move up bt bridgeChris Austen1-1/+1
2015-11-17Too many dbus connectionsChris Austen2-2/+2
This code reduces all ipmi connections to just 1
2015-11-12support multiple event logsChris Austen2-2/+2
2015-11-10boot sensor was not reportingChris Austen1-1/+1
2015-11-06Add ipmitool for qemu image onlyChris Austen1-0/+37
2015-11-02Add ipmi fru write to dbusChris Austen1-0/+31
x
2015-11-01Merge pull request #55 from bradbishop/btbridgenkskjames2-1/+19
Patch btbridge makefile.
2015-11-01update for esel not sending mesagesChris Austen2-2/+2
2015-11-01Patch btbridge makefile.Brad Bishop2-1/+19
It doesn't work inside OE at the moment.
2015-10-31btbridge: update versionChris Austen2-13/+2
- Move to version that supports correct seq/net/lun/cmd order. - Remove unneeded makefile.patch. Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2015-10-30Moving openbmc's ipmid and oem to support Nov1 releaseChris Austen2-2/+2
2015-10-30Add btbridged recipeBrad Bishop3-0/+37
2015-10-29Added liboemhandler.so to the official buildChris Austen2-2/+37
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
2015-10-21remove systembus.patchEdward A. James2-12/+0
2015-10-19Make host-ipmid pull in host IPMI to hw packageBrad Bishop1-0/+2
Set preferred providers for palmetto and qemuarm targets.