Re: [OE-core] [PATCH 2/9] elfutils: 0.163 -> 0.164

2016-01-20 Thread Hongxu Jia

On 01/21/2016 01:16 AM, Khem Raj wrote:

On Jan 20, 2016, at 7:07 AM, Maxin B. John  wrote:

Hi,

On Mon, Jan 11, 2016 at 08:30:32AM +0800, Hongxu Jia wrote:

Update patches from debian
http://ftp.de.debian.org/debian/pool/main/e/elfutils/elfutils_0.164-1.debian.tar.xz

Signed-off-by: Hongxu Jia 
---
.../elfutils/elfutils-0.163/arm_func_value.patch   |  165 
.../elfutils-0.163/arm_unwind_ret_mask.patch   |   83 --
.../elfutils/elfutils-0.163/non_linux.patch|   35 -
.../elfutils-0.163/redhat-portability.diff | 1021 
.../elfutils/elfutils-0.163/scanf-format.patch |   40 -
.../uclibc-support-for-elfutils-0.161.patch|  106 --
...ferences-between-mips-machine-identifiers.patch |   34 +
...m-Silence-Werror-maybe-uninitialized-fals.patch |0
.../0001-fix-a-stack-usage-warning.patch   |0
.../0001-remove-the-unneed-checking.patch  |0
...-support-for-mips64-abis-in-mips_retval.c.patch |  168 
.../0003-Add-mips-n64-relocation-format-hack.patch |  226 +
.../arm_backend.diff   |  389 
.../fixheadercheck.patch   |0
.../hppa_backend.diff  |   69 +-
.../elfutils/elfutils-0.164/kfreebsd_path.patch|   15 +
.../m68k_backend.diff  |   61 +-
.../mips_backend.diff  |   71 +-
.../mips_readelf_w.patch   |8 +-
.../testsuite-ignore-elflint.diff  |0
.../{elfutils_0.163.bb => elfutils_0.164.bb}   |   15 +-
21 files changed, 735 insertions(+), 1771 deletions(-)
delete mode 100644 
meta/recipes-devtools/elfutils/elfutils-0.163/arm_func_value.patch
delete mode 100644 
meta/recipes-devtools/elfutils/elfutils-0.163/arm_unwind_ret_mask.patch
delete mode 100644 meta/recipes-devtools/elfutils/elfutils-0.163/non_linux.patch
delete mode 100644 
meta/recipes-devtools/elfutils/elfutils-0.163/redhat-portability.diff
delete mode 100644 
meta/recipes-devtools/elfutils/elfutils-0.163/scanf-format.patch
delete mode 100644 
meta/recipes-devtools/elfutils/elfutils-0.163/uclibc-support-for-elfutils-0.161.patch

Here, the patch uclibc-support-for-elfutils-0.161.patch was removed.
However, it is still referenced in the recipe. It should be updated
to fix build error with uclibc.

WARNING: Failed to fetch URL file://uclibc-support-for-elfutils-0.161.patch, 
attempting MIRRORS if available
ERROR: Fetcher failure: Unable to find file 
file://uclibc-support-for-elfutils-0.161.patch anywhere. The paths that were 
searched were:
…

its already fixed in my musl pull request.


Oh, sorry for the incorrectly deleting, thanks Khem to fix it.

//Hongxu



Best Regards,
Maxin
--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 2/9] elfutils: 0.163 -> 0.164

2016-01-20 Thread Maxin B. John
Hi,

