diff options
author | Gary S. Robertson <gary.robertson@linaro.org> | 2014-08-12 13:32:58 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-15 17:07:02 +0200 |
commit | 84364ebb571d2892b5253c8b7e8d2bc2d902e7f6 (patch) | |
tree | a72baceb1c8e34fce6c3ebbd705e1eb07412b661 /meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | |
parent | 0bdefd0660ebd233602925923150e874a78de675 (diff) | |
download | meta-openembedded-84364ebb571d2892b5253c8b7e8d2bc2d902e7f6.tar.gz |
libhugetlbfs: Extend arm32 support to include BE variants
Upstream Status: Submitted
This patch applies the same technique used by Koen Kool in the following patch
which was accepted by the libhugetlbfs project:
[0a4f6] Add aarch64_be_support 2014-03-31 10:52:37
It modifies the libhugetlbfs Makefile to mark all 32-bit arm architectures
as supported by the libhugetlbfs build. Builds and successful functional
tests have been performed for armv7a LE and BE runtime platforms.
This patch replaces and renders obsolete the following patch:
arm32-support.patch by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Gary S. Robertson <gary.robertson@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb')
-rw-r--r-- | meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb index 315863db7..851b050eb 100644 --- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb +++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | |||
@@ -17,7 +17,7 @@ SRC_URI = "git://git.code.sf.net/p/libhugetlbfs/code \ | |||
17 | file://0001-aarch64-fix-cross-compilation.patch \ | 17 | file://0001-aarch64-fix-cross-compilation.patch \ |
18 | file://0001-aarch64-fix-page-size-not-properly-computed.patch \ | 18 | file://0001-aarch64-fix-page-size-not-properly-computed.patch \ |
19 | file://0001-replace-lib-lib64-hardcoded-values-by-LIBDIR32-LIBDI.patch \ | 19 | file://0001-replace-lib-lib64-hardcoded-values-by-LIBDIR32-LIBDI.patch \ |
20 | file://arm32-support.patch \ | 20 | file://0001-Extend-arm32-support-to-include-BE-variants.patch \ |
21 | " | 21 | " |
22 | 22 | ||
23 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |