diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2022-09-21 01:09:41 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-21 20:19:53 +0100 |
commit | a0a55a3b876004bfb0e9e4c2309ce9a2a8ae2837 (patch) | |
tree | 5c639059c1d33cf3b2e3afda1593e6117bf15071 /meta | |
parent | 99b35ab818538c83ca2df87f685b35b3619cc2ef (diff) | |
download | poky-a0a55a3b876004bfb0e9e4c2309ce9a2a8ae2837.tar.gz |
shadow-securetty: allow ttyS4 for amd-snowyowl-64
ttyS4 is also needed by some BSP such as amd-snowyowl-64.
Let's allow it for convenience.
(From OE-Core rev: 108f356e8cca5c3dcab05084a12af07a6ce84167)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/shadow/files/securetty | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/shadow/files/securetty b/meta/recipes-extended/shadow/files/securetty index 2be341a216..820728faa6 100644 --- a/meta/recipes-extended/shadow/files/securetty +++ b/meta/recipes-extended/shadow/files/securetty | |||
@@ -7,6 +7,7 @@ ttyS0 | |||
7 | ttyS1 | 7 | ttyS1 |
8 | ttyS2 | 8 | ttyS2 |
9 | ttyS3 | 9 | ttyS3 |
10 | ttyS4 | ||
10 | 11 | ||
11 | # ARM AMBA SoCs | 12 | # ARM AMBA SoCs |
12 | ttyAM0 | 13 | ttyAM0 |