summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@us.ibm.com>2015-10-06 07:21:15 +0300
committerBrad Bishop <bradleyb@us.ibm.com>2015-10-06 07:25:11 +0300
commit85bdf258c54304ee286a90795db3c1a75f1bfdbd (patch)
tree50469249e0bb7b4b6d1084e243960272d69b3eb6
parent038c66ae8cd6a3084aa300636585a1130063432b (diff)
downloadopenbmc-85bdf258c54304ee286a90795db3c1a75f1bfdbd.tar.xz
Allow login on ttyS4
-rw-r--r--meta-phosphor/common/recipes-extended/shadow/shadow-securetty/securetty.patch10
-rw-r--r--meta-phosphor/common/recipes-extended/shadow/shadow-securetty_%.bbappend4
-rw-r--r--meta-phosphor/common/recipes.txt4
3 files changed, 17 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-extended/shadow/shadow-securetty/securetty.patch b/meta-phosphor/common/recipes-extended/shadow/shadow-securetty/securetty.patch
new file mode 100644
index 0000000000..6533e4a25b
--- /dev/null
+++ b/meta-phosphor/common/recipes-extended/shadow/shadow-securetty/securetty.patch
@@ -0,0 +1,10 @@
+--- a/securetty
++++ b/securetty
+@@ -7,6 +7,7 @@ ttyS0
+ ttyS1
+ ttyS2
+ ttyS3
++ttyS4
+
+ # ARM AMBA SoCs
+ ttyAM0
diff --git a/meta-phosphor/common/recipes-extended/shadow/shadow-securetty_%.bbappend b/meta-phosphor/common/recipes-extended/shadow/shadow-securetty_%.bbappend
new file mode 100644
index 0000000000..70ab435c2b
--- /dev/null
+++ b/meta-phosphor/common/recipes-extended/shadow/shadow-securetty_%.bbappend
@@ -0,0 +1,4 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+SRC_URI += "file://securetty.patch"
+
diff --git a/meta-phosphor/common/recipes.txt b/meta-phosphor/common/recipes.txt
index c2c88b7b17..8ebedf8e4f 100644
--- a/meta-phosphor/common/recipes.txt
+++ b/meta-phosphor/common/recipes.txt
@@ -1 +1,3 @@
-recipes-phosphor - Phosphor OpenBMC applications and configuration
+recipes-extended - Applications which whilst not essential add features compared to the alternatives in
+ core. May be needed for full tool functionality or LSB compliance.
+recipes-phosphor - Phosphor OpenBMC applications and configuration