[oe] [PATCH] minimal-uclibc.conf: Add pam to DISTRO_FEATURES

Khem Raj raj.khem at gmail.com
Wed Jun 9 20:47:52 UTC 2010


* if pam is not in the DISTRO_FEATURES then pam
  modules dont end up in th root file system but
  when using shadow pam is used for authentication
  and uclibc needs these modules otherwise login
  fails.

Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 conf/distro/minimal-uclibc.conf |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/conf/distro/minimal-uclibc.conf b/conf/distro/minimal-uclibc.conf
index df72769..a0af3a6 100644
--- a/conf/distro/minimal-uclibc.conf
+++ b/conf/distro/minimal-uclibc.conf
@@ -38,4 +38,5 @@ require conf/distro/minimal.conf
 DISTRO_FEATURES = "nfs smbfs wifi ppp alsa ext2 vfat pcmcia usbgadget usbhost pci"
 # Following features are for ARM and E500 based machines
 DISTRO_FEATURES += "eabi"
-
+# pam is needed on uclibc if using shadow 
+DISTRO_FEATURES += "pam"
-- 
1.7.0.4





More information about the Openembedded-devel mailing list