diff options
author | Brad Bishop <bradleyb@us.ibm.com> | 2015-10-06 00:21:15 -0400 |
---|---|---|
committer | Brad Bishop <bradleyb@us.ibm.com> | 2015-10-06 00:25:11 -0400 |
commit | 85bdf258c54304ee286a90795db3c1a75f1bfdbd (patch) | |
tree | 50469249e0bb7b4b6d1084e243960272d69b3eb6 /meta-phosphor | |
parent | 038c66ae8cd6a3084aa300636585a1130063432b (diff) | |
download | talos-openbmc-85bdf258c54304ee286a90795db3c1a75f1bfdbd.tar.gz talos-openbmc-85bdf258c54304ee286a90795db3c1a75f1bfdbd.zip |
Allow login on ttyS4
Diffstat (limited to 'meta-phosphor')
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 000000000..6533e4a25 --- /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 000000000..70ab435c2 --- /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 c2c88b7b1..8ebedf8e4 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 |