All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2] configs/warp7: bump to Linux 5.0.9 and U-Boot 2019.01
@ 2019-04-24 20:46 Pierre-Jean Texier
  2019-04-24 20:57 ` Thomas Petazzoni
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Pierre-Jean Texier @ 2019-04-24 20:46 UTC (permalink / raw)
  To: buildroot

This commit bumps Linux & Linux-headers to 5.0 and U-Boot to version 2019.01

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
---
Changes v1 -> v2:
  - Bump Kernel from 5.0.0 to 5.0.9  (suggested by Fabio Estevam)
  
 configs/warp7_defconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/configs/warp7_defconfig b/configs/warp7_defconfig
index 95e538f..8acd730 100644
--- a/configs/warp7_defconfig
+++ b/configs/warp7_defconfig
@@ -3,8 +3,8 @@ BR2_arm=y
 BR2_cortex_a7=y
 BR2_ARM_FPU_NEON_VFPV4=y
 
-# Linux headers same as kernel, a 4.16 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_16=y
+# Linux headers same as kernel, a 5.0 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_0=y
 
 # system
 BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
@@ -15,7 +15,7 @@ BR2_ROOTFS_OVERLAY="board/warp7/rootfs_overlay"
 # Kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.16.3"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.0.9"
 BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx7s-warp"
@@ -25,7 +25,7 @@ BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BOARDNAME="warp7"
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2018.03"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.01"
 BR2_TARGET_UBOOT_FORMAT_IMX=y
 
 # wifi firmware for brcm43430
-- 
2.7.4

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

* [Buildroot] [PATCH v2] configs/warp7: bump to Linux 5.0.9 and U-Boot 2019.01
  2019-04-24 20:46 [Buildroot] [PATCH v2] configs/warp7: bump to Linux 5.0.9 and U-Boot 2019.01 Pierre-Jean Texier
@ 2019-04-24 20:57 ` Thomas Petazzoni
  2019-04-24 21:02   ` Pierre-Jean Texier
  2019-04-24 22:24 ` Fabio Estevam
  2019-04-26  7:14 ` Thomas Petazzoni
  2 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2019-04-24 20:57 UTC (permalink / raw)
  To: buildroot

On Wed, 24 Apr 2019 22:46:57 +0200
Pierre-Jean Texier <pjtexier@koncepto.io> wrote:

> This commit bumps Linux & Linux-headers to 5.0 and U-Boot to version 2019.01
> 
> Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>

I think Fabio also suggested to use U-Boot 2019.04 ?

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

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

* [Buildroot] [PATCH v2] configs/warp7: bump to Linux 5.0.9 and U-Boot 2019.01
  2019-04-24 20:57 ` Thomas Petazzoni
@ 2019-04-24 21:02   ` Pierre-Jean Texier
  0 siblings, 0 replies; 5+ messages in thread
From: Pierre-Jean Texier @ 2019-04-24 21:02 UTC (permalink / raw)
  To: buildroot

Thomas,

Le 24/04/2019 ? 22:57, Thomas Petazzoni a ?crit?:
> On Wed, 24 Apr 2019 22:46:57 +0200
> Pierre-Jean Texier <pjtexier@koncepto.io> wrote:
>
>> This commit bumps Linux & Linux-headers to 5.0 and U-Boot to version 2019.01
>>
>> Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
> I think Fabio also suggested to use U-Boot 2019.04 ?
>
> Thomas


Yes indeed, but there is a known issue with 2019.04 (see [1]).

Fabio also told me to keep 2019.01 for now and bump only the Linux version.


Thanks


[1] http://patchwork.ozlabs.org/patch/1084912/

--

Signature
<https://koncepto.io> 	

*Pierre-Jean Texier*
Co-founder and Embedded Linux expert 
<https://www.linkedin.com/in/pjtexier-embeedlinux/>

pjtexier at koncepto.io <mailto:pjtexier@koncepto.io>
+33 6 27 47 58 58

*Koncepto* <https://koncepto.io> *- We develop your embedded ideas*

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20190424/c4906949/attachment.html>

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

* [Buildroot] [PATCH v2] configs/warp7: bump to Linux 5.0.9 and U-Boot 2019.01
  2019-04-24 20:46 [Buildroot] [PATCH v2] configs/warp7: bump to Linux 5.0.9 and U-Boot 2019.01 Pierre-Jean Texier
  2019-04-24 20:57 ` Thomas Petazzoni
@ 2019-04-24 22:24 ` Fabio Estevam
  2019-04-26  7:14 ` Thomas Petazzoni
  2 siblings, 0 replies; 5+ messages in thread
From: Fabio Estevam @ 2019-04-24 22:24 UTC (permalink / raw)
  To: buildroot

On Wed, Apr 24, 2019 at 5:47 PM Pierre-Jean Texier <pjtexier@koncepto.io> wrote:
>
> This commit bumps Linux & Linux-headers to 5.0 and U-Boot to version 2019.01
>
> Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
> ---
> Changes v1 -> v2:
>   - Bump Kernel from 5.0.0 to 5.0.9  (suggested by Fabio Estevam)

Reviewed-by: Fabio Estevam <festevam@gmail.com>

Thanks

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

* [Buildroot] [PATCH v2] configs/warp7: bump to Linux 5.0.9 and U-Boot 2019.01
  2019-04-24 20:46 [Buildroot] [PATCH v2] configs/warp7: bump to Linux 5.0.9 and U-Boot 2019.01 Pierre-Jean Texier
  2019-04-24 20:57 ` Thomas Petazzoni
  2019-04-24 22:24 ` Fabio Estevam
@ 2019-04-26  7:14 ` Thomas Petazzoni
  2 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2019-04-26  7:14 UTC (permalink / raw)
  To: buildroot

On Wed, 24 Apr 2019 22:46:57 +0200
Pierre-Jean Texier <pjtexier@koncepto.io> wrote:

> This commit bumps Linux & Linux-headers to 5.0 and U-Boot to version 2019.01
> 
> Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
> ---
> Changes v1 -> v2:
>   - Bump Kernel from 5.0.0 to 5.0.9  (suggested by Fabio Estevam)
>   
>  configs/warp7_defconfig | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)

Applied to master, thanks.

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

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

end of thread, other threads:[~2019-04-26  7:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-24 20:46 [Buildroot] [PATCH v2] configs/warp7: bump to Linux 5.0.9 and U-Boot 2019.01 Pierre-Jean Texier
2019-04-24 20:57 ` Thomas Petazzoni
2019-04-24 21:02   ` Pierre-Jean Texier
2019-04-24 22:24 ` Fabio Estevam
2019-04-26  7:14 ` 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.