phosphor: Move ipmitool fork to a set of patches

Given that upstream yocto already has a recipe for ipmitool, it doesn't
make sense for us to have a hard fork of it, especially when they are
solving problems for us, and keep the version up to date.

Functionally, this commit does 3 things.
1. Deletes the phosphor specific phosphor-ipmi-tool target
2. Adds the openbmc specific ipmitool patches into phosphor, for ease of
updating to new versions in the future.
3. Updates ipmitool to the latest upstream version: 1.8.18

Tested By:
Built an image with ipmitool included.  Ran through some basic commands:

ipmitool mc info
ipmitool sensor list

and observed no errors, and correct responses over dbus.

Ran
ipmitool --help

and observed
ipmitool version 1.8.18
in the output string.

Change-Id: If9015af189e55237393b5036f6b50e7ba59d4be5
Signed-off-by: Ed Tanous <ed.tanous@intel.com>
3 files changed
tree: e4e65e8f82785112de951b0c9dd073c30f703518
  1. aspeed-layer/
  2. classes/
  3. conf/
  4. nuvoton-layer/
  5. recipes-connectivity/
  6. recipes-core/
  7. recipes-devtools/
  8. recipes-extended/
  9. recipes-phosphor/
  10. recipes-protocols/
  11. recipes-support/
  12. recipes-textproc/
  13. COPYING.apache-2.0
  14. COPYING.MIT
  15. LICENSE
  16. MAINTAINERS
  17. README.md
  18. 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.