v86d: Accept aarch64 as build host

(From OE-Core rev: 709c603dec19690bcf21034867b815b5679b921a)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj 2016-07-09 16:27:17 -07:00 committed by Richard Purdie
parent 54fd9afef7
commit 5c545caef8
2 changed files with 21 additions and 1 deletions

View File

@ -0,0 +1,18 @@
Accept aarch64 as valid build host
Upstream-Status: Pending
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Index: v86d-0.1.10/configure
===================================================================
--- v86d-0.1.10.orig/configure
+++ v86d-0.1.10/configure
@@ -26,7 +26,7 @@ copt_x86emu_test()
local m=`uname -m`
if [ "$m" = "i686" -o "$m" = "i586" -o "$m" = "i486" -o "$m" = "i386" ]; then
echo "n";
- elif [ "$m" = "x86_64" ]; then
+ elif [ "$m" = "x86_64" -o "$m" = "aarch64" ]; then
echo "y";
else
echo "It looks like your architecture '$m' isn't supported by this version of v86d." >&2

View File

@ -13,7 +13,9 @@ SRC_URI = "http://distfiles.gentoo.org/distfiles/${BP}.tar.bz2 \
file://Update-x86emu-from-X.org.patch \
file://fbsetup \
file://uvesafb.conf \
file://ar-from-env.patch"
file://ar-from-env.patch \
file://aarch64-host.patch \
"
SRC_URI[md5sum] = "51c792ba7b874ad8c43f0d3da4cfabe0"
SRC_URI[sha256sum] = "634964ae18ef68c8493add2ce150e3b4502badeb0d9194b4bd81241d25e6735c"