]> xenbits.xensource.com Git - osstest.git/commitdiff
Extend workaround `clk_ignore_unused' to stretch
authorWei Liu <wei.liu2@citrix.com>
Thu, 26 Oct 2017 12:14:43 +0000 (13:14 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Wed, 10 Apr 2019 14:07:26 +0000 (15:07 +0100)
This is https://bugs.xenproject.org/xen/bug/45

Without that parameter we lose uart output.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
CC: Stefano Stabellini <sstabellini@kernel.org>
CC: Julien Grall <julien.grall@linaro.org>
Osstest/Debian.pm

index 82b5fb40d19bb2b022b846e180bb76ef38ab5841..91bffdff0cc3326ed445bb2ef09244e430801cc3 100644 (file)
@@ -241,7 +241,7 @@ END
        push @xenkopt, $xenkopt;
        # http://bugs.xenproject.org/xen/bug/45
        push @xenkopt, "clk_ignore_unused"
-           if $ho->{Suite} =~ m/wheezy|jessie/;
+           if $ho->{Suite} =~ m/wheezy|jessie|stretch/;
 
        $xenkopt = join ' ', @xenkopt;
        logm("Dom0 Linux options: $xenkopt");