Re: [yocto] [OE-core] layers.openembedded.org upgraded

2018-09-28 Thread Randy MacLeod
On 09/27/2018 08:01 PM, Randy MacLeod wrote: On 09/27/2018 07:33 PM, Paul Eggleton wrote: Hi Randy On Friday, 28 September 2018 11:22:29 AM NZST Randy MacLeod wrote: On 09/27/2018 05:28 PM, Nicolas Dechesne wrote: On Thu, Sep 27, 2018 at 10:43 PM Paul Eggleton wrote: I'm very happy to

Re: [yocto] [prelink-cross][PATCH] rtld: get machine from undef_map for protected symbols

2018-09-28 Thread Kyle Russell
No objections, please go ahead. Sorry I forgot! I realize I didn't do that on the other patch I just sent either. On Fri, Sep 28, 2018 at 11:19 AM Mark Hatle wrote: > On 9/28/18 9:55 AM, Kyle Russell wrote: > > Avoids rtld segfault when _dl_lookup_symbol_x is called with NULL > > for skip_map

Re: [yocto] [prelink-cross][PATCH] rtld: get machine from undef_map for protected symbols

2018-09-28 Thread Mark Hatle
On 9/28/18 9:55 AM, Kyle Russell wrote: > Avoids rtld segfault when _dl_lookup_symbol_x is called with NULL > for skip_map on a protected symbol relocation. > > Global protected symbols may not actually require a copy relocaton, > in which case skip_map is undefined, so use the undef_map to

[yocto] [prelink-cross][PATCH] Support copy relocations in .data.rel.ro

2018-09-28 Thread Kyle Russell
binutils-2.28 (17026142ef35b62ac88bfe517b4160614902cb28) adds support for copying read-only dynamic symbols into .data.rel.ro instead of .bss since .bss is technically writable. This causes prelink to error out on any binary containing COPY relocations in .data.rel.ro. Read-only variables

[yocto] [prelink-cross][PATCH] rtld: get machine from undef_map for protected symbols

2018-09-28 Thread Kyle Russell
Avoids rtld segfault when _dl_lookup_symbol_x is called with NULL for skip_map on a protected symbol relocation. Global protected symbols may not actually require a copy relocaton, in which case skip_map is undefined, so use the undef_map to determine the symbol arch. --- src/rtld/dl-lookupX.h

Re: [linux-yocto] 回复: about beaglebone-yocto bitbake core-image-rt

2018-09-28 Thread Bruce Ashfield
On 09/27/2018 11:24 PM, ?? wrote: cd meta-yocto-bsp/recipes-kernel/linux/ cp linux-yocto_4.18.bbappend linux-yocto-rt_4.18.bbappend it works now. It only works to build due to the line: COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto" But it may not actually be building the

[yocto] Build

2018-09-28 Thread Akshay Kumar
Hi team, I am complete new to yocto, for one project I have complied a c++ file using gtest framework and now I want to use the executable in my qemu can you please help me over internet I am getting too confused. Please reply ASAP. Thanks -- ___ yocto