* [Buildroot] [PATCH] configs: beaglebone: bump kernel version to 4.4.32
@ 2017-01-18 8:33 Lothar Felten
2017-01-19 22:35 ` Romain Naour
2017-01-24 5:27 ` Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: Lothar Felten @ 2017-01-18 8:33 UTC (permalink / raw)
To: buildroot
Switch to Linux kernel version 4.4.32 from the TI SDK 03.02.00.05
Signed-off-by: Lothar Felten <lothar.felten@gmail.com>
---
configs/beaglebone_defconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configs/beaglebone_defconfig b/configs/beaglebone_defconfig
index eefa81c..6fe3a5e 100644
--- a/configs/beaglebone_defconfig
+++ b/configs/beaglebone_defconfig
@@ -1,13 +1,13 @@
BR2_arm=y
BR2_cortex_a8=y
BR2_GLOBAL_PATCH_DIR="board/beaglebone/patches"
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_1=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y
BR2_TARGET_GENERIC_GETTY_PORT="ttyO0"
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/beaglebone/post-image.sh"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://git.ti.com/processor-sdk/processor-sdk-linux.git"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="52c4aa7cdb93d61f8008f380135beaf7b8fa6593"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="adde2ca9f86797071f6e7b2b9e779fa5e4a8f3cd"
BR2_LINUX_KERNEL_DEFCONFIG="omap2plus"
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-evm am335x-bone am335x-boneblack am335x-evmsk"
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] configs: beaglebone: bump kernel version to 4.4.32
2017-01-18 8:33 [Buildroot] [PATCH] configs: beaglebone: bump kernel version to 4.4.32 Lothar Felten
@ 2017-01-19 22:35 ` Romain Naour
2017-01-24 5:27 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Romain Naour @ 2017-01-19 22:35 UTC (permalink / raw)
To: buildroot
Hi Lothar,
Le 18/01/2017 ? 09:33, Lothar Felten a ?crit :
> Switch to Linux kernel version 4.4.32 from the TI SDK 03.02.00.05
>
> Signed-off-by: Lothar Felten <lothar.felten@gmail.com>
Thanks for this test, I'll remove my previous patch fixing the BBB 4.1.6 kernel
with gcc6.
Reviewed-by: Romain Naour <romain.naour@gmail.com>
Best regards,
Romain
> ---
> configs/beaglebone_defconfig | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/configs/beaglebone_defconfig b/configs/beaglebone_defconfig
> index eefa81c..6fe3a5e 100644
> --- a/configs/beaglebone_defconfig
> +++ b/configs/beaglebone_defconfig
> @@ -1,13 +1,13 @@
> BR2_arm=y
> BR2_cortex_a8=y
> BR2_GLOBAL_PATCH_DIR="board/beaglebone/patches"
> -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_1=y
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y
> BR2_TARGET_GENERIC_GETTY_PORT="ttyO0"
> BR2_ROOTFS_POST_IMAGE_SCRIPT="board/beaglebone/post-image.sh"
> BR2_LINUX_KERNEL=y
> BR2_LINUX_KERNEL_CUSTOM_GIT=y
> BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://git.ti.com/processor-sdk/processor-sdk-linux.git"
> -BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="52c4aa7cdb93d61f8008f380135beaf7b8fa6593"
> +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="adde2ca9f86797071f6e7b2b9e779fa5e4a8f3cd"
> BR2_LINUX_KERNEL_DEFCONFIG="omap2plus"
> BR2_LINUX_KERNEL_DTS_SUPPORT=y
> BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-evm am335x-bone am335x-boneblack am335x-evmsk"
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] configs: beaglebone: bump kernel version to 4.4.32
2017-01-18 8:33 [Buildroot] [PATCH] configs: beaglebone: bump kernel version to 4.4.32 Lothar Felten
2017-01-19 22:35 ` Romain Naour
@ 2017-01-24 5:27 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2017-01-24 5:27 UTC (permalink / raw)
To: buildroot
Hello,
On Wed, 18 Jan 2017 09:33:46 +0100, Lothar Felten wrote:
> Switch to Linux kernel version 4.4.32 from the TI SDK 03.02.00.05
>
> Signed-off-by: Lothar Felten <lothar.felten@gmail.com>
> ---
> configs/beaglebone_defconfig | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-01-24 5:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-18 8:33 [Buildroot] [PATCH] configs: beaglebone: bump kernel version to 4.4.32 Lothar Felten
2017-01-19 22:35 ` Romain Naour
2017-01-24 5:27 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox