]> code.ossystems Code Review - openembedded-core.git/commit
testimage.bbclass: remove boot parameter systemd.log_target
authorKai Kang <kai.kang@windriver.com>
Tue, 25 Dec 2018 09:39:43 +0000 (04:39 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Feb 2019 22:13:05 +0000 (22:13 +0000)
commit9d8a97b43c42b87c56d3b2ac318cb5482e86c397
tree6094d46c059ac897523eaabe2c8d02416024cd40
parent643457d350a921379600248f99d73374e6a2f5a2
testimage.bbclass: remove boot parameter systemd.log_target

Boot parameter systemd.log_target=console affects command journalctl's
output and causes oe selftest case test_systemd_boot_time fail to pass.

| Error at obtaining the boot time from journalctl
| RESULTS:
| RESULTS - systemd.SystemdJournalTests.test_systemd_boot_time - Testcase -1: SKIPPED (0.74s)

systemd.log_target=console was introduced by oe-core commit a0bb649 and
work with parameter systemd.log_level to enable systemd debug.
systemd.log_level has been removed already, so remove systemd.log_target
too to make case test_systemd_boot_time pass.

(From OE-Core rev: caa776bdcf8ea34c857f45970370bf771075f4bc)

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/classes/testimage.bbclass