diff mbox

[3/3] configs: pandaboard: bump kernel to 4.5

Message ID 1458077996-15549-3-git-send-email-peter@korsgaard.com
State Accepted
Commit d5dd3cb97d64c5b383133798e0b0dbd5ef0b7d10
Headers show

Commit Message

Peter Korsgaard March 15, 2016, 9:39 p.m. UTC
Notice: We cannot move to u-boot 2016.03 without changing the boot setup as
2016.03 broke legacy boot on omap4.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 configs/pandaboard_defconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Yann E. MORIN March 15, 2016, 9:58 p.m. UTC | #1
Peter, All,

On 2016-03-15 22:39 +0100, Peter Korsgaard spake thusly:
> Notice: We cannot move to u-boot 2016.03 without changing the boot setup as
> 2016.03 broke legacy boot on omap4.
> 
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  configs/pandaboard_defconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/configs/pandaboard_defconfig b/configs/pandaboard_defconfig
> index 3727e3d..973d41d 100644
> --- a/configs/pandaboard_defconfig
> +++ b/configs/pandaboard_defconfig
> @@ -2,14 +2,14 @@ BR2_arm=y
>  BR2_cortex_a9=y
>  BR2_ARM_ENABLE_NEON=y
>  BR2_ARM_ENABLE_VFP=y
> -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_5=y
>  BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
>  BR2_TARGET_GENERIC_GETTY_PORT="ttyO2"
>  BR2_SYSTEM_DHCP="eth0"
>  BR2_ROOTFS_POST_IMAGE_SCRIPT="board/pandaboard/post-image.sh"
>  BR2_LINUX_KERNEL=y
>  BR2_LINUX_KERNEL_CUSTOM_VERSION=y
> -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.4.3"
> +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.5"
>  BR2_LINUX_KERNEL_DEFCONFIG="omap2plus"
>  BR2_LINUX_KERNEL_ZIMAGE=y
>  BR2_LINUX_KERNEL_DTS_SUPPORT=y
> -- 
> 2.7.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Thomas Petazzoni July 26, 2019, 2:38 p.m. UTC | #2
Hello Peter,

On Tue, 15 Mar 2016 22:39:56 +0100
Peter Korsgaard <peter@korsgaard.com> wrote:

> Notice: We cannot move to u-boot 2016.03 without changing the boot setup as
> 2016.03 broke legacy boot on omap4.
> 
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

You are the last one who bumped this defconfig, and now it fails to
build with gcc 8.x:

https://gitlab.com/buildroot.org/buildroot/-/jobs/259853955

Probably needs another update of the kernel :-)

Thanks!

Thomas
Peter Korsgaard July 30, 2019, 12:37 p.m. UTC | #3
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > Hello Peter,
 > On Tue, 15 Mar 2016 22:39:56 +0100
 > Peter Korsgaard <peter@korsgaard.com> wrote:

 >> Notice: We cannot move to u-boot 2016.03 without changing the boot setup as
 >> 2016.03 broke legacy boot on omap4.
 >> 
 >> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

 > You are the last one who bumped this defconfig, and now it fails to
 > build with gcc 8.x:

 > https://gitlab.com/buildroot.org/buildroot/-/jobs/259853955

 > Probably needs another update of the kernel :-)

Indeed. I've dug out my pandaboard from under the dust and send a patch
bumping the kernel to 4.19:

https://patchwork.ozlabs.org/patch/1138954/

Thanks!
diff mbox

Patch

diff --git a/configs/pandaboard_defconfig b/configs/pandaboard_defconfig
index 3727e3d..973d41d 100644
--- a/configs/pandaboard_defconfig
+++ b/configs/pandaboard_defconfig
@@ -2,14 +2,14 @@  BR2_arm=y
 BR2_cortex_a9=y
 BR2_ARM_ENABLE_NEON=y
 BR2_ARM_ENABLE_VFP=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_5=y
 BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
 BR2_TARGET_GENERIC_GETTY_PORT="ttyO2"
 BR2_SYSTEM_DHCP="eth0"
 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/pandaboard/post-image.sh"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.4.3"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.5"
 BR2_LINUX_KERNEL_DEFCONFIG="omap2plus"
 BR2_LINUX_KERNEL_ZIMAGE=y
 BR2_LINUX_KERNEL_DTS_SUPPORT=y