On Mon, Jan 11, 2016 at 08:30:32AM +0800, Hongxu Jia wrote:
> Update patches from debian
> http://ftp.de.debian.org/debian/pool/main/e/elfutils/elfutils_0.164-1.debian.tar.xz
> 
> Signed-off-by: Hongxu Jia 
> ---
>  .../elfutils/elfutils-0.163/arm_func_value.patch   |  165 
>  .../elfutils-0.163/arm_unwind_ret_mask.patch   |   83 --
>  .../elfutils/elfutils-0.163/non_linux.patch|   35 -
>  .../elfutils-0.163/redhat-portability.diff | 1021 
> 
>  .../elfutils/elfutils-0.163/scanf-format.patch |   40 -
>  .../uclibc-support-for-elfutils-0.161.patch|  106 --
>  ...ferences-between-mips-machine-identifiers.patch |   34 +
>  ...m-Silence-Werror-maybe-uninitialized-fals.patch |0
>  .../0001-fix-a-stack-usage-warning.patch   |0
>  .../0001-remove-the-unneed-checking.patch  |0
>  ...-support-for-mips64-abis-in-mips_retval.c.patch |  168 
>  .../0003-Add-mips-n64-relocation-format-hack.patch |  226 +
>  .../arm_backend.diff   |  389 
>  .../fixheadercheck.patch   |0
>  .../hppa_backend.diff  |   69 +-
>  .../elfutils/elfutils-0.164/kfreebsd_path.patch|   15 +
>  .../m68k_backend.diff  |   61 +-
>  .../mips_backend.diff  |   71 +-
>  .../mips_readelf_w.patch   |8 +-
>  .../testsuite-ignore-elflint.diff  |0
>  .../{elfutils_0.163.bb => elfutils_0.164.bb}   |   15 +-
>  21 files changed, 735 insertions(+), 1771 deletions(-)
>  delete mode 100644 
> meta/recipes-devtools/elfutils/elfutils-0.163/arm_func_value.patch
>  delete mode 100644 
> meta/recipes-devtools/elfutils/elfutils-0.163/arm_unwind_ret_mask.patch
>  delete mode 100644 
> meta/recipes-devtools/elfutils/elfutils-0.163/non_linux.patch
>  delete mode 100644 
> meta/recipes-devtools/elfutils/elfutils-0.163/redhat-portability.diff
>  delete mode 100644 
> meta/recipes-devtools/elfutils/elfutils-0.163/scanf-format.patch
>  delete mode 100644 
> meta/recipes-devtools/elfutils/elfutils-0.163/uclibc-support-for-elfutils-0.161.patch

Here, the patch uclibc-support-for-elfutils-0.161.patch was removed. 
However, it is still referenced in the recipe. It should be updated
to fix build error with uclibc.

WARNING: Failed to fetch URL file://uclibc-support-for-elfutils-0.161.patch, 
attempting MIRRORS if available
ERROR: Fetcher failure: Unable to find file 
file://uclibc-support-for-elfutils-0.161.patch anywhere. The paths that were 
searched were:
...

Best Regards,
Maxin
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 2/9] elfutils: 0.163 -> 0.164

2016-01-20 Thread Khem Raj

