From 6e7a6d50360781f8a730f206a59998a04a94aba0 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 8 Jul 2010 20:03:11 +0200 Subject: shadow: add more ARM serial ports --- recipes/shadow/files/securetty | 12 ++++++++++++ recipes/shadow/shadow.inc | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) (limited to 'recipes/shadow') diff --git a/recipes/shadow/files/securetty b/recipes/shadow/files/securetty index 8fd26e0d8c..28fa0afb72 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 d2ac65da71..3d4886a4eb 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 = " \ -- cgit 1.2.3-korg