All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yang Li <yang.li@amlogic.com>
To: <buildroot@buildroot.org>
Cc: bernd@kuhls.net, Yang Li <yang.li@amlogic.com>, yann.morin.1998@free.fr
Subject: [Buildroot] [PATCH] package/linux-firmware: change Amlogic Bluetooth binary path
Date: Tue, 2 Jul 2024 20:17:37 +0800	[thread overview]
Message-ID: <20240702121745.3445375-1-yang.li@amlogic.com> (raw)

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

Signed-off-by: Yang Li <yang.li@amlogic.com>
---
 package/linux-firmware/linux-firmware.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk
index 13dbc6d98c..22ebecf6c6 100644
--- a/package/linux-firmware/linux-firmware.mk
+++ b/package/linux-firmware/linux-firmware.mk
@@ -53,7 +53,7 @@ endif
 
 # Amlogic SoC Bluetooth
 ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_AMLOGIC),y)
-LINUX_FIRMWARE_FILES += amlogic/bluetooth/*.bin
+LINUX_FIRMWARE_FILES += amlogic/aml_*
 LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENSE.amlogic
 endif
 
-- 
2.42.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

             reply	other threads:[~2024-07-02 12:18 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-02 12:17 Yang Li [this message]
2024-07-09 21:32 ` [Buildroot] [PATCH] package/linux-firmware: change Amlogic Bluetooth binary path Thomas Petazzoni via buildroot
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=20240702121745.3445375-1-yang.li@amlogic.com \
    --to=yang.li@amlogic.com \
    --cc=bernd@kuhls.net \
    --cc=buildroot@buildroot.org \
    --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.