All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1 1/2] configs/raspberrypicm4io_defconfig: fix typo (missing '=y')
@ 2021-06-08 19:47 Peter Seiderer
  2021-06-08 19:47 ` [Buildroot] [PATCH v1 2/2] configs/raspberrypicm4io_64_defconfig: " Peter Seiderer
  2021-07-18 20:36 ` [Buildroot] [PATCH v1 1/2] configs/raspberrypicm4io_defconfig: " Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Seiderer @ 2021-06-08 19:47 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 configs/raspberrypicm4io_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/raspberrypicm4io_defconfig b/configs/raspberrypicm4io_defconfig
index cba07a9064..73dae90c3d 100644
--- a/configs/raspberrypicm4io_defconfig
+++ b/configs/raspberrypicm4io_defconfig
@@ -29,7 +29,7 @@ BR2_PACKAGE_HOST_GENIMAGE=y
 BR2_PACKAGE_HOST_MTOOLS=y
 
 # Required tool to flash CM4 eMMC memory
-BR2_PACKAGE_HOST_RASPBERRYPI_USBBOOT
+BR2_PACKAGE_HOST_RASPBERRYPI_USBBOOT=y
 
 # Filesystem / image
 BR2_TARGET_ROOTFS_EXT2=y
-- 
2.31.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH v1 2/2] configs/raspberrypicm4io_64_defconfig: fix typo (missing '=y')
  2021-06-08 19:47 [Buildroot] [PATCH v1 1/2] configs/raspberrypicm4io_defconfig: fix typo (missing '=y') Peter Seiderer
@ 2021-06-08 19:47 ` Peter Seiderer
  2021-07-18 20:36 ` [Buildroot] [PATCH v1 1/2] configs/raspberrypicm4io_defconfig: " Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Seiderer @ 2021-06-08 19:47 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 configs/raspberrypicm4io_64_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/raspberrypicm4io_64_defconfig b/configs/raspberrypicm4io_64_defconfig
index 66a9332fe5..b82d5f3b49 100644
--- a/configs/raspberrypicm4io_64_defconfig
+++ b/configs/raspberrypicm4io_64_defconfig
@@ -29,7 +29,7 @@ BR2_PACKAGE_HOST_GENIMAGE=y
 BR2_PACKAGE_HOST_MTOOLS=y
 
 # Required tool to flash CM4 eMMC memory
-BR2_PACKAGE_HOST_RASPBERRYPI_USBBOOT
+BR2_PACKAGE_HOST_RASPBERRYPI_USBBOOT=y
 
 # Filesystem / image
 BR2_TARGET_ROOTFS_EXT2=y
-- 
2.31.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH v1 1/2] configs/raspberrypicm4io_defconfig: fix typo (missing '=y')
  2021-06-08 19:47 [Buildroot] [PATCH v1 1/2] configs/raspberrypicm4io_defconfig: fix typo (missing '=y') Peter Seiderer
  2021-06-08 19:47 ` [Buildroot] [PATCH v1 2/2] configs/raspberrypicm4io_64_defconfig: " Peter Seiderer
@ 2021-07-18 20:36 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2021-07-18 20:36 UTC (permalink / raw)
  To: buildroot

On Tue,  8 Jun 2021 21:47:21 +0200
Peter Seiderer <ps.report@gmx.net> wrote:

> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
>  configs/raspberrypicm4io_defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Both applied, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-07-18 20:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-08 19:47 [Buildroot] [PATCH v1 1/2] configs/raspberrypicm4io_defconfig: fix typo (missing '=y') Peter Seiderer
2021-06-08 19:47 ` [Buildroot] [PATCH v1 2/2] configs/raspberrypicm4io_64_defconfig: " Peter Seiderer
2021-07-18 20:36 ` [Buildroot] [PATCH v1 1/2] configs/raspberrypicm4io_defconfig: " Thomas Petazzoni

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.