[oe-commits] Koen Kooi : shadow: add more ARM serial ports

git version control git at git.openembedded.org
Thu Jul 8 18:04:11 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Jul  8 20:03:11 2010 +0200

shadow: add more ARM serial ports

---

 recipes/shadow/files/securetty |   12 ++++++++++++
 recipes/shadow/shadow.inc      |    2 +-
 2 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/recipes/shadow/files/securetty b/recipes/shadow/files/securetty
index 8fd26e0..28fa0af 100644
--- a/recipes/shadow/files/securetty
+++ b/recipes/shadow/files/securetty
@@ -8,6 +8,18 @@ ttyS1
 ttyS2
 ttyS3
 
+# Samsung ARM SoCs
+ttySAC0
+ttySAC1
+ttySAC2
+ttySAC3
+
+# TI OMAP SoCs
+ttyO0
+ttyO1
+ttyO2
+ttyO3
+
 # USB dongles
 ttyUSB0
 ttyUSB1
diff --git a/recipes/shadow/shadow.inc b/recipes/shadow/shadow.inc
index d2ac65d..3d4886a 100644
--- a/recipes/shadow/shadow.inc
+++ b/recipes/shadow/shadow.inc
@@ -13,7 +13,7 @@ DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
 
 PACKAGE_ARCH_${PN} = "${MACHINE_ARCH}"
 
-INC_PR = "r15"
+INC_PR = "r16"
 
 # Additional Policy files for PAM
 PAM_SRC_URI = " \





More information about the Openembedded-commits mailing list