All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] odroidc2_defconfig: bump kernel and u-boot versions
@ 2017-10-05 19:26 Peter Korsgaard
  2017-10-06 12:26 ` daggs
  2017-10-07 21:12 ` Thomas Petazzoni
  0 siblings, 2 replies; 7+ messages in thread
From: Peter Korsgaard @ 2017-10-05 19:26 UTC (permalink / raw)
  To: buildroot

To the latest commits on the odroidc2-3.14.y / odroidc2-v2015.01 branches.

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

diff --git a/configs/odroidc2_defconfig b/configs/odroidc2_defconfig
index f2d82296db..f52f29adeb 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="a7fe6f2258e30c7a547908b5480bdbe6b56d6d3c"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="f966ebfc0e8dc88c7931b4640b8a1b4bc2e13faa"
 BR2_LINUX_KERNEL_DEFCONFIG="odroidc2"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_BUILD_DEFAULT_DTS=y
@@ -28,7 +28,7 @@ BR2_LINUX_KERNEL_IMAGE=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_CUSTOM_GIT=y
 BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/hardkernel/u-boot.git"
-BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="eb5d2d16fd45f52ec49e9b4ff9d562630c08e61c"
+BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="cff3edb675933ea2e2ecd659eab127a42f3777df"
 BR2_TARGET_UBOOT_BOARDNAME="odroidc2"
 
 # Required tools to create the SD image
-- 
2.11.0

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

* [Buildroot] [PATCH] odroidc2_defconfig: bump kernel and u-boot versions
  2017-10-05 19:26 [Buildroot] [PATCH] odroidc2_defconfig: bump kernel and u-boot versions Peter Korsgaard
@ 2017-10-06 12:26 ` daggs
  2017-10-06 12:35   ` Peter Korsgaard
  2017-10-07 21:12 ` Thomas Petazzoni
  1 sibling, 1 reply; 7+ messages in thread
From: daggs @ 2017-10-06 12:26 UTC (permalink / raw)
  To: buildroot

Greetings Peter,

> Sent: Thursday, October 05, 2017 at 10:26 PM
> From: "Peter Korsgaard" <peter@korsgaard.com>
> To: buildroot at buildroot.org
> Cc: daggs at gmx.com
> Subject: [Buildroot] [PATCH] odroidc2_defconfig: bump kernel and u-boot versions
>
> To the latest commits on the odroidc2-3.14.y / odroidc2-v2015.01 branches.
> 
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
>  configs/odroidc2_defconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/configs/odroidc2_defconfig b/configs/odroidc2_defconfig
> index f2d82296db..f52f29adeb 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="a7fe6f2258e30c7a547908b5480bdbe6b56d6d3c"
> +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="f966ebfc0e8dc88c7931b4640b8a1b4bc2e13faa"
>  BR2_LINUX_KERNEL_DEFCONFIG="odroidc2"
>  BR2_LINUX_KERNEL_DTS_SUPPORT=y
>  BR2_LINUX_KERNEL_BUILD_DEFAULT_DTS=y
> @@ -28,7 +28,7 @@ BR2_LINUX_KERNEL_IMAGE=y
>  BR2_TARGET_UBOOT=y
>  BR2_TARGET_UBOOT_CUSTOM_GIT=y
>  BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/hardkernel/u-boot.git"
> -BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="eb5d2d16fd45f52ec49e9b4ff9d562630c08e61c"
> +BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="cff3edb675933ea2e2ecd659eab127a42f3777df"
>  BR2_TARGET_UBOOT_BOARDNAME="odroidc2"
>  
>  # Required tools to create the SD image
> -- 
> 2.11.0

do you know by any chance if it was tested? if not, I'd like to test it before it gets pushed if it is ok by you.

Dagg.

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

* [Buildroot] [PATCH] odroidc2_defconfig: bump kernel and u-boot versions
  2017-10-06 12:26 ` daggs
@ 2017-10-06 12:35   ` Peter Korsgaard
  2017-10-06 13:07     ` daggs
  0 siblings, 1 reply; 7+ messages in thread
From: Peter Korsgaard @ 2017-10-06 12:35 UTC (permalink / raw)
  To: buildroot

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

Hi,

 > do you know by any chance if it was tested? if not, I'd like to test
 > it before it gets pushed if it is ok by you.

I did a boot test and validated that basic behavior was OK, but I
haven't done any extensive testing.

