diff options
author | Stefan Agner <stefan@agner.ch> | 2014-07-24 09:44:22 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-25 15:34:01 +0100 |
commit | 3754726de9c75ee6c7bd6a16eeac09a672dc15d1 (patch) | |
tree | 570b520381a9440497b082788456a02fc680c303 /meta | |
parent | da75a9aaf0064de4be0736983db08111701ccdae (diff) | |
download | poky-3754726de9c75ee6c7bd6a16eeac09a672dc15d1.tar.gz |
shadow-securetty: add freescale lpuart
Add Freescale lpuart tty's (ttyLPx) to securetty. Freescale Vybrid
devices running upstream kernel use this driver.
(From OE-Core rev: 1732ea461f1d0afe254e36a8bfe84a6675a42e66)
Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/shadow/files/securetty | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-extended/shadow/files/securetty b/meta/recipes-extended/shadow/files/securetty index 0b1629f143..d919993e23 100644 --- a/meta/recipes-extended/shadow/files/securetty +++ b/meta/recipes-extended/shadow/files/securetty | |||
@@ -137,6 +137,14 @@ ttymxc3 | |||
137 | ttymxc4 | 137 | ttymxc4 |
138 | ttymxc5 | 138 | ttymxc5 |
139 | 139 | ||
140 | # Freescale lpuart ports | ||
141 | ttyLP0 | ||
142 | ttyLP1 | ||
143 | ttyLP2 | ||
144 | ttyLP3 | ||
145 | ttyLP4 | ||
146 | ttyLP5 | ||
147 | |||
140 | # Standard serial ports, with devfs | 148 | # Standard serial ports, with devfs |
141 | tts/0 | 149 | tts/0 |
142 | tts/1 | 150 | tts/1 |