diff mbox

[next] nexbox_a95x_defconfig: bump kernel to final 4.10

Message ID 20170221133446.22019-1-peter@korsgaard.com
State Accepted
Commit a17be324e53fc596aec4dea079972ae004cf5d32
Headers show

Commit Message

Peter Korsgaard Feb. 21, 2017, 1:34 p.m. UTC
And use same version for header headers as well.

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

Comments

Thomas Petazzoni Feb. 21, 2017, 2:34 p.m. UTC | #1
Hello,

On Tue, 21 Feb 2017 14:34:46 +0100, Peter Korsgaard wrote:
> And use same version for header headers as well.
> 
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
>  configs/nexbox_a95x_defconfig | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/configs/nexbox_a95x_defconfig b/configs/nexbox_a95x_defconfig
> index 906a22b0f..b9328f83b 100644
> --- a/configs/nexbox_a95x_defconfig
> +++ b/configs/nexbox_a95x_defconfig
> @@ -1,13 +1,12 @@
>  BR2_aarch64=y
>  BR2_cortex_a53=y
> -BR2_KERNEL_HEADERS_4_9=y

Doesn't this needs an explicit:

BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_10=y

 ?

Thomas
Peter Korsgaard Feb. 21, 2017, 3:09 p.m. UTC | #2
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 > Hello,
 > On Tue, 21 Feb 2017 14:34:46 +0100, Peter Korsgaard wrote:
 >> And use same version for header headers as well.
 >> 
 >> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
 >> ---
 >> configs/nexbox_a95x_defconfig | 3 +--
 >> 1 file changed, 1 insertion(+), 2 deletions(-)
 >> 
 >> diff --git a/configs/nexbox_a95x_defconfig b/configs/nexbox_a95x_defconfig
 >> index 906a22b0f..b9328f83b 100644
 >> --- a/configs/nexbox_a95x_defconfig
 >> +++ b/configs/nexbox_a95x_defconfig
 >> @@ -1,13 +1,12 @@
 >> BR2_aarch64=y
 >> BR2_cortex_a53=y
 >> -BR2_KERNEL_HEADERS_4_9=y

 > Doesn't this needs an explicit:

 > BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_10=y

To be robust against us bumping the default kernel version, yes.

I'll fix while I apply - Thanks!
diff mbox

Patch

diff --git a/configs/nexbox_a95x_defconfig b/configs/nexbox_a95x_defconfig
index 906a22b0f..b9328f83b 100644
--- a/configs/nexbox_a95x_defconfig
+++ b/configs/nexbox_a95x_defconfig
@@ -1,13 +1,12 @@ 
 BR2_aarch64=y
 BR2_cortex_a53=y
-BR2_KERNEL_HEADERS_4_9=y
 BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
 BR2_SYSTEM_DHCP="eth0"
 BR2_ROOTFS_POST_BUILD_SCRIPT="board/nexbox/a95x/post-build.sh"
 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/nexbox/a95x/post-image.sh"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.10-rc8"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.10"
 BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="amlogic/meson-gxbb-nexbox-a95x amlogic/meson-gxl-nexbox-a95x"