Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] odroidc2: bump kernel rev to 925e508d37c76848881a8c8f7e9b02abc5731d88
@ 2016-10-07  7:49 Dagg Stompler
  2016-10-07  9:40 ` Peter Korsgaard
  0 siblings, 1 reply; 5+ messages in thread
From: Dagg Stompler @ 2016-10-07  7:49 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Dagg Stompler <daggs@gmx.com>
---
 configs/odroidc2_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/odroidc2_defconfig b/configs/odroidc2_defconfig
index 0c8ff3d..44fc61a 100644
--- a/configs/odroidc2_defconfig
+++ b/configs/odroidc2_defconfig
@@ -16,7 +16,7 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_14=y
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_GIT=y
 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/hardkernel/linux.git"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="1cb48cebb9d525e524de0ede46710bb29f54d4a6"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="925e508d37c76848881a8c8f7e9b02abc5731d88"
 BR2_LINUX_KERNEL_DEFCONFIG="odroidc2"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_BUILD_DEFAULT_DTS=y
-- 
2.10.1

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

* [Buildroot] [PATCH] odroidc2: bump kernel rev to 925e508d37c76848881a8c8f7e9b02abc5731d88
  2016-10-07  7:49 Dagg Stompler
@ 2016-10-07  9:40 ` Peter Korsgaard
  2016-10-07 10:04   ` daggs
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2016-10-07  9:40 UTC (permalink / raw)
  To: buildroot

>>>>> "Dagg" == Dagg Stompler <daggs@gmx.com> writes:

 > Signed-off-by: Dagg Stompler <daggs@gmx.com>

Why? Does it fix any problems or add any new features?

A bit more detailed description would be good.

> ---
 >  configs/odroidc2_defconfig | 2 +-
 >  1 file changed, 1 insertion(+), 1 deletion(-)

 > diff --git a/configs/odroidc2_defconfig b/configs/odroidc2_defconfig
 > index 0c8ff3d..44fc61a 100644
 > --- a/configs/odroidc2_defconfig
 > +++ b/configs/odroidc2_defconfig
 > @@ -16,7 +16,7 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_14=y
 >  BR2_LINUX_KERNEL=y
 >  BR2_LINUX_KERNEL_CUSTOM_GIT=y
 >  BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/hardkernel/linux.git"
 > -BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="1cb48cebb9d525e524de0ede46710bb29f54d4a6"
 > +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="925e508d37c76848881a8c8f7e9b02abc5731d88"
 >  BR2_LINUX_KERNEL_DEFCONFIG="odroidc2"
 >  BR2_LINUX_KERNEL_DTS_SUPPORT=y
 >  BR2_LINUX_KERNEL_BUILD_DEFAULT_DTS=y
 > -- 
 > 2.10.1

 > _______________________________________________
 > buildroot mailing list
 > buildroot at busybox.net
 > http://lists.busybox.net/mailman/listinfo/buildroot


-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] odroidc2: bump kernel rev to 925e508d37c76848881a8c8f7e9b02abc5731d88
  2016-10-07  9:40 ` Peter Korsgaard
@ 2016-10-07 10:04   ` daggs
  2016-10-07 10:57     ` Peter Korsgaard
  0 siblings, 1 reply; 5+ messages in thread
From: daggs @ 2016-10-07 10:04 UTC (permalink / raw)
  To: buildroot


> Sent: Friday, October 07, 2016 at 12:40 PM
> From: "Peter Korsgaard" <peter@korsgaard.com>
> To: "Dagg Stompler" <daggs@gmx.com>
> Cc: buildroot at buildroot.org
> Subject: Re: [PATCH] odroidc2: bump kernel rev to 925e508d37c76848881a8c8f7e9b02abc5731d88
>
> >>>>> "Dagg" == Dagg Stompler <daggs@gmx.com> writes:
> 
>  > Signed-off-by: Dagg Stompler <daggs@gmx.com>
> 
> Why? Does it fix any problems or add any new features?
> 
> A bit more detailed description would be good.
> 
> > ---
>  >  configs/odroidc2_defconfig | 2 +-
>  >  1 file changed, 1 insertion(+), 1 deletion(-)
> 
>  > diff --git a/configs/odroidc2_defconfig b/configs/odroidc2_defconfig
>  > index 0c8ff3d..44fc61a 100644
>  > --- a/configs/odroidc2_defconfig
>  > +++ b/configs/odroidc2_defconfig
>  > @@ -16,7 +16,7 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_14=y
>  >  BR2_LINUX_KERNEL=y
>  >  BR2_LINUX_KERNEL_CUSTOM_GIT=y
>  >  BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/hardkernel/linux.git"
>  > -BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="1cb48cebb9d525e524de0ede46710bb29f54d4a6"
>  > +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="925e508d37c76848881a8c8f7e9b02abc5731d88"
>  >  BR2_LINUX_KERNEL_DEFCONFIG="odroidc2"
>  >  BR2_LINUX_KERNEL_DTS_SUPPORT=y
>  >  BR2_LINUX_KERNEL_BUILD_DEFAULT_DTS=y
>  > -- 
>  > 2.10.1
> 
>  > _______________________________________________
>  > buildroot mailing list
>  > buildroot at busybox.net
>  > http://lists.busybox.net/mailman/listinfo/buildroot
> 
> 
> -- 
> Bye, Peter Korsgaard
> 
you are correct, will resend with more info

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

* [Buildroot] [PATCH] odroidc2: bump kernel rev to 925e508d37c76848881a8c8f7e9b02abc5731d88
@ 2016-10-07 10:13 Dagg Stompler
  0 siblings, 0 replies; 5+ messages in thread
From: Dagg Stompler @ 2016-10-07 10:13 UTC (permalink / raw)
  To: buildroot

odroidc2's kernel is based on 3.14, any code addition is either odroidc2 related bug fixes. odroidc2 related feature addons and patches that advance the kernel to newer versions.

Signed-off-by: Dagg Stompler <daggs@gmx.com>
---
 configs/odroidc2_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/odroidc2_defconfig b/configs/odroidc2_defconfig
index 0c8ff3d..44fc61a 100644
--- a/configs/odroidc2_defconfig
+++ b/configs/odroidc2_defconfig
@@ -16,7 +16,7 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_14=y
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_GIT=y
 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/hardkernel/linux.git"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="1cb48cebb9d525e524de0ede46710bb29f54d4a6"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="925e508d37c76848881a8c8f7e9b02abc5731d88"
 BR2_LINUX_KERNEL_DEFCONFIG="odroidc2"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_BUILD_DEFAULT_DTS=y
-- 
2.10.1

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

* [Buildroot] [PATCH] odroidc2: bump kernel rev to 925e508d37c76848881a8c8f7e9b02abc5731d88
  2016-10-07 10:04   ` daggs
@ 2016-10-07 10:57     ` Peter Korsgaard
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2016-10-07 10:57 UTC (permalink / raw)
  To: buildroot

>>>>> "daggs" == daggs  <daggs@gmx.com> writes:

> you are correct, will resend with more info

Thanks!

-- 
Venlig hilsen,
Peter Korsgaard 

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

end of thread, other threads:[~2016-10-07 10:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-07 10:13 [Buildroot] [PATCH] odroidc2: bump kernel rev to 925e508d37c76848881a8c8f7e9b02abc5731d88 Dagg Stompler
  -- strict thread matches above, loose matches on Subject: below --
2016-10-07  7:49 Dagg Stompler
2016-10-07  9:40 ` Peter Korsgaard
2016-10-07 10:04   ` daggs
2016-10-07 10:57     ` Peter Korsgaard

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