[oe-commits] gary.robertson at linaro.org : libhugetlbfs: Add i586 to list of compatible host architectures

git at git.openembedded.org git at git.openembedded.org
Mon Apr 13 11:11:15 UTC 2015


Module: meta-openembedded.git
Branch: fido-next
Commit: 3cc7f186be46a0de049d1fab70ddb84111be6e29
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=3cc7f186be46a0de049d1fab70ddb84111be6e29

Author: gary.robertson at linaro.org <gary.robertson at linaro.org>
Date:   Thu Apr  2 11:04:03 2015 -0500

libhugetlbfs: Add i586 to list of compatible host architectures

COMPATIBLE_HOST included support for x86_64 but not for
32-bit x86 architectures - added i586 arch name to cover qemux86, etc.

Signed-off-by: Gary S. Robertson <gary.robertson at linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
index 4ce6a19..6fe5dce 100644
--- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
+++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
@@ -24,7 +24,7 @@ SRC_URI = "git://git.code.sf.net/p/libhugetlbfs/code \
 
 S = "${WORKDIR}/git"
 
-COMPATIBLE_HOST = "(x86_64|powerpc|powerpc64|aarch64|arm).*-linux*"
+COMPATIBLE_HOST = "(i586|x86_64|powerpc|powerpc64|aarch64|arm).*-linux*"
 
 LIBARGS = "LIB32=${baselib} LIB64=${baselib}"
 LIBHUGETLBFS_ARCH = "${TARGET_ARCH}"



More information about the Openembedded-commits mailing list