Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] configs:nitrogen{6sx, 6x, 7, 8m}: fix typo in kernel headers version
@ 2020-02-29 22:45 Romain Naour
  2020-03-01  7:31 ` Yann E. MORIN
  2020-03-02  8:52 ` Gary Bisson
  0 siblings, 2 replies; 4+ messages in thread
From: Romain Naour @ 2020-02-29 22:45 UTC (permalink / raw)
  To: buildroot

A typo has been introduced during the last version bump [1].

[1] 00252b101a86ef136fc4afc045ba16324cbccb3b

Fixes:
[nitrogen6sx]
https://gitlab.com/buildroot.org/buildroot/-/jobs/454255632
[nitrogen6x]
https://gitlab.com/buildroot.org/buildroot/-/jobs/454255635
[nitrogen7]
https://gitlab.com/buildroot.org/buildroot/-/jobs/454255638
[nitrogen6m8]
https://gitlab.com/buildroot.org/buildroot/-/jobs/454255640

Signed-off-by: Romain Naour <romain.naour@smile.fr>
Cc: Gary Bisson <bisson.gary@gmail.com>
---
 configs/nitrogen6sx_defconfig | 2 +-
 configs/nitrogen6x_defconfig  | 2 +-
 configs/nitrogen7_defconfig   | 2 +-
 configs/nitrogen8m_defconfig  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/configs/nitrogen6sx_defconfig b/configs/nitrogen6sx_defconfig
index e8a375fe7c..29fa4dff61 100644
--- a/configs/nitrogen6sx_defconfig
+++ b/configs/nitrogen6sx_defconfig
@@ -18,7 +18,7 @@ BR2_TARGET_ROOTFS_EXT2=y
 BR2_TARGET_ROOTFS_EXT2_4=y
 
 # Linux headers same as kernel, a 4.14 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4.14=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y
 
 # bootloader
 BR2_TARGET_UBOOT=y
diff --git a/configs/nitrogen6x_defconfig b/configs/nitrogen6x_defconfig
index 9dc47439cd..5a53caed99 100644
--- a/configs/nitrogen6x_defconfig
+++ b/configs/nitrogen6x_defconfig
@@ -18,7 +18,7 @@ BR2_TARGET_ROOTFS_EXT2=y
 BR2_TARGET_ROOTFS_EXT2_4=y
 
 # Linux headers same as kernel, a 4.14 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4.14=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y
 
 # bootloader
 BR2_TARGET_UBOOT=y
diff --git a/configs/nitrogen7_defconfig b/configs/nitrogen7_defconfig
index f64f011b86..a7cd8a10e1 100644
--- a/configs/nitrogen7_defconfig
+++ b/configs/nitrogen7_defconfig
@@ -17,7 +17,7 @@ BR2_TARGET_ROOTFS_EXT2=y
 BR2_TARGET_ROOTFS_EXT2_4=y
 
 # Linux headers same as kernel, a 4.14 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4.14=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y
 
 # bootloader
 BR2_TARGET_UBOOT=y
diff --git a/configs/nitrogen8m_defconfig b/configs/nitrogen8m_defconfig
index 4c99e566b7..21402162f5 100644
--- a/configs/nitrogen8m_defconfig
+++ b/configs/nitrogen8m_defconfig
@@ -18,7 +18,7 @@ BR2_TARGET_ROOTFS_EXT2=y
 BR2_TARGET_ROOTFS_EXT2_4=y
 
 # Linux headers same as kernel, a 4.14 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4.14=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y
 
 # DDR training binaries
 BR2_PACKAGE_FREESCALE_IMX=y
-- 
2.24.1

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

* [Buildroot] [PATCH] configs:nitrogen{6sx, 6x, 7, 8m}: fix typo in kernel headers version
  2020-02-29 22:45 [Buildroot] [PATCH] configs:nitrogen{6sx, 6x, 7, 8m}: fix typo in kernel headers version Romain Naour
@ 2020-03-01  7:31 ` Yann E. MORIN
  2020-03-02  8:52 ` Gary Bisson
  1 sibling, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2020-03-01  7:31 UTC (permalink / raw)
  To: buildroot

Romain, All,

