summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-connectivity
Commit message (Collapse)AuthorAgeFilesLines
* phosphor: net-snmp: move to recipes-protocolsBrad Bishop2018-12-031-6/+0
| | | | | | | | | | No functional change, but move net-snmp from recipes-connectivity to recipes-protocols to match the hierarchy of the meta-networking layer. (From meta-phosphor rev: a7223f270e7a18a8e486b229c8f1b08ef0609c9c) Change-Id: Ifeda4c7543f4102c7b85086c27f8fbdba1e91314 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* jsnbd: Add config.json fileAdriana Kobylak2018-11-081-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>
* jsnbd: srcrev bump fa1d37502c..d5b9857609Andrew Geissler2018-10-301-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>
* phosphor: net-snmp: drop FILESEXTRAPATHBrad Bishop2018-10-271-2/+0
| | | | | | | | | | The net-snmp bbappend does not have any files, so setting FILESEXTRAPATH is not necessary. (From meta-phosphor rev: e4a2b2d6d3f764d447faa4c8ef00cd37afe3ed5c) Change-Id: Iadb613255c3e43c64e6bcaa82ba4cf86f9c67c48 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: openssl: drop FILESEXTRAPATHBrad Bishop2018-10-211-2/+0
| | | | | | | | | | The openssl bbappend does not have any files, so setting FILESEXTRAPATH is not necessary. (From meta-phosphor rev: 11c064734d952c30135ee678813ce0a9ea5aaa5f) Change-Id: I88ee623a0fce5241446e4b7df143aa556e732692 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* jsnbd: Add nbd-client as dependencyAdriana Kobylak2018-10-171-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>
* jsnbd: Create recipe and add it to the REST serverAdriana Kobylak2018-10-041-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>
* split net-snmp-libs into smaller packagesAlexander Filippov2018-09-211-9/+4
| | | | | | | | | | | | | | | | | | By default `net-snmp-libs` contains all compiled libs. This commit splits `net-snmp-libs` into subpackages for each library. This allows for smaller resulting image due to finer packaging. Resolves openbmc/openbmc#3360 (From meta-openembedded rev: 131eb1f69791dda54557d0f919903cbd73831440) (From meta-phosphor rev: 5189717bbabf4db394b69ee7179ce18764cd9af0) Change-Id: Ia2b79be41977723996696c3e549a087aeaf2cab6 Signed-off-by: Alexander Filippov <a.filippov@yadro.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Allow use of insecure hashes in openssl-nativeEd Tanous2018-09-111-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Because of this commit here: https://github.com/webpack/webpack/pull/6549/commits The newest version of webpack chooses to use md4 for compile time hashing instead of something more useful like md5/sha1/sha256. In the openbmc openssl.bbappend, we override and disable some of the ciphers we should not be using on target. This patchset adjusts the recipe to only disable the insecure hashes on the target, so openssl-native still compiles and allows them. This patchset is the first in a series to upgrade phosphor-webui to the latest versions of the packages we use. Originally opened as: https://gerrit.openbmc-project.xyz/#/c/openbmc/openbmc/+/12561/ (From meta-phosphor rev: e5217200adeed14222afde2b3ff6b972173a938f) Change-Id: Ic68b8cb9f2277cfca78f75aac0640b363640c61d Signed-off-by: Ed Tanous <ed.tanous@intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: Move layer content from common/Brad Bishop2018-09-062-0/+29
Adopt a more conventional directory hierarchy. meta-phosphor is still a _long_ way from suitable for hosting on yoctoproject.org but things like this don't help. (From meta-phosphor rev: 471cfcefa74b8c7ceb704cb670e6d915cf27c63b) Change-Id: I3f106b2f6cdc6cec734be28a6090800546f362eb Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPOWER on IntegriCloud