diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2020-09-16 13:53:37 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-09-16 17:24:44 -0700 |
| commit | fd96948662fe961d4882376070612bb0357cd303 (patch) | |
| tree | fc6dd5a96b85240d63e9ffce1c81e3d35dbfc63d /meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | |
| parent | d3349412bafa6f5e10d6e4a7df1d553b4510f449 (diff) | |
| download | meta-openembedded-fd96948662fe961d4882376070612bb0357cd303.tar.gz | |
libhugetlbfs: revert one commit from 2.23 to work around build error on arm
* works around
ERROR: libhugetlbfs-1_2.23-r0 do_populate_sysroot: Fatal errors occurred in subprocesses:
Command '['arm-oe-linux-gnueabi-strip', '--remove-section=.comment', '--remove-section=.note', 'libhugetlbfs/1_2.23-r0/sysroot-destdir/usr/lib/libhugetlbfs/tests/obj32/linkhuge_rw']' returned non-zero exit status 1.
Subprocess output:arm-oe-linux-gnueabi-strip:
libhugetlbfs/1_2.23-r0/sysroot-destdir/usr/lib/libhugetlbfs/tests/obj32/stmuFa58: error: PHDR segment not covered by LOAD segment
arm-oe-linux-gnueabi-strip: libhugetlbfs/1_2.23-r0/sysroot-destdir/usr/lib/libhugetlbfs/tests/obj32/stmuFa58[.interp]: file format not recognized
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb')
| -rw-r--r-- | meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb index b349096ec2..2f07c938bb 100644 --- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb +++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | |||
| @@ -25,6 +25,7 @@ SRC_URI = " \ | |||
| 25 | file://0005-Include-dirent.h-for-ino_t.patch \ | 25 | file://0005-Include-dirent.h-for-ino_t.patch \ |
| 26 | file://0006-include-limits.h-for-PATH_MAX.patch \ | 26 | file://0006-include-limits.h-for-PATH_MAX.patch \ |
| 27 | file://0001-huge_page_setup_helper-use-python3-interpreter.patch \ | 27 | file://0001-huge_page_setup_helper-use-python3-interpreter.patch \ |
| 28 | file://0001-Revert-ld.hugetlbfs-fix-Ttext-segment-argument-on-AA.patch \ | ||
| 28 | " | 29 | " |
| 29 | 30 | ||
| 30 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" | 31 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" |
