diff options
author | José Bollo <jose.bollo@iot.bzh> | 2015-12-01 17:03:33 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2015-12-01 17:07:59 +0100 |
commit | d8ec284f3b7f6854851cac3cbf6f211425af142b (patch) | |
tree | d40866598682434e37aa16649f5a67b2f32bf163 /meta-rcar-gen2/recipes-kernel/linux | |
parent | 616068396063ee1802799905b527a6464f0adf93 (diff) |
Set count of legacy pseudo terminal to 8
The default value (256) is very huge.
Reducing this count makes administration easier.
However, is it really needed to have this legacy?
Change-Id: I72e39dde799bd0872ce2af03e1f71e6496e46109
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'meta-rcar-gen2/recipes-kernel/linux')
-rw-r--r-- | meta-rcar-gen2/recipes-kernel/linux/linux.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-rcar-gen2/recipes-kernel/linux/linux.inc b/meta-rcar-gen2/recipes-kernel/linux/linux.inc index aedf300..75f2146 100644 --- a/meta-rcar-gen2/recipes-kernel/linux/linux.inc +++ b/meta-rcar-gen2/recipes-kernel/linux/linux.inc @@ -116,6 +116,7 @@ do_configure_prepend() { # Activate CONFIG_LEGACY_PTYS kernel_configure_variable LEGACY_PTYS y + kernel_configure_variable LEGACY_PTY_COUNT 8 # needed for ttySC6 login on koelsch with systemd kernel_configure_variable FHANDLE y |