And to Osstest::%arch_debian2*.
Untested (but hopefully pretty obvious).
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
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;
builddirsprops();
my $archparms = {
+ 'arm64' => { Image => 'Image' },
'armhf' => { DefConfig => 'multi_v7', Image => 'zImage' },
'i386' => { Image => 'bzImage' },
'amd64' => { Image => 'bzImage' }