jsnbd: Add config.json file

The nbd-proxy app expects a config.json file installed in
/etc/nbd-proxy/, use the default file provided in the repo.

This file can be overridden by creating a new file in a meta
layer, then adding the following lines to a jsnbd_%.bbappend:

  FILESEXTRAPATHS_append := "${THISDIR}/${PN}:"
  SRC_URI += "file://config.json"
  NBD_PROXY_CONFIG_JSON = "${WORKDIR}/config.json"

Tested: Verified the default file is installed in the image and
that the nbd-proxy app finds it. Also checked that the file can
be overridden with a bbappend.

Change-Id: Id833d89dffc04ecdb8d32853ffe070ce530bdfbe
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
1 file changed
tree: a2e9d005819f067f1931eacbe049f480bdf9f099
  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-support/
  11. recipes-textproc/
  12. COPYING.apache-2.0
  13. COPYING.MIT
  14. LICENSE
  15. MAINTAINERS
  16. README.md
  17. 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.