All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] configs/ts4900: bump kernel version to 4.12
@ 2017-08-31 20:29 Mathieu Audat
  2017-09-02 20:50 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Mathieu Audat @ 2017-08-31 20:29 UTC (permalink / raw)
  To: buildroot

ts4900 defconfig is upstream in Linux since v4.9:
       a2f1145 ARM: dts: TS-4900: add basic device tree

Bump kernel version to v4.12 and use the upstreamed defconfig
imx_v6_v7.

Signed-off-by: Mathieu Audat <mathieu.audat@savoirfairelinux.com>
---
 configs/ts4900_defconfig | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/configs/ts4900_defconfig b/configs/ts4900_defconfig
index 7d5d02b..082234f 100644
--- a/configs/ts4900_defconfig
+++ b/configs/ts4900_defconfig
@@ -1,12 +1,9 @@
 BR2_arm=y
 BR2_cortex_a9=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_1=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_12=y
 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/technologic/ts4900/post-image.sh"
 BR2_LINUX_KERNEL=y
-BR2_LINUX_KERNEL_CUSTOM_GIT=y
-BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/embeddedarm/linux-3.10.17-imx6.git"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="70d1e85a22879e27cc9e36384438d5a9793e44b0"
-BR2_LINUX_KERNEL_DEFCONFIG="imx_v7"
+BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7"
 BR2_LINUX_KERNEL_UIMAGE=y
 BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x10008000"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
-- 
2.7.4

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

* [Buildroot] [PATCH] configs/ts4900: bump kernel version to 4.12
  2017-08-31 20:29 [Buildroot] [PATCH] configs/ts4900: bump kernel version to 4.12 Mathieu Audat
@ 2017-09-02 20:50 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-09-02 20:50 UTC (permalink / raw)
  To: buildroot

Hello,

On Thu, 31 Aug 2017 16:29:31 -0400, Mathieu Audat wrote:
> ts4900 defconfig is upstream in Linux since v4.9:
>        a2f1145 ARM: dts: TS-4900: add basic device tree
> 
> Bump kernel version to v4.12 and use the upstreamed defconfig
> imx_v6_v7.
> 
> Signed-off-by: Mathieu Audat <mathieu.audat@savoirfairelinux.com>
> ---
>  configs/ts4900_defconfig | 7 ++-----
>  1 file changed, 2 insertions(+), 5 deletions(-)

Nice to see that the support is now upstream, great work!

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2017-09-02 20:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-31 20:29 [Buildroot] [PATCH] configs/ts4900: bump kernel version to 4.12 Mathieu Audat
2017-09-02 20:50 ` 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.