aboutsummaryrefslogtreecommitdiff
path: root/lhg-oe-build
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2018-03-05 18:29:12 +0300
committerAndrey Konovalov <andrey.konovalov@linaro.org>2018-03-05 18:29:12 +0300
commit7a94594c6fae6f63081b74255c4cb4c4fdaa4902 (patch)
tree859e9ad7c2fbe17c4c160d6b562e4186d3904840 /lhg-oe-build
parent40dce88a2654abfc97a08498cd7594670fb0901a (diff)
lhg-oe-*: remove "quiet" from cmdline for auto-login-action to work
By defult auto-login-action waits for 'Linux version [0-9]' prompt. Having "quiet" in the kernel command line breaks auto-login-action's default expectations, and the test job fails due to auto-login-action time out. For HiKey board an alternative fix (thanks, Milosz) is adding: -----8<----- context: kernel_start_message: "EFI stub: Using DTB from configuration table" -----8<----- - to the test job definition to override the 'Linux version [0-9]' default. But this would not work for every device_type. The device_type independant solution looks better for me. Change-Id: I099d855a1d8ae0d0e4239bb3a6b472e7e8f15e5c Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
Diffstat (limited to 'lhg-oe-build')
-rwxr-xr-xlhg-oe-build/builders.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/lhg-oe-build/builders.sh b/lhg-oe-build/builders.sh
index b6def5a9..e581be02 100755
--- a/lhg-oe-build/builders.sh
+++ b/lhg-oe-build/builders.sh
@@ -89,6 +89,11 @@ cat << EOF >> conf/auto.conf
INHERIT += "buildstats buildstats-summary"
EOF
+# Override cmdline
+cat << EOF >> conf/local.conf
+CMDLINE_remove = "quiet"
+EOF
+
# add useful debug info
cat conf/{site,auto}.conf