> On Jan 20, 2016, at 7:07 AM, Maxin B. John  wrote:
> 
> Hi,
> 
> On Mon, Jan 11, 2016 at 08:30:32AM +0800, Hongxu Jia wrote:
>> Update patches from debian
>> http://ftp.de.debian.org/debian/pool/main/e/elfutils/elfutils_0.164-1.debian.tar.xz
>> 
>> Signed-off-by: Hongxu Jia 
>> ---
>> .../elfutils/elfutils-0.163/arm_func_value.patch   |  165 
>> .../elfutils-0.163/arm_unwind_ret_mask.patch   |   83 --
>> .../elfutils/elfutils-0.163/non_linux.patch|   35 -
>> .../elfutils-0.163/redhat-portability.diff | 1021 
>> 
>> .../elfutils/elfutils-0.163/scanf-format.patch |   40 -
>> .../uclibc-support-for-elfutils-0.161.patch|  106 --
>> ...ferences-between-mips-machine-identifiers.patch |   34 +
>> ...m-Silence-Werror-maybe-uninitialized-fals.patch |0
>> .../0001-fix-a-stack-usage-warning.patch   |0
>> .../0001-remove-the-unneed-checking.patch  |0
>> ...-support-for-mips64-abis-in-mips_retval.c.patch |  168 
>> .../0003-Add-mips-n64-relocation-format-hack.patch |  226 +
>> .../arm_backend.diff   |  389 
>> .../fixheadercheck.patch   |0
>> .../hppa_backend.diff  |   69 +-
>> .../elfutils/elfutils-0.164/kfreebsd_path.patch|   15 +
>> .../m68k_backend.diff  |   61 +-
>> .../mips_backend.diff  |   71 +-
>> .../mips_readelf_w.patch   |8 +-
>> .../testsuite-ignore-elflint.diff  |0
>> .../{elfutils_0.163.bb => elfutils_0.164.bb}   |   15 +-
>> 21 files changed, 735 insertions(+), 1771 deletions(-)
>> delete mode 100644 
>> meta/recipes-devtools/elfutils/elfutils-0.163/arm_func_value.patch
>> delete mode 100644 
>> meta/recipes-devtools/elfutils/elfutils-0.163/arm_unwind_ret_mask.patch
>> delete mode 100644 
>> meta/recipes-devtools/elfutils/elfutils-0.163/non_linux.patch
>> delete mode 100644 
>> meta/recipes-devtools/elfutils/elfutils-0.163/redhat-portability.diff
>> delete mode 100644 
>> meta/recipes-devtools/elfutils/elfutils-0.163/scanf-format.patch
>> delete mode 100644 
>> meta/recipes-devtools/elfutils/elfutils-0.163/uclibc-support-for-elfutils-0.161.patch
> 
> Here, the patch uclibc-support-for-elfutils-0.161.patch was removed.
> However, it is still referenced in the recipe. It should be updated
> to fix build error with uclibc.
> 
> WARNING: Failed to fetch URL file://uclibc-support-for-elfutils-0.161.patch, 
> attempting MIRRORS if available
> ERROR: Fetcher failure: Unable to find file 
> file://uclibc-support-for-elfutils-0.161.patch anywhere. The paths that were 
> searched were:
> …

its already fixed in my musl pull request.

> 
> Best Regards,
> Maxin
> --
> ___
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core



signature.asc
Description: Message signed with OpenPGP using GPGMail
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 2/9] elfutils: 0.163 -> 0.164

2016-01-10 Thread Hongxu Jia
Update patches from debian
http://ftp.de.debian.org/debian/pool/main/e/elfutils/elfutils_0.164-1.debian.tar.xz

Signed-off-by: Hongxu Jia 
---
 .../elfutils/elfutils-0.163/arm_func_value.patch   |  165 
 .../elfutils-0.163/arm_unwind_ret_mask.patch   |   83 --
 .../elfutils/elfutils-0.163/non_linux.patch|   35 -
 .../elfutils-0.163/redhat-portability.diff | 1021 
 .../elfutils/elfutils-0.163/scanf-format.patch |   40 -
 .../uclibc-support-for-elfutils-0.161.patch|  106 --
 ...ferences-between-mips-machine-identifiers.patch |   34 +
 ...m-Silence-Werror-maybe-uninitialized-fals.patch |0
 .../0001-fix-a-stack-usage-warning.patch   |0
 .../0001-remove-the-unneed-checking.patch  |0
 ...-support-for-mips64-abis-in-mips_retval.c.patch |  168 
 .../0003-Add-mips-n64-relocation-format-hack.patch |  226 +
 .../arm_backend.diff   |  389 
 .../fixheadercheck.patch   |0
 .../hppa_backend.diff  |   69 +-
 .../elfutils/elfutils-0.164/kfreebsd_path.patch|   15 +
 .../m68k_backend.diff  |   61 +-
 .../mips_backend.diff  |   71 +-
 .../mips_readelf_w.patch   |8 +-
 .../testsuite-ignore-elflint.diff  |0
 .../{elfutils_0.163.bb => elfutils_0.164.bb}   |   15 +-
 21 files changed, 735 insertions(+), 1771 deletions(-)
 delete mode 100644 
