[oe-commits] Chen Qi : mingetty: lower the ALTERNATIVE_PRIORITY

git at git.openembedded.org git at git.openembedded.org
Tue Jun 25 16:37:59 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 8cbae825c8a90874868bfe8cbf4e2b2f0d11b0de
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=8cbae825c8a90874868bfe8cbf4e2b2f0d11b0de

Author: Chen Qi <Qi.Chen at windriver.com>
Date:   Thu Jun  6 16:04:18 2013 +0800

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]

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 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 6c53957..fbd9cb4 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
 ALTERNATIVE_${PN} = "getty"
 ALTERNATIVE_LINK_NAME[getty] = "${base_sbindir}/getty"
 ALTERNATIVE_TARGET[getty] = "${base_sbindir}/mingetty"
-ALTERNATIVE_PRIORITY = "50"
+ALTERNATIVE_PRIORITY = "10"



More information about the Openembedded-commits mailing list