I'm fine with waiting a bit before applying. When do you think you will
have time to test?

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] odroidc2_defconfig: bump kernel and u-boot versions
  2017-10-06 12:35   ` Peter Korsgaard
@ 2017-10-06 13:07     ` daggs
  2017-10-06 13:59       ` Peter Korsgaard
  0 siblings, 1 reply; 7+ messages in thread
From: daggs @ 2017-10-06 13:07 UTC (permalink / raw)
  To: buildroot

Greetings Peter,

> Sent: Friday, October 06, 2017 at 3:35 PM
> From: "Peter Korsgaard" <peter@korsgaard.com>
> To: daggs <daggs@gmx.com>
> Cc: buildroot at buildroot.org
> Subject: Re: [Buildroot] [PATCH] odroidc2_defconfig: bump kernel and u-boot versions
>
> >>>>> "daggs" == daggs  <daggs@gmx.com> writes:
> 
> Hi,
> 
>  > do you know by any chance if it was tested? if not, I'd like to test
>  > it before it gets pushed if it is ok by you.
> 
> I did a boot test and validated that basic behavior was OK, but I
> haven't done any extensive testing.
> 
> I'm fine with waiting a bit before applying. When do you think you will
> have time to test?
> 

I was not aware you have odroidc2 board, if that is the case and it booted ok, then by all means, do commit it.
if not, I'll be able to test it by tomorrow.

Dagg.

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

* [Buildroot] [PATCH] odroidc2_defconfig: bump kernel and u-boot versions
  2017-10-06 13:07     ` daggs
@ 2017-10-06 13:59       ` Peter Korsgaard
  2017-10-07 20:08         ` daggs
  0 siblings, 1 reply; 7+ messages in thread
From: Peter Korsgaard @ 2017-10-06 13:59 UTC (permalink / raw)
  To: buildroot

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

Hi,

 >> I did a boot test and validated that basic behavior was OK, but I
 >> haven't done any extensive testing.
 >> 
 >> I'm fine with waiting a bit before applying. When do you think you will
 >> have time to test?

 > I was not aware you have odroidc2 board, if that is the case and it
 > booted ok, then by all means, do commit it.

I temporarily borrowed one to help with an issue, so I took the
opportunity to bump the versions.

> if not, I'll be able to test it by tomorrow.

That would be great, thanks!

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] odroidc2_defconfig: bump kernel and u-boot versions
  2017-10-06 13:59       ` Peter Korsgaard
@ 2017-10-07 20:08         ` daggs
  0 siblings, 0 replies; 7+ messages in thread
From: daggs @ 2017-10-07 20:08 UTC (permalink / raw)
  To: buildroot

Greetings Peter,

> Sent: Friday, October 06, 2017 at 4:59 PM
> From: "Peter Korsgaard" <peter@korsgaard.com>
> To: daggs <daggs@gmx.com>
> Cc: buildroot at buildroot.org
> Subject: Re: [Buildroot] [PATCH] odroidc2_defconfig: bump kernel and u-boot versions
>
> >>>>> "daggs" == daggs  <daggs@gmx.com> writes:
> 
> Hi,
> 
>  >> I did a boot test and validated that basic behavior was OK, but I
>  >> haven't done any extensive testing.
>  >> 
>  >> I'm fine with waiting a bit before applying. When do you think you will
>  >> have time to test?
> 
>  > I was not aware you have odroidc2 board, if that is the case and it
>  > booted ok, then by all means, do commit it.
> 
> I temporarily borrowed one to help with an issue, so I took the
> opportunity to bump the versions.
> 
> > if not, I'll be able to test it by tomorrow.
> 
> That would be great, thanks!

Acked-by: Dagg <daggs@gmx.com>

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

* [Buildroot] [PATCH] odroidc2_defconfig: bump kernel and u-boot versions
  2017-10-05 19:26 [Buildroot] [PATCH] odroidc2_defconfig: bump kernel and u-boot versions Peter Korsgaard
  2017-10-06 12:26 ` daggs
@ 2017-10-07 21:12 ` Thomas Petazzoni
  1 sibling, 0 replies; 7+ messages in thread
From: Thomas Petazzoni @ 2017-10-07 21:12 UTC (permalink / raw)
  To: buildroot

Hello,

On Thu,  5 Oct 2017 21:26:37 +0200, Peter Korsgaard wrote:
> To the latest commits on the odroidc2-3.14.y / odroidc2-v2015.01 branches.
> 
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
>  configs/odroidc2_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] 7+ messages in thread

end of thread, other threads:[~2017-10-07 21:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-05 19:26 [Buildroot] [PATCH] odroidc2_defconfig: bump kernel and u-boot versions Peter Korsgaard
2017-10-06 12:26 ` daggs
2017-10-06 12:35   ` Peter Korsgaard
2017-10-06 13:07     ` daggs
2017-10-06 13:59       ` Peter Korsgaard
2017-10-07 20:08         ` daggs
2017-10-07 21:12 ` 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.