From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH OSSTEST 5/8] ts-kernel-build: Add arm64 support Date: Fri, 2 Oct 2015 10:26:15 +0100 Message-ID: <1443777978-11119-5-git-send-email-ian.campbell@citrix.com> References: <1443777956.11707.61.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1443777956.11707.61.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: ian.jackson@eu.citrix.com, xen-devel@lists.xen.org Cc: Ian Campbell List-Id: xen-devel@lists.xenproject.org And to Osstest::%arch_debian2*. Untested (but hopefully pretty obvious). Signed-off-by: Ian Campbell --- 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