[Buildroot] [PATCH] toolchain: handle toolchains with multiple ld*.so.* files

Giulio Benetti giulio.benetti at benettiengineering.com
Tue Aug 24 23:59:41 UTC 2021


Hi Jonah,

> Il giorno 25 ago 2021, alle ore 00:38, Jonah Petri <jonah at petri.us> ha scritto:
> 
> 
>> On 8/24/21 5:02 PM, Thomas Petazzoni wrote:
>> Hello,
>> 
>> On Tue, 24 Aug 2021 16:35:36 -0400
>> Jonah Petri <jonah at petri.us> wrote:
>> 
>>> Sorry for the missing SOB - I will resubmit.  The instructions on
>>> https://buildroot.org/downloads/manual/manual.html#submitting-patches
>>> might need a modification, as I followed them precisely, I think! Expect
>>> a v2 shortly with a SOB.
>> Thanks for your patch and going through our manual. If you think
>> anything is missing, the manual source code is in docs/manual/, so you
>> can easily send a patch.
>> 
>> However, I think this requirement for a Signed-off-by is clearly in our
>> instructions. Section 22.5.1 of our manual has:
> 
> Hi Thomas,
> 
> Yes, you're right, the requirement is totally clear.  I have some error in my understanding of `git send-email`.  I'll submit a clarification to the manual once I narrow down exactly what went wrong.

I think that ./utils/get-developers in buildroot folder can help you.
Try to create the patch with:
git format-patch -s -M -o . -1
and then:
./utils/get-developers 0001-your-patch.patch

That will give you the git send-mail command entirely to send your patch. And then you append your patch name to the command.

Best regards
Giulio Benetti

> 
> Thanks for all your work,
> 
> Jonah
> 



More information about the buildroot mailing list