summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-connectivity
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2018-09-24 14:27:15 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-04 21:39:03 -0400
commit2fae8ec3f97920b19a4ac70038aae007d0b101c7 (patch)
treeacd94e7878c52e3005b6b6e5a4c026619b27a66e /meta-phosphor/recipes-connectivity
parent8c10e72fbf3f99664f886b134f469c268b4a2d1f (diff)
downloadtalos-openbmc-2fae8ec3f97920b19a4ac70038aae007d0b101c7.tar.gz
talos-openbmc-2fae8ec3f97920b19a4ac70038aae007d0b101c7.zip
jsnbd: Create recipe and add it to the REST server
Create a recipe for the jsnbd repo and add a dependency to the phosphor-rest-server app since it'll require it to run. The same dependency will be added to bmcweb in a subsequent commit. Tested: Verified the nbd-proxy binary is added to the image. (From meta-phosphor rev: 59e96d7e66835f057838bf688e2fe8c642fd4588) Change-Id: Id1c93a8d466c8622c0fc6a5a83e43334e4f541a5 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-connectivity')
-rw-r--r--meta-phosphor/recipes-connectivity/jsnbd/jsnbd_git.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-connectivity/jsnbd/jsnbd_git.bb b/meta-phosphor/recipes-connectivity/jsnbd/jsnbd_git.bb
new file mode 100644
index 000000000..49021454e
--- /dev/null
+++ b/meta-phosphor/recipes-connectivity/jsnbd/jsnbd_git.bb
@@ -0,0 +1,16 @@
+SUMMARY = "Network Block Device Proxy"
+HOMEPAGE = "https://github.com/openbmc/jsnbd"
+PR = "r1"
+PV = "1.0+git${SRCPV}"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENCE;md5=3b83ef96387f14655fc854ddc3c6bd57"
+
+inherit autotools pkgconfig
+
+DEPENDS += "json-c"
+DEPENDS += "udev"
+
+S = "${WORKDIR}/git"
+
+SRC_URI = "git://github.com/openbmc/jsnbd"
+SRCREV = "fa1d37502c87310886614949a8d72124762b2dcb"
OpenPOWER on IntegriCloud