[Pkg-xen-changes] [xen] 05/05: Add arm64 support
Ian Campbell
ijc-guest at moszumanska.debian.org
Wed Jul 30 19:53:03 UTC 2014
This is an automated email from the git hooks/post-receive script.
ijc-guest pushed a commit to branch feature/arm
in repository xen.
commit 534774ad06fbc060dbfaf1ff9da2aa993cd4fde5
Author: Ian Campbell <ijc at hellion.org.uk>
Date: Fri Jul 18 14:18:25 2014 +0100
Add arm64 support
---
debian/arch/arm64/defines | 11 +++++++++++
debian/arch/defines | 1 +
debian/changelog | 2 +-
debian/templates/control.source.in | 8 ++++----
4 files changed, 17 insertions(+), 5 deletions(-)
diff --git a/debian/arch/arm64/defines b/debian/arch/arm64/defines
new file mode 100644
index 0000000..b181444
--- /dev/null
+++ b/debian/arch/arm64/defines
@@ -0,0 +1,11 @@
+[base]
+flavours:
+ arm64
+xen-arch: arm64
+image-suffix:
+with-ocaml: no
+
+[arm64_description]
+hardware: ARM64
+hardware-long: all 64bit ARMv8
+
diff --git a/debian/arch/defines b/debian/arch/defines
index 151b75f..928d4df 100644
--- a/debian/arch/defines
+++ b/debian/arch/defines
@@ -3,5 +3,6 @@
[base]
arches:
amd64
+ arm64
armhf
i386
diff --git a/debian/changelog b/debian/changelog
index d53ea68..fa68c99 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,7 +24,7 @@ xen (4.4.0-1) UNRELEASED; urgency=medium
* Use system qemu-xen via new configure option instead of patching.
* Use system seabios via new configure option instead of patching.
* Use APPEND_{CFLAGS,CPPFLAGS,LDFLAGS} during build.
- * Add support for armhf.
+ * Add support for armhf and arm64.
* Update config.{sub,guess}.
-- Bastian Blank <waldi at debian.org> Sat, 05 Jul 2014 12:54:54 +0200
diff --git a/debian/templates/control.source.in b/debian/templates/control.source.in
index 8ba2529..34b123f 100644
--- a/debian/templates/control.source.in
+++ b/debian/templates/control.source.in
@@ -14,7 +14,7 @@ Build-Depends:
iasl [i386 amd64],
seabios [i386 amd64],
libaio-dev,
- libfdt-dev [armhf],
+ libfdt-dev [armhf arm64],
libglib2.0-dev,
libgnutls-dev,
liblzma-dev,
@@ -25,9 +25,9 @@ Build-Depends:
pkg-config,
uuid-dev,
zlib1g-dev,
- ocaml-nox,
- dh-ocaml,
- ocaml-findlib
+ ocaml-nox [!arm64],
+ dh-ocaml [!arm64],
+ ocaml-findlib [!arm64]
Standards-Version: 3.9.4
XS-Python-Version: current
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-xen/xen.git
More information about the Pkg-xen-changes
mailing list