|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH OSSTEST 5/8] ts-kernel-build: Add arm64 support
And to Osstest::%arch_debian2*.
Untested (but hopefully pretty obvious).
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
---
Note that this replaces a hunk in "Add arm64 build and test jobs"
---
Osstest.pm | 6 ++++--
ts-kernel-build | 1 +
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/Osstest.pm b/Osstest.pm
index 118b7d9..e8b8d88 100644
--- a/Osstest.pm
+++ b/Osstest.pm
@@ -60,13 +60,15 @@ scalar *main::DEBUG;
our %arch_debian2xen = qw(i386 x86_32
amd64 x86_64
- armhf armhf);
+ armhf armhf
+ arm64 arm64);
our %arch_xen2debian;
$arch_xen2debian{$arch_debian2xen{$_}} = $_ foreach keys %arch_debian2xen;
our %arch_debian2linux = qw(i386 x86
amd64 x86
- armhf arm);
+ armhf arm
+ arm64 arm64);
our %arch_linux2debian;
$arch_linux2debian{$arch_debian2linux{$_}} = $_ foreach keys
%arch_debian2linux;
diff --git a/ts-kernel-build b/ts-kernel-build
index 7240b5e..e30b1c9 100755
--- a/ts-kernel-build
+++ b/ts-kernel-build
@@ -42,6 +42,7 @@ selectbuildhost(\@ARGV);
builddirsprops();
my $archparms = {
+ 'arm64' => { Image => 'Image' },
'armhf' => { DefConfig => 'multi_v7', Image => 'zImage' },
'i386' => { Image => 'bzImage' },
'amd64' => { Image => 'bzImage' }
--
2.5.3
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |