diff options
author | Mihai Prica <mihai.prica@intel.com> | 2012-11-19 15:33:25 +0200 |
---|---|---|
committer | Raymond Danks <ray.danks@se-eng.com> | 2012-11-26 16:21:16 -0700 |
commit | d6974392113ce69a672d43906c0058f55a6af614 (patch) | |
tree | f06a803c99c85b0ee52bd9453ed576384e2dd144 | |
parent | 9f5da4710013efb2b994f9e5ad922d41740af7a7 (diff) | |
download | meta-virtualization-d6974392113ce69a672d43906c0058f55a6af614.tar.gz |
xen: Added fix to work on all architectures
Signed-off-by: Mihai Prica <mihai.prica@intel.com>
Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
-rw-r--r-- | recipes-extended/xen/xen.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc index c75a7091..3b60c26e 100644 --- a/recipes-extended/xen/xen.inc +++ b/recipes-extended/xen/xen.inc | |||
@@ -246,7 +246,8 @@ do_compile() { | |||
246 | 246 | ||
247 | export CONFIG_QEMU=${WORKDIR}/git | 247 | export CONFIG_QEMU=${WORKDIR}/git |
248 | 248 | ||
249 | export XEN_TARGET_ARCH=${TARGET_ARCH} | 249 | export XEN_TARGET_ARCH=`echo ${TARGET_ARCH} | sed -e s/i.86/x86_32/ \ |
250 | -e s/i86pc/x86_32/ -e s/amd64/x86_64/` | ||
250 | export XEN_OS=Linux | 251 | export XEN_OS=Linux |
251 | export XEN_DISABLE_XEND=${XEN_DISABLE_XEND} | 252 | export XEN_DISABLE_XEND=${XEN_DISABLE_XEND} |
252 | 253 | ||