rebase ipmitool to use upstream git

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]

Change-Id: I61a3dbee98d86d33e032319a6e9ec63da63dab4a
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
3 files changed
tree: b3a3ed5c6e8326d76e42f6749dc6d245b22c6393
  1. aspeed-layer/
  2. classes/
  3. conf/
  4. nuvoton-layer/
  5. recipes-connectivity/
  6. recipes-core/
  7. recipes-devtools/
  8. recipes-extended/
  9. recipes-graphics/
  10. recipes-phosphor/
  11. recipes-protocols/
  12. recipes-support/
  13. recipes-textproc/
  14. COPYING.apache-2.0
  15. COPYING.MIT
  16. LICENSE
  17. MAINTAINERS
  18. README.md
  19. recipes.txt
README.md

OpenBMC

meta-phosphor is the OpenBMC layer. This layer should be included for all OpenBMC systems. The OpenBMC layer contains content which is shared between all OpenBMC systems.