[oe-commits] Khem Raj : minimal-uclibc.conf: Add pam to DISTRO_FEATURES

git version control git at git.openembedded.org
Thu Jun 10 00:51:41 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0dc02df5726be8b3569d7c806b4f1036413b81ee
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0dc02df5726be8b3569d7c806b4f1036413b81ee

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Jun  9 13:45:43 2010 -0700

minimal-uclibc.conf: Add pam to DISTRO_FEATURES

* 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"





More information about the Openembedded-commits mailing list