From 70367486c001eb6f6c21cd1caff23632ac3c5baa Mon Sep 17 00:00:00 2001 From: Ratan Gupta Date: Mon, 3 Sep 2018 08:51:11 +0530 Subject: 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 Signed-off-by: Brad Bishop --- meta-phosphor/recipes-support/openldap/openldap_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-phosphor/recipes-support/openldap/openldap_%.bbappend (limited to 'meta-phosphor/recipes-support') 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)}" -- cgit v1.2.3