diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2013-06-06 16:04:18 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-25 17:44:52 +0100 |
commit | 8013f6e6aef28359d72ce3b21d5d704e19ceee69 (patch) | |
tree | 21cb1e7c87344ec7e0643c0ade00db288b709869 /meta/recipes-extended/mingetty/mingetty_1.08.bb | |
parent | d704b0360c05b71880c692586fe2abcfeb016bdd (diff) | |
download | poky-8013f6e6aef28359d72ce3b21d5d704e19ceee69.tar.gz |
mingetty: lower the ALTERNATIVE_PRIORITY
mingetty doesn't work with serial consoles. Currently, it has the
same ALTERNATIVE_PRIORITY with busybox. So if it is installed with
busybox together, it's possible that the getty is linked to the
mingetty, causing failures when we login to the serial consoles.
Lower the its ALTERNATIVE_PRIORITY to solve this problem.
[YOCTO #4207]
(From OE-Core rev: 8cbae825c8a90874868bfe8cbf4e2b2f0d11b0de)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/mingetty/mingetty_1.08.bb')
-rw-r--r-- | meta/recipes-extended/mingetty/mingetty_1.08.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/mingetty/mingetty_1.08.bb b/meta/recipes-extended/mingetty/mingetty_1.08.bb index 6c539574bd..fbd9cb4093 100644 --- a/meta/recipes-extended/mingetty/mingetty_1.08.bb +++ b/meta/recipes-extended/mingetty/mingetty_1.08.bb | |||
@@ -25,4 +25,4 @@ inherit update-alternatives | |||
25 | ALTERNATIVE_${PN} = "getty" | 25 | ALTERNATIVE_${PN} = "getty" |
26 | ALTERNATIVE_LINK_NAME[getty] = "${base_sbindir}/getty" | 26 | ALTERNATIVE_LINK_NAME[getty] = "${base_sbindir}/getty" |
27 | ALTERNATIVE_TARGET[getty] = "${base_sbindir}/mingetty" | 27 | ALTERNATIVE_TARGET[getty] = "${base_sbindir}/mingetty" |
28 | ALTERNATIVE_PRIORITY = "50" | 28 | ALTERNATIVE_PRIORITY = "10" |