From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 0/5] Align library locations in target and staging
Date: Mon, 28 Mar 2016 01:08:32 +0200 [thread overview]
Message-ID: <56F867F0.1060204@mind.be> (raw)
In-Reply-To: <56F84813.6080302@gmail.com>
On 03/27/16 22:52, Romain Naour wrote:
> Hello Arnout, ThomasDS, All,
>
> Le 27/03/2016 22:39, Arnout Vandecappelle a ?crit :
>> On 02/12/16 20:20, Thomas De Schampheleire wrote:
>>> From: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
>>>
>>> As discussed on the Buildroot developer days, Buildroot installs some libraries
>>> in a different location in target than in staging. This is specifically seen for
>>> libstdc++ and libatomic.
>>>
>>> This patch series tackles that problem and performs related cleanup.
>>>
>>>
>>>
>>> Thomas De Schampheleire (5):
>>> toolchain-external: blackfin: install FDPIC libraries also to staging
>>> toolchain-external: remove unused calculation of ARCH_SUBDIR
>>> toolchain-external: extract installation of gdbserver to separate
>>> define
>>> toolchain-external: align library locations in target and staging dir
>>> toolchain-external: unify LIB_EXTERNAL_LIBS and USR_LIB_EXTERNAL_LIBS
>>>
>>> package/glibc/glibc.mk | 2 +-
>>> toolchain/helpers.mk | 57 ++---------------
>>> toolchain/toolchain-external/Config.in | 3 +-
>>> toolchain/toolchain-external/toolchain-external.mk | 71 ++++++++++------------
>>> 4 files changed, 40 insertions(+), 93 deletions(-)
>>>
>>
>> I've also done a review and a test of the entire series. There is a bit of
>> reworking suggested by Romain in patch 3/5, the removal of -follow that I
>> suggest in patch 4/5, and I would like to re-instate the --sysroot check in
>> patch 2/5, but that's it.
>
> What do you think about moving the sysroot check to a helper function like I
> propose in this series ? (Which needs to be rebased after ThomasDS's series as well)
That's a good solution, indeed. Actually, I had already applied those patches
and missed that the check was now still done in the configure step but just as
part of check_unusable_toolchain.
Regards,
Arnout
>
> http://patchwork.ozlabs.org/patch/576578/
> http://patchwork.ozlabs.org/patch/576580/
>
> Thoughts ?
>
> Best regards,
> Romain
>
>>
>> ThomasDS, will you respin or do we apply and make changes afterwards?
>>
>>
>> Regards,
>> Arnout
>
>
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF
next prev parent reply other threads:[~2016-03-27 23:08 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-12 19:20 [Buildroot] [PATCH 0/5] Align library locations in target and staging Thomas De Schampheleire
2016-02-12 19:20 ` [Buildroot] [PATCH 1/5] toolchain-external: blackfin: install FDPIC libraries also to staging Thomas De Schampheleire
2016-03-22 21:48 ` Romain Naour
2016-03-27 16:20 ` Arnout Vandecappelle
2016-04-25 21:00 ` Thomas Petazzoni
2016-02-12 19:20 ` [Buildroot] [PATCH 2/5] toolchain-external: remove unused calculation of ARCH_SUBDIR Thomas De Schampheleire
2016-03-22 21:53 ` Romain Naour
2016-03-27 20:34 ` Arnout Vandecappelle
2016-03-27 23:10 ` Arnout Vandecappelle
2016-04-21 21:30 ` Thomas Petazzoni
2016-02-12 19:20 ` [Buildroot] [PATCH 3/5] toolchain-external: extract installation of gdbserver to separate define Thomas De Schampheleire
2016-03-22 22:04 ` Romain Naour
2016-03-27 16:43 ` Arnout Vandecappelle
2016-04-25 21:02 ` Thomas Petazzoni
2016-02-12 19:20 ` [Buildroot] [PATCH 4/5] toolchain-external: align library locations in target and staging dir Thomas De Schampheleire
2016-03-22 22:53 ` Romain Naour
2016-03-27 20:34 ` Arnout Vandecappelle
2016-04-25 21:15 ` Thomas Petazzoni
2016-04-26 11:32 ` Thomas De Schampheleire
2016-04-25 21:08 ` Thomas Petazzoni
2016-02-12 19:20 ` [Buildroot] [PATCH 5/5] toolchain-external: unify LIB_EXTERNAL_LIBS and USR_LIB_EXTERNAL_LIBS Thomas De Schampheleire
2016-03-22 22:58 ` Romain Naour
2016-03-27 20:36 ` Arnout Vandecappelle
2016-04-25 21:16 ` Thomas Petazzoni
2016-03-10 8:02 ` [Buildroot] [PATCH 0/5] Align library locations in target and staging Thomas De Schampheleire
2016-03-27 20:39 ` Arnout Vandecappelle
2016-03-27 20:52 ` Romain Naour
2016-03-27 23:08 ` Arnout Vandecappelle [this message]
2016-03-29 14:21 ` Thomas De Schampheleire
2016-03-29 14:33 ` Arnout Vandecappelle
2016-04-25 21:17 ` Thomas Petazzoni
2016-04-26 7:50 ` Thomas De Schampheleire
2016-04-26 8:28 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56F867F0.1060204@mind.be \
--to=arnout@mind.be \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.