On 2020-02-29 23:45 +0100, Romain Naour spake thusly:
> A typo has been introduced during the last version bump [1].
> 
> [1] 00252b101a86ef136fc4afc045ba16324cbccb3b
> 
> Fixes:
> [nitrogen6sx]
> https://gitlab.com/buildroot.org/buildroot/-/jobs/454255632
> [nitrogen6x]
> https://gitlab.com/buildroot.org/buildroot/-/jobs/454255635
> [nitrogen7]
> https://gitlab.com/buildroot.org/buildroot/-/jobs/454255638
> [nitrogen6m8]
> https://gitlab.com/buildroot.org/buildroot/-/jobs/454255640
> 
> Signed-off-by: Romain Naour <romain.naour@smile.fr>
> Cc: Gary Bisson <bisson.gary@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  configs/nitrogen6sx_defconfig | 2 +-
>  configs/nitrogen6x_defconfig  | 2 +-
>  configs/nitrogen7_defconfig   | 2 +-
>  configs/nitrogen8m_defconfig  | 2 +-
>  4 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/configs/nitrogen6sx_defconfig b/configs/nitrogen6sx_defconfig
> index e8a375fe7c..29fa4dff61 100644
> --- a/configs/nitrogen6sx_defconfig
> +++ b/configs/nitrogen6sx_defconfig
> @@ -18,7 +18,7 @@ BR2_TARGET_ROOTFS_EXT2=y
>  BR2_TARGET_ROOTFS_EXT2_4=y
>  
>  # Linux headers same as kernel, a 4.14 series
> -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4.14=y
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y
>  
>  # bootloader
>  BR2_TARGET_UBOOT=y
> diff --git a/configs/nitrogen6x_defconfig b/configs/nitrogen6x_defconfig
> index 9dc47439cd..5a53caed99 100644
> --- a/configs/nitrogen6x_defconfig
> +++ b/configs/nitrogen6x_defconfig
> @@ -18,7 +18,7 @@ BR2_TARGET_ROOTFS_EXT2=y
>  BR2_TARGET_ROOTFS_EXT2_4=y
>  
>  # Linux headers same as kernel, a 4.14 series
> -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4.14=y
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y
>  
>  # bootloader
>  BR2_TARGET_UBOOT=y
> diff --git a/configs/nitrogen7_defconfig b/configs/nitrogen7_defconfig
> index f64f011b86..a7cd8a10e1 100644
> --- a/configs/nitrogen7_defconfig
> +++ b/configs/nitrogen7_defconfig
> @@ -17,7 +17,7 @@ BR2_TARGET_ROOTFS_EXT2=y
>  BR2_TARGET_ROOTFS_EXT2_4=y
>  
>  # Linux headers same as kernel, a 4.14 series
> -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4.14=y
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y
>  
>  # bootloader
>  BR2_TARGET_UBOOT=y
> diff --git a/configs/nitrogen8m_defconfig b/configs/nitrogen8m_defconfig
> index 4c99e566b7..21402162f5 100644
> --- a/configs/nitrogen8m_defconfig
> +++ b/configs/nitrogen8m_defconfig
> @@ -18,7 +18,7 @@ BR2_TARGET_ROOTFS_EXT2=y
>  BR2_TARGET_ROOTFS_EXT2_4=y
>  
>  # Linux headers same as kernel, a 4.14 series
> -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4.14=y
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y
>  
>  # DDR training binaries
>  BR2_PACKAGE_FREESCALE_IMX=y
> -- 
> 2.24.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/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.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH] configs:nitrogen{6sx, 6x, 7, 8m}: fix typo in kernel headers version
  2020-02-29 22:45 [Buildroot] [PATCH] configs:nitrogen{6sx, 6x, 7, 8m}: fix typo in kernel headers version Romain Naour
  2020-03-01  7:31 ` Yann E. MORIN
@ 2020-03-02  8:52 ` Gary Bisson
  2020-03-02 10:09   ` Romain Naour
  1 sibling, 1 reply; 4+ messages in thread
From: Gary Bisson @ 2020-03-02  8:52 UTC (permalink / raw)
  To: buildroot

Hi Romain,

On Sat, Feb 29, 2020 at 11:45:46PM +0100, Romain Naour wrote:
> A typo has been introduced during the last version bump [1].

Oops, bad sed command on my end :(

Thanks for the patch!
Gary

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

* [Buildroot] [PATCH] configs:nitrogen{6sx, 6x, 7, 8m}: fix typo in kernel headers version
  2020-03-02  8:52 ` Gary Bisson
@ 2020-03-02 10:09   ` Romain Naour
  0 siblings, 0 replies; 4+ messages in thread
From: Romain Naour @ 2020-03-02 10:09 UTC (permalink / raw)
  To: buildroot

Hi Gary,

Le 02/03/2020 ? 09:52, Gary Bisson a ?crit?:
> Hi Romain,
> 
> On Sat, Feb 29, 2020 at 11:45:46PM +0100, Romain Naour wrote:
>> A typo has been introduced during the last version bump [1].
> 
> Oops, bad sed command on my end :(

No problem, Thanks for maintaining Nitrogen boards :)

> 
> Thanks for the patch!

You're welcome,
Romain

> Gary
> 

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

end of thread, other threads:[~2020-03-02 10:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-29 22:45 [Buildroot] [PATCH] configs:nitrogen{6sx, 6x, 7, 8m}: fix typo in kernel headers version Romain Naour
2020-03-01  7:31 ` Yann E. MORIN
2020-03-02  8:52 ` Gary Bisson
2020-03-02 10:09   ` Romain Naour

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox