Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] wf111: ARM bumped to 5.2.2-r4
Date: Tue, 14 Aug 2018 14:08:19 +0200	[thread overview]
Message-ID: <20180814140819.6f5d53b7@windsurf> (raw)
In-Reply-To: <CAC03NDYtNQwfxU3i0G9e1kM3y7LV3o_TumBnJj+85Sa=KUf8PA@mail.gmail.com>

Hello Geert,

Thanks for your patch. Unfortunately, it is sent as attached file, and
not inline, so we can't review it properly. Could you resend it with
"git send-email", so that it is sent inline ?

(Please don't send it inline manually with your e-mail client, because
it will most likely rewrap long lines and damage the patch).

That being said, the patch looks mostly good. A couple of comments
though:

 - The fields in the .hash file are not properly aligned. I.e, on the
   first hash there is only one space between "sha256" and the hash
   itself, and on the following lines, there are two spaces.

 - We really want the WF111_VERSION variable to be defined, so could
   you change the code to:

ifeq ($(BR2_ARM_CPU_ARMV7A),y)
WF111_VERSION = $(WF111_VERSION_ARM)
...
else ifeq ($(BR2_ARM_CPU_ARMV5),y)
WF111_VERSION = $(WF111_VERSION_ARM)
...
else
WF111_VERSION = $(WF111_VERSION_X86)
...
endif

or alternatively:

ifeq ($(BR2_ARM_CPU_ARMV7A)$(BR2_ARM_CPU_ARMV5),y)
WF111_VERSION = 5.2.2-r4
else
WF111_VERSION = 5.2.2-r3
endif

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

      reply	other threads:[~2018-08-14 12:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-14  7:35 [Buildroot] [PATCH 1/1] wf111: ARM bumped to 5.2.2-r4 Geert Visser
2018-08-14 12:08 ` Thomas Petazzoni [this message]

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=20180814140819.6f5d53b7@windsurf \
    --to=thomas.petazzoni@bootlin.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox