diff options
author | Kevin Hilman <khilman@baylibre.com> | 2018-01-23 08:57:21 -0800 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-01-23 08:57:29 -0800 |
commit | 6c7e83b667d5976a60d37a5f71bb1d6dc7280903 (patch) | |
tree | ec5b2f95d409c86f1ae9f772387d634bbde44b3e /templates | |
parent | ef29b8c1c4cc4e7009adfd46a0820c09f14df6b9 (diff) |
templates/machines: qemu: disable systemd log colors
systemd log colors make for noisy/unreadable logs in the CI system.
Disable for CI jobs.
Change-Id: Ibcf751c61116eb21a731ad3ceae06b8d07deead6
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/machines/qemux86-64.jinja2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/machines/qemux86-64.jinja2 b/templates/machines/qemux86-64.jinja2 index 5664de9..d6bf3fc 100644 --- a/templates/machines/qemux86-64.jinja2 +++ b/templates/machines/qemux86-64.jinja2 @@ -6,7 +6,7 @@ {%- set device_mach = "x86" %} {%- set qemu_arch = "x86_64" %} {%- set qemu_args = "-cpu qemu64,+ssse3,+sse4.1,+sse4.2,+popcnt -smp 2 -m 1048 -soundhw hda" %} -{%- set qemu_cmdline = "console=ttyS0,115200 root=/dev/hda debug verbose" %} +{%- set qemu_cmdline = "console=ttyS0,115200 root=/dev/hda debug verbose systemd.log_color=false " %} {%- set rootfs_type = rootfs_type|default("ramdisk") %} {%- if build_type == 'release' %} {%- set rfs_image = rfs_image|default("agl-demo-platform-crosssdk-qemux86-64.ext4.xz") %} |