meta-phosphor: add a base image recipe

Much like core-image-base, add a base OpenBMC image
obmc-phosphor-base-image.

This is essentially CORE_IMAGE_BASE_INSTALL +
packagegroup-obmc-apps-extras (which is empty by default).

At time of writing, obmc-phosphor-base-image is an abstract thing and
doesn't make any specific statement about content.  The initial intent
is twofold:

1 - Provide a base image upon which space constrained users can "build up"
  their image content by appending to IMAGE_FEATURES in place of the
  current practice of "tearing down" obmc-phosphor-image by _remove-ing from
  IMAGE_FEATURES (The Yocto layering implementation prefers appending over
  _remove-ing for maximum layer compatibility).

2 - Over time, a carefully curated set of IMAGE_FEATURES would be added
  (there aren't any at the moment) that provides content that most
  users would expect by default.

Change-Id: Ibfcf408fd3e114344875d6088523afdd6b0e6607
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
1 file changed
tree: 7206802ab7e777ed7ab2f955529cb038de913b52
  1. aspeed-layer/
  2. classes/
  3. conf/
  4. nuvoton-layer/
  5. raspberrypi/
  6. recipes-connectivity/
  7. recipes-core/
  8. recipes-devtools/
  9. recipes-extended/
  10. recipes-graphics/
  11. recipes-phosphor/
  12. recipes-protocols/
  13. recipes-support/
  14. recipes-textproc/
  15. recipes-x86/
  16. COPYING.apache-2.0
  17. COPYING.MIT
  18. LICENSE
  19. MAINTAINERS
  20. README.md
  21. 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.