]> xenbits.xensource.com Git - people/liuw/osstest.git/commitdiff
Add clk_ignore_unused for stretch for arm hosts
authorWei Liu <wei.liu2@citrix.com>
Thu, 26 Oct 2017 12:14:43 +0000 (13:14 +0100)
committerWei Liu <wei.liu2@citrix.com>
Thu, 10 May 2018 17:18:09 +0000 (18:18 +0100)
Without that parameter we lose uart output.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Osstest/Debian.pm

index 6e443642acc09015fff94b2f667ff4f361876f42..97800b0425d4cf34b74d79b69809022bc1dddcf5 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");