All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] Added beaglebone-green-wireless device tree to beaglebone_defconfig and genimage.cfg
@ 2023-01-23 15:56 Ramon Crichlow
  2023-01-30 21:49 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Ramon Crichlow @ 2023-01-23 15:56 UTC (permalink / raw)
  To: buildroot; +Cc: Ramon Crichlow, Lothar Felten

Signed-off-by: Ramon Crichlow <rcrichlow9000@gmail.com>
---
 board/beaglebone/genimage.cfg | 1 +
 configs/beaglebone_defconfig  | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/board/beaglebone/genimage.cfg b/board/beaglebone/genimage.cfg
index 42ca2cf107..987d205075 100644
--- a/board/beaglebone/genimage.cfg
+++ b/board/beaglebone/genimage.cfg
@@ -11,6 +11,7 @@ image boot.vfat {
 			"am335x-boneblack.dtb",
 			"am335x-bonegreen.dtb",
 			"am335x-boneblack-wireless.dtb",
+			"am335x-bonegreen-wireless.dtb",
 		}
 	}
 
diff --git a/configs/beaglebone_defconfig b/configs/beaglebone_defconfig
index 06154d98b7..639b491e97 100644
--- a/configs/beaglebone_defconfig
+++ b/configs/beaglebone_defconfig
@@ -23,7 +23,7 @@ BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,beagleboard,linux,5.10.30-ti-r3)/linux-5.10.30-ti-r3.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="omap2plus"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-evm am335x-bone am335x-boneblack am335x-bonegreen am335x-evmsk am335x-boneblue am335x-boneblack-wireless"
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-evm am335x-bone am335x-boneblack am335x-bonegreen am335x-evmsk am335x-boneblue am335x-boneblack-wireless am335x-bonegreen-wireless"
 BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 
 # Filesystem
-- 
2.30.2

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

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

* Re: [Buildroot] [PATCH 1/1] Added beaglebone-green-wireless device tree to beaglebone_defconfig and genimage.cfg
  2023-01-23 15:56 [Buildroot] [PATCH 1/1] Added beaglebone-green-wireless device tree to beaglebone_defconfig and genimage.cfg Ramon Crichlow
@ 2023-01-30 21:49 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-01-30 21:49 UTC (permalink / raw)
  To: Ramon Crichlow; +Cc: Lothar Felten, buildroot

On Mon, 23 Jan 2023 09:56:59 -0600
Ramon Crichlow <rcrichlow9000@gmail.com> wrote:

> Signed-off-by: Ramon Crichlow <rcrichlow9000@gmail.com>
> ---
>  board/beaglebone/genimage.cfg | 1 +
>  configs/beaglebone_defconfig  | 2 +-
>  2 files changed, 2 insertions(+), 1 deletion(-)

Thanks, I have applied this patch to master, after reworking the commit
title/log:

  https://gitlab.com/buildroot.org/buildroot/-/commit/fd1d0a9cbf6de2c30fcfcc181b466a5f2b44dc54

I also pushed a followup commit that updates
board/beaglebone/readme.txt:

  https://gitlab.com/buildroot.org/buildroot/-/commit/faa299ff8c94bea11345071a3d1d05c2681c2cdd

Best regards,

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

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

end of thread, other threads:[~2023-01-30 21:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-23 15:56 [Buildroot] [PATCH 1/1] Added beaglebone-green-wireless device tree to beaglebone_defconfig and genimage.cfg Ramon Crichlow
2023-01-30 21:49 ` Thomas Petazzoni via buildroot

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.