[OE-core] [PATCH 1/1] systemd: avoid boot failures for mips64

Chen Qi Qi.Chen at windriver.com
Sun Oct 9 09:23:48 UTC 2016


If we start a systemd based qemumips64 target with 'pam' enabled in
DISTRO_FEATURES, we could not login in successfully. After you provide
username and password to the login prompt, the login prompt just comes up
again. Besides, there are other boot failures.

Append '-O0' flag for mips64 target as a workaround to this problem.

[YOCTO #10250]

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
---
 meta/recipes-core/systemd/systemd.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/systemd/systemd.inc b/meta/recipes-core/systemd/systemd.inc
index f800f42..db588e7 100644
--- a/meta/recipes-core/systemd/systemd.inc
+++ b/meta/recipes-core/systemd/systemd.inc
@@ -23,3 +23,4 @@ PV = "230+git${SRCPV}"
 S = "${WORKDIR}/git"
 
 LDFLAGS_append_libc-uclibc = " -lrt -lssp_nonshared -lssp "
+CFLAGS_append_mips64 = " -O0"
-- 
1.9.1




More information about the Openembedded-core mailing list