[U-Boot] [PATCH] patman: fix series-notes handling for buildman

Simon Glass sjg at chromium.org
Sat Nov 14 03:35:12 CET 2015


On 9 November 2015 at 14:36, Albert ARIBAUD <albert.u.boot at aribaud.net> wrote:
> Hello Simon,
>
> On Mon, 9 Nov 2015 12:24:55 -0800, Simon Glass <sjg at chromium.org> wrote:
>> On 9 November 2015 at 06:19, Albert ARIBAUD <albert.u.boot at aribaud.net> wrote:
>> > A patman series with a 'Series-notes' section causes
>> > buildman to crash with:
>> >
>> >     self.series.notes += self.section
>> >     TypeError: cannot concatenate 'str' and 'list' objects
>> >
>> > Fix by initializing series.notes as a one-element array
>> > rathen than a scalar.
>> >
>> > Signed-off-by: Albert ARIBAUD <albert.u.boot at aribaud.net>
>> > ---
>> >
>> >  tools/patman/series.py | 2 +-
>> >  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> Acked-by: Simon Glass <sjg at chromium.org>
>
> Note: just spotted a typo, 'rathen' instead of 'rather'. If this patch
> gets applied, please fix that on-the-fly.
>
> Amicalement,
> --
> Albert.

Fixed typo and

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list