summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-connectivity
Commit message (Collapse)AuthorAgeFilesLines
* Add recipe for phosphor-snmpRatan Gupta2018-08-081-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Phosphor-snmp provides the D-Bus service named network-snmp-conf which is used to configure the snmp manager details. Phosphor-snmp also provides the lib which is used by the client to send the snmp trap. Phosphor-snmp uses the net-snmp libs to send the trap. net-snmp provides the following packages net-snmp-libs,net-snmp-server, net-snmp-client, net-snmp-server-snmpd-netsnmp-server-snmptrapd. To send a trap we are interested only in the net-snmp-libs. By default the net-snmp-libs is having the code enabled for server sepcific functions which makes the libs heavy. This commit adds the recipe for phosphor-snmp and the service file for D-Bus service(network-snmp-conf) and disables those features from net-snmp which are specfic for MIB parsing,snmpd and snmptrapd. However this features may be required if we start using the snmp agent functionality. Change-Id: I6ff36fcd378db2f506b0621569693d66d7de79e9 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* Revert "Avahi: Don't start the avahi-daemon if dot local domain is there"Ratan Gupta2018-04-205-61/+0
| | | | | | | | | | | Currently this commit uses the host command which comes through bind-utils pacakge,host command and the dependent librarys taking up around 3MB space so reverting this commit. This reverts commit 8f852d2b9484202118e382a31d16e659b91789ee. Change-Id: I1d5d08f15cfd2da79435f4ee0dfe614b2e405681 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* Avahi: Don't start the avahi-daemon if dot local domain is thereRatan Gupta2018-04-185-0/+61
| | | | | | | | | | | | | | | | | | | | | | | More info is at the following link https://web.archive.org/web/20150228130344/http://avahi.org/wiki/AvahiAndUnicastDotLocal This commit creates the avahi user and avahi group,as there may be cases where one of them don't exist due to code update. for example a BMC image that has additional user accounts (and therefore a bigger /etc/group file) is installed on the BMC, the /etc/group or /etc/passwd file would not be updated because is part of the persistent files, so the old /etc/group or /etc/passwd file would remain. Tested: 1) System which doesn't have avahi group,With this fix creates the group and start the avahi daemon. 2) Verified on the system where there is a zone .local is being used by the DNS server,avahi-daemon was not started. Resolves openbmc/openbmc#2788 Change-Id: I23b7a6cdd21bcefbea3d854fec8faa21c70378e9 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* openssl: remove unused patchSaqib Khan2017-03-292-16/+0
| | | | | | | | configure flags no longer require openssl to be built with make depend && make. Thus removing it. Change-Id: I31c3a03b04bd52db6f3e500622eb197afacd2fe1 Signed-off-by: Saqib Khan <khansa@us.ibm.com>
* openssl: run 'make depend'Patrick Williams2016-06-242-0/+21
| | | | | | | | | The configure flags we have require openssl to be built with: make depend && make The current openssl.inc file only has 'make', so prepend a call to 'make depend'. Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* openssl: reduce crypto algorithms usedPatrick Williams2015-09-221-0/+11
Resolves openbmc/meta-phosphor#9. Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
OpenPOWER on IntegriCloud