All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Yang Li <yang.li@amlogic.com>
Cc: bernd@kuhls.net, yann.morin.1998@free.fr, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH] package/linux-firmware: change Amlogic Bluetooth binary path
Date: Tue, 9 Jul 2024 23:32:46 +0200	[thread overview]
Message-ID: <20240709233246.4026b6f8@windsurf> (raw)
In-Reply-To: <20240702121745.3445375-1-yang.li@amlogic.com>

Hello Yang,

Thanks for your patch, which I have applied, after doing some changes,
see below.

On Tue, 2 Jul 2024 20:17:37 +0800
Yang Li <yang.li@amlogic.com> wrote:

> remove bluetooth subdirectory, and use generic pattern aml_*
> to install all bluetooth binary.

This commit log was not sufficient. It does not explain since when the
bluetooth/ directory has been removed. This information is absolutely
*critical* as it allows us to figure out whether this fix needs to be
backported or not to previous version of Buildroot. Therefore, I have
changed the commit log to:

    package/linux-firmware: change Amlogic Bluetooth binary path
    
    Since upstream commit 7d931f8afa51d83e9eaee3a3f449bc2f86a5edf3, which
    first appeared in linux-firmware 20240709, the amlogic bluetooth
    firmware files have been moved from amlogic/bluetooth/ to directly
    amlogic/.

>  # Amlogic SoC Bluetooth
>  ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_AMLOGIC),y)
> -LINUX_FIRMWARE_FILES += amlogic/bluetooth/*.bin
> +LINUX_FIRMWARE_FILES += amlogic/aml_*

The change from *.bin to aml_* looked unnecessary. As far as I can see,
all files still have a .bin extension, so this change looked
gratuitous, and was not explained in the commit log. So I kept the
*.bin for now. If needed a future commit can be made, with a proper
explanation as to why aml_* is a better wildcard.

Thanks!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2024-07-09 21:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-02 12:17 [Buildroot] [PATCH] package/linux-firmware: change Amlogic Bluetooth binary path Yang Li
2024-07-09 21:32 ` Thomas Petazzoni via buildroot [this message]
2024-07-10  2:06   ` Yang Li
2024-07-13 11:04   ` Peter Korsgaard
  -- strict thread matches above, loose matches on Subject: below --
2024-06-27  2:18 Yang Li
2024-06-19  8:10 Yang Li

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=20240709233246.4026b6f8@windsurf \
    --to=buildroot@buildroot.org \
    --cc=bernd@kuhls.net \
    --cc=thomas.petazzoni@bootlin.com \
    --cc=yang.li@amlogic.com \
    --cc=yann.morin.1998@free.fr \
    /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.