summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-connectivity/jsnbd
AgeCommit message (Collapse)AuthorFilesLines
2020-07-28jsnbd: srcrev bump 74c8a72821..164fef38b7Andrew Geissler1-1/+1
raviteja-b (1): nbd-proxy: Add dump offload device to nbd proxy config (From meta-phosphor rev: 88f7aa4f4792b79e942212c1f83905f53015bc55) Change-Id: I04a8b6da0c5aea6d022b96f18a410447c50fc892 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-01jsnbd: srcrev bump bcc6cc5bca..74c8a72821Andrew Geissler1-1/+1
Adriana Kobylak (1): nbd-proxy: Increment refcount in print_metadata() (From meta-phosphor rev: 21e22aeb761728d3be39465fd77635663cea936e) Change-Id: I4543dcfbf4bce6ae23cb8d2b67dedd07f1753154 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-06-24jsnbd: srcrev bump d5b9857609..bcc6cc5bcaAndrew Geissler1-1/+1
Jeremy Kerr (1): js: Allow serving files > 4GB in size (From meta-phosphor rev: 6e39d43cd3b0d672eb3d6ebeed314718881d3d55) Change-Id: Idf61508fb7ed7a8cd9f76e3cbadd6d3333d14f7d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-09jsnbd: Add config.json fileAdriana Kobylak1-0/+7
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. (From meta-phosphor rev: 88a54abe79d9dd5c9fd3df66bf48b3d0ce1a4f12) Change-Id: I92b1e69453f7b945b9bee2953625218b13a96dc8 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-30jsnbd: srcrev bump fa1d37502c..d5b9857609Andrew Geissler1-1/+1
Brad Bishop (1): client: fix gcc8 stringop-truncation warnings (From meta-phosphor rev: 1f87862550e0af270b362ffacf62d0208aa2cfdd) Change-Id: I9c5664492129751504cfc60a8585000a2c85cf85 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-17jsnbd: Add nbd-client as dependencyAdriana Kobylak1-0/+2
The jsnbd nbd-proxy app starts up the nbd-client, so add it as a runtime dependency. Tested: Verified the nbd-client is installed in the image. (From meta-phosphor rev: aecb1056ed8ca8bb47b31d3128949e55c38080b1) Change-Id: I0588d530810cf1a45875c32bedbcd3b133b403d9 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-05jsnbd: Create recipe and add it to the REST serverAdriana Kobylak1-0/+16
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>