diff options
author | Nathan Rossi <nathan.rossi@xilinx.com> | 2015-01-06 10:25:21 +1000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-02-20 21:17:04 -0500 |
commit | 46504b199990be817d194b06c86b77e77bda7e2a (patch) | |
tree | 6cfd80c8d662ec6697ce80ce71bc4507143e5f41 | |
parent | 38e0bb26188c1e4c55de0bf322573ea8d4ea0cc2 (diff) | |
download | meta-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.inc | 2 |
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 | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=e0f0f3ac55608719a82394cc353928df" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=e0f0f3ac55608719a82394cc353928df" |
8 | 8 | ||
9 | COMPATIBLE_HOST = '(x86_64.*).*-linux' | 9 | COMPATIBLE_HOST = '(x86_64.*).*-linux|aarch64.*-linux' |
10 | 10 | ||
11 | inherit autotools-brokensep gettext setuptools update-rc.d | 11 | inherit autotools-brokensep gettext setuptools update-rc.d |
12 | 12 | ||