meta/recipes-devtools/elfutils/elfutils-0.163/arm_func_value.patch
 delete mode 100644 
meta/recipes-devtools/elfutils/elfutils-0.163/arm_unwind_ret_mask.patch
 delete mode 100644 
meta/recipes-devtools/elfutils/elfutils-0.163/non_linux.patch
 delete mode 100644 
meta/recipes-devtools/elfutils/elfutils-0.163/redhat-portability.diff
 delete mode 100644 
meta/recipes-devtools/elfutils/elfutils-0.163/scanf-format.patch
 delete mode 100644 
meta/recipes-devtools/elfutils/elfutils-0.163/uclibc-support-for-elfutils-0.161.patch
 create mode 100644 
meta/recipes-devtools/elfutils/elfutils-0.164/0001-Ignore-differences-between-mips-machine-identifiers.patch
 rename meta/recipes-devtools/elfutils/{elfutils-0.163 => 
elfutils-0.164}/0001-elf_getarsym-Silence-Werror-maybe-uninitialized-fals.patch 
(100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.163 => 
elfutils-0.164}/0001-fix-a-stack-usage-warning.patch (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.163 => 
elfutils-0.164}/0001-remove-the-unneed-checking.patch (100%)
 create mode 100644 
meta/recipes-devtools/elfutils/elfutils-0.164/0002-Add-support-for-mips64-abis-in-mips_retval.c.patch
 create mode 100644 
meta/recipes-devtools/elfutils/elfutils-0.164/0003-Add-mips-n64-relocation-format-hack.patch
 rename meta/recipes-devtools/elfutils/{elfutils-0.163 => 
elfutils-0.164}/arm_backend.diff (82%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.163 => 
elfutils-0.164}/fixheadercheck.patch (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.163 => 
elfutils-0.164}/hppa_backend.diff (93%)
 create mode 100644 
meta/recipes-devtools/elfutils/elfutils-0.164/kfreebsd_path.patch
 rename meta/recipes-devtools/elfutils/{elfutils-0.163 => 
elfutils-0.164}/m68k_backend.diff (89%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.163 => 
elfutils-0.164}/mips_backend.diff (92%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.163 => 
elfutils-0.164}/mips_readelf_w.patch (75%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.163 => 
elfutils-0.164}/testsuite-ignore-elflint.diff (100%)
 rename meta/recipes-devtools/elfutils/{elfutils_0.163.bb => elfutils_0.164.bb} 
(87%)

diff --git a/meta/recipes-devtools/elfutils/elfutils-0.163/arm_func_value.patch 
b/meta/recipes-devtools/elfutils/elfutils-0.163/arm_func_value.patch
deleted file mode 100644
index 2fe4df6..000
--- a/meta/recipes-devtools/elfutils/elfutils-0.163/arm_func_value.patch
+++ /dev/null
@@ -1,165 +0,0 @@
-From: Mark Wielaard 
-Date: Sun, 15 Jun 2014 11:30:35 +0200
-Subject: libebl: Add sym_func_value hook.
-
-The ARM EABI says that the zero bit of function symbol st_value indicates
-whether the symbol points to a THUMB or ARM function. Add a new ebl hook
-to adjust the st_value in such a case so that we get the actual value that
-the symbol points to. It isn't easily possible to reuse the existing
-resolve_sym_value for this purpose, so we end up with another hook that
-can be used from dwfl_module_getsym and elflint.
-
-Rebase arm_func_value.patch from 0.159 to 0.160
-Signed-off-by: Hongxu Jia 

- backends/arm_init.c  |1 +
- backends/arm_symbol.c|8 
- libdwfl/dwfl_module_getsym.c |2 +-
- libebl/Makefile.am   |3 ++-
- libebl/ebl-hooks.h   |3 +++
- libebl/eblsymfuncval.c   |   43 ++
- libebl/libebl.h