Subtree doc fix for committing code to subtree

git doesn't allow you to checkout a branch based upon a URL. You must
add it as a remote, fetch that remote, and then attempt to checkout a
branch based upon it.

Change-Id: I51ba9790dc40156c606221060ec68d6b0899a21c
Signed-off-by: Dave Cobbley <david.j.cobbley@linux.intel.com>
1 file changed
tree: b1b4f28e1fbd930544eecf9f217714946f3c3a53
  1. code-update/
  2. meetings/
  3. userguide/
  4. cheatsheet.md
  5. console.md
  6. CONTRIBUTING.md
  7. cpp-style-and-conventions.md
  8. host-management.md
  9. ipmi-architecture.md
  10. kernel-development.md
  11. LED-architecture.md
  12. maintainer-workflow.md
  13. MAINTAINERS
  14. Makefile
  15. openbmc-conversion.md
  16. openbmc-systemd.md
  17. README.md
  18. rest-api.md
  19. REST-cheatsheet.md
  20. run-test-docker.md
  21. sensor-architecture.md
  22. subtree.md
  23. user_management.md
  24. yocto-development.md
README.md

OpenBMC documentation

This repository contains documentation for OpenBMC as a whole. There may be component-specific documentation in the repository for each component.

OpenBMC Usage

These documents describe how to use OpenBMC, including using the programmatic interfaces to an OpenBMC system.

OpenBMC Development

These documents contain details on developing OpenBMC code itself

OpenBMC Goals

The OpenBMC project's aim is to create a highly extensible framework for BMC software and implement for data-center computer systems.

We have a few high-level objectives:

  • The OpenBMC framework must be extensible, easy to learn, and usable in a variety of programming languages.

  • Provide a REST API for external management, and allow for "pluggable" interfaces for other types of management interactions.

  • Provide a remote host console, accessible over the network

  • Persist network configuration settable from REST interface and host

  • Provide a robust solution for RTC management, exposed to the host.

  • Compatible with host firmware implementations for basic IPMI communication between host and BMC

  • Provide a flexible and hierarchical inventory tracking component

  • Maintain a sensor database and track thresholds

Technical Steering Committee

  • Brad Bishop (chair), IBM
  • Nancy Yuen, Google
  • Sai Dasari, Facebook
  • James Mihm, Intel
  • Ali Larijani, Microsoft