summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-support
diff options
context:
space:
mode:
authorRatan Gupta <ratagupt@in.ibm.com>2018-09-03 08:51:11 +0530
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-04 16:43:59 -0400
commit70367486c001eb6f6c21cd1caff23632ac3c5baa (patch)
tree8cb9adc43cd4a1b29eb765da575798e29542ade4 /meta-phosphor/recipes-support
parent07a08c91977aff9daff2dfe030f312582ea5e27d (diff)
downloadtalos-openbmc-70367486c001eb6f6c21cd1caff23632ac3c5baa.tar.gz
talos-openbmc-70367486c001eb6f6c21cd1caff23632ac3c5baa.zip
ldap: Removing the openldap server related packages
nss-pam-ldapd uses the openldap API to interact with the ldap server. openldap recipe includes the openldap daemon as a LDAP server and the libraries implementing the LDAP protocol. BMC would be acting as LDAP client so we don't need those pacakages which is related to LDAP server. Packages which is being removed through this commit are mdb,passwd,dnssrv,monitor,meta etc,these are slapd backends. Tested: This commit reduces the size of the image by 1.5M. (From meta-phosphor rev: dd63751bbbaad25b745aa210b587d6818c083ece) Change-Id: Id8a64c3775b3c771258072e866cfd0c070af57db Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-support')
-rw-r--r--meta-phosphor/recipes-support/openldap/openldap_%.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-support/openldap/openldap_%.bbappend b/meta-phosphor/recipes-support/openldap/openldap_%.bbappend
new file mode 100644
index 000000000..640c340e4
--- /dev/null
+++ b/meta-phosphor/recipes-support/openldap/openldap_%.bbappend
@@ -0,0 +1,2 @@
+PACKAGECONFIG = "openssl modules \
+ ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
OpenPOWER on IntegriCloud