]> xenbits.xensource.com Git - people/iwj/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>
Mon, 26 Nov 2018 16:31:44 +0000 (16:31 +0000)
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 dfa7accf4ddb2a2720b3cda16fc6d5f5c2463f60..235c2a548e8ca0bf541fb3d03be2e93670ecfb24 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");