mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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>
This commit is contained in:
parent
9f5da47100
commit
d697439211
|
@ -246,7 +246,8 @@ do_compile() {
|
||||||
|
|
||||||
export CONFIG_QEMU=${WORKDIR}/git
|
export CONFIG_QEMU=${WORKDIR}/git
|
||||||
|
|
||||||
export XEN_TARGET_ARCH=${TARGET_ARCH}
|
export XEN_TARGET_ARCH=`echo ${TARGET_ARCH} | sed -e s/i.86/x86_32/ \
|
||||||
|
-e s/i86pc/x86_32/ -e s/amd64/x86_64/`
|
||||||
export XEN_OS=Linux
|
export XEN_OS=Linux
|
||||||
export XEN_DISABLE_XEND=${XEN_DISABLE_XEND}
|
export XEN_DISABLE_XEND=${XEN_DISABLE_XEND}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user