[oe-commits] Gary S. Robertson : libhugetlbfs: Add ix86 to list of compatible host architectures

git at git.openembedded.org git at git.openembedded.org
Fri Nov 28 12:52:26 UTC 2014


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

Author: Gary S. Robertson <gary.robertson at linaro.org>
Date:   Mon Nov 24 16:59:13 2014 -0600

libhugetlbfs: Add ix86 to list of compatible host architectures

COMPATIBLE_HOST included support for x86_64 but not for
32-bit x86 architectures - added generic 32-bit x86 arch names

Upstream Status - not applicable - recipe change only

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 c2262ea..737acb9 100644
--- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
+++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
@@ -23,7 +23,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 = "(i386|i486|i586|i686|x86_64|powerpc|powerpc64|aarch64|arm).*-linux*"
 
 LIBARGS = "LIB32=${baselib} LIB64=${baselib}"
 LIBHUGETLBFS_ARCH = "${TARGET_ARCH}"



More information about the Openembedded-commits mailing list