All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] configs/beaglebone_qt5_defconfig: build am335x-bonegreen-wireless
@ 2023-07-11  9:44 Lothar Felten
  2023-07-11 17:20 ` Yann E. MORIN
  2023-08-25 13:09 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Lothar Felten @ 2023-07-11  9:44 UTC (permalink / raw)
  To: buildroot; +Cc: Lothar Felten

  Build the am335x-bonegreen-wireless.dtb device tree.
  The genimage script which is shared between beaglebone and
  beaglebone_qt5 was updated to support the bonegreen-wireless.

Signed-off-by: Lothar Felten <lothar.felten@gmail.com>
---
 configs/beaglebone_qt5_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/beaglebone_qt5_defconfig b/configs/beaglebone_qt5_defconfig
index ff03a05a8e..0038acfcfd 100644
--- a/configs/beaglebone_qt5_defconfig
+++ b/configs/beaglebone_qt5_defconfig
@@ -15,7 +15,7 @@ BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,beagleboard,linux,4.19.7
 BR2_LINUX_KERNEL_DEFCONFIG="omap2plus"
 BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/beaglebone/linux-sgx.fragment"
 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
 BR2_PACKAGE_FBV=y
 BR2_PACKAGE_QT5=y
-- 
2.39.2

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

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

* Re: [Buildroot] [PATCH 1/1] configs/beaglebone_qt5_defconfig: build am335x-bonegreen-wireless
  2023-07-11  9:44 [Buildroot] [PATCH 1/1] configs/beaglebone_qt5_defconfig: build am335x-bonegreen-wireless Lothar Felten
@ 2023-07-11 17:20 ` Yann E. MORIN
  2023-08-25 13:09 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2023-07-11 17:20 UTC (permalink / raw)
  To: Lothar Felten; +Cc: buildroot

Lothar, All,

On 2023-07-11 11:44 +0200, Lothar Felten spake thusly:
>   Build the am335x-bonegreen-wireless.dtb device tree.
>   The genimage script which is shared between beaglebone and
>   beaglebone_qt5 was updated to support the bonegreen-wireless.
> 
> Signed-off-by: Lothar Felten <lothar.felten@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  configs/beaglebone_qt5_defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configs/beaglebone_qt5_defconfig b/configs/beaglebone_qt5_defconfig
> index ff03a05a8e..0038acfcfd 100644
> --- a/configs/beaglebone_qt5_defconfig
> +++ b/configs/beaglebone_qt5_defconfig
> @@ -15,7 +15,7 @@ BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,beagleboard,linux,4.19.7
>  BR2_LINUX_KERNEL_DEFCONFIG="omap2plus"
>  BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/beaglebone/linux-sgx.fragment"
>  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
>  BR2_PACKAGE_FBV=y
>  BR2_PACKAGE_QT5=y
> -- 
> 2.39.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] configs/beaglebone_qt5_defconfig: build am335x-bonegreen-wireless
  2023-07-11  9:44 [Buildroot] [PATCH 1/1] configs/beaglebone_qt5_defconfig: build am335x-bonegreen-wireless Lothar Felten
  2023-07-11 17:20 ` Yann E. MORIN
@ 2023-08-25 13:09 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2023-08-25 13:09 UTC (permalink / raw)
  To: Lothar Felten; +Cc: buildroot

>>>>> "Lothar" == Lothar Felten <lothar.felten@gmail.com> writes:

 >   Build the am335x-bonegreen-wireless.dtb device tree.
 >   The genimage script which is shared between beaglebone and
 >   beaglebone_qt5 was updated to support the bonegreen-wireless.

 > Signed-off-by: Lothar Felten <lothar.felten@gmail.com>

Committed to 2023.02.x and 2023.05.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-08-25 13:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-11  9:44 [Buildroot] [PATCH 1/1] configs/beaglebone_qt5_defconfig: build am335x-bonegreen-wireless Lothar Felten
2023-07-11 17:20 ` Yann E. MORIN
2023-08-25 13:09 ` Peter Korsgaard

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.