summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2015-01-06 10:25:21 +1000
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-02-20 21:17:04 -0500
commit46504b199990be817d194b06c86b77e77bda7e2a (patch)
tree6cfd80c8d662ec6697ce80ce71bc4507143e5f41
parent38e0bb26188c1e4c55de0bf322573ea8d4ea0cc2 (diff)
downloadmeta-virtualization-46504b199990be817d194b06c86b77e77bda7e2a.tar.gz
xen: Add aarch64 as compatible host
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
-rw-r--r--recipes-extended/xen/xen.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index c8fad6c5..82bb3d28 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -6,7 +6,7 @@ PR = "r0"
6 6
7LIC_FILES_CHKSUM = "file://COPYING;md5=e0f0f3ac55608719a82394cc353928df" 7LIC_FILES_CHKSUM = "file://COPYING;md5=e0f0f3ac55608719a82394cc353928df"
8 8
9COMPATIBLE_HOST = '(x86_64.*).*-linux' 9COMPATIBLE_HOST = '(x86_64.*).*-linux|aarch64.*-linux'
10 10
11inherit autotools-brokensep gettext setuptools update-rc.d 11inherit autotools-brokensep gettext setuptools update-rc.d
12 12