Re: [PATCH v2 00/12] Rebased version of Yocto patches

2022-11-20 Thread Alex Ameen
Apologies for being unreachable, I'll revisit these today.


On Sun, Nov 20, 2022 at 5:30 AM Richard Purdie <
richard.pur...@linuxfoundation.org> wrote:

> On Sat, 2022-11-19 at 18:32 +, Sam James wrote:
> >
> > > On 16 Apr 2022, at 18:58, Sam James  wrote:
> > >
> > > Done after discussion w/ Alex (thanks!). Rebased on master after
> > > 2.4.7 release.
> >
> > Ping. Could we maybe get the easy ones in and then revisit
> > the bits which received comments (unclear to me what we need
> > to do for those)?
>
> I'd second that, I'd love to get the easy ones sorted and am happy to
> try and help with the others, just not quite sure where we stand at the
> moment.
>
> Cheers,
>
> Richard
>


-- 
Alex Ameen
Tel: (832) 341-9270


Re: [PATCH v2 00/12] Rebased version of Yocto patches

2022-11-20 Thread Richard Purdie
On Sat, 2022-11-19 at 18:32 +, Sam James wrote:
> 
> > On 16 Apr 2022, at 18:58, Sam James  wrote:
> > 
> > Done after discussion w/ Alex (thanks!). Rebased on master after
> > 2.4.7 release.
> 
> Ping. Could we maybe get the easy ones in and then revisit
> the bits which received comments (unclear to me what we need
> to do for those)?

I'd second that, I'd love to get the easy ones sorted and am happy to
try and help with the others, just not quite sure where we stand at the
moment.

Cheers,

Richard



Re: [PATCH v2 00/12] Rebased version of Yocto patches

2022-11-19 Thread Sam James


> On 16 Apr 2022, at 18:58, Sam James  wrote:
> 
> Done after discussion w/ Alex (thanks!). Rebased on master after
> 2.4.7 release.

Ping. Could we maybe get the easy ones in and then revisit
the bits which received comments (unclear to me what we need
to do for those)?


signature.asc
Description: Message signed with OpenPGP


Re: [PATCH v2 00/12] Rebased version of Yocto patches

2022-04-16 Thread Alex Ameen
My bad I just saw the follow up emails. You're all good.

On Sat, Apr 16, 2022, 1:29 PM Alex Ameen  wrote:

> Can you separate the flag changes from the others?
> Since that's not backwards compatible it needs to be shelved for a future
> major release. There's similar flag changes I've been organizing into a
> pile.
>
> On Sat, Apr 16, 2022, 12:58 PM Sam James  wrote:
>
>> Done after discussion w/ Alex (thanks!). Rebased on master after
>> 2.4.7 release.
>>
>> Khem Raj (3):
>>   libtool.m4: Rename the --with-sysroot option to avoid conflict with
>> gcc/binutils
>>   libtool: Check for static libs for internal compiler libraries
>>   ltmain.in: Add missing sysroot to library path
>>
>> Marek Vasut (1):
>>   libtool: Fix support for NIOS2 processor
>>
>> Mingli Yu (2):
>>   Makefile.am: make sure autoheader run before autoconf
>>   Makefile.am: make sure autoheader run before automake
>>
>> Richard Purdie (6):
>>   ltmain.sh: Fix sysroot paths being encoded into RPATHs
>>   ltmain.in: Handle trailing slashes on install commands correctly
>>   libtool.m4: For reproducibility stop encoding hostname in libtool
>> script
>>   ltmain.in: Don't encode RATHS which match default linker paths
>>   libtool.m4: Handle "/" as a sysroot correctly
>>   ltmain.in: Handle prefix-map compiler options correctly
>>
>>  Makefile.am |  4 +--
>>  build-aux/ltmain.in | 81 +++--
>>  m4/libtool.m4   | 25 --
>>  tests/sysroot.at|  6 ++--
>>  4 files changed, 89 insertions(+), 27 deletions(-)
>>
>> --
>> 2.35.1
>>
>>


Re: [PATCH v2 00/12] Rebased version of Yocto patches

2022-04-16 Thread Alex Ameen
Can you separate the flag changes from the others?
Since that's not backwards compatible it needs to be shelved for a future
major release. There's similar flag changes I've been organizing into a
pile.

On Sat, Apr 16, 2022, 12:58 PM Sam James  wrote:

> Done after discussion w/ Alex (thanks!). Rebased on master after
> 2.4.7 release.
>
> Khem Raj (3):
>   libtool.m4: Rename the --with-sysroot option to avoid conflict with
> gcc/binutils
>   libtool: Check for static libs for internal compiler libraries
>   ltmain.in: Add missing sysroot to library path
>
> Marek Vasut (1):
>   libtool: Fix support for NIOS2 processor
>
> Mingli Yu (2):
>   Makefile.am: make sure autoheader run before autoconf
>   Makefile.am: make sure autoheader run before automake
>
> Richard Purdie (6):
>   ltmain.sh: Fix sysroot paths being encoded into RPATHs
>   ltmain.in: Handle trailing slashes on install commands correctly
>   libtool.m4: For reproducibility stop encoding hostname in libtool
> script
>   ltmain.in: Don't encode RATHS which match default linker paths
>   libtool.m4: Handle "/" as a sysroot correctly
>   ltmain.in: Handle prefix-map compiler options correctly
>
>  Makefile.am |  4 +--
>  build-aux/ltmain.in | 81 +++--
>  m4/libtool.m4   | 25 --
>  tests/sysroot.at|  6 ++--
>  4 files changed, 89 insertions(+), 27 deletions(-)
>
> --
> 2.35.1
>
>


[PATCH v2 00/12] Rebased version of Yocto patches

2022-04-16 Thread Sam James
Done after discussion w/ Alex (thanks!). Rebased on master after
2.4.7 release.

Khem Raj (3):
  libtool.m4: Rename the --with-sysroot option to avoid conflict with
gcc/binutils
  libtool: Check for static libs for internal compiler libraries
  ltmain.in: Add missing sysroot to library path

Marek Vasut (1):
  libtool: Fix support for NIOS2 processor

Mingli Yu (2):
  Makefile.am: make sure autoheader run before autoconf
  Makefile.am: make sure autoheader run before automake

Richard Purdie (6):
  ltmain.sh: Fix sysroot paths being encoded into RPATHs
  ltmain.in: Handle trailing slashes on install commands correctly
  libtool.m4: For reproducibility stop encoding hostname in libtool
script
  ltmain.in: Don't encode RATHS which match default linker paths
  libtool.m4: Handle "/" as a sysroot correctly
  ltmain.in: Handle prefix-map compiler options correctly

 Makefile.am |  4 +--
 build-aux/ltmain.in | 81 +++--
 m4/libtool.m4   | 25 --
 tests/sysroot.at|  6 ++--
 4 files changed, 89 insertions(+), 27 deletions(-)

-- 
2.35.1