* [Buildroot] [PATCH 1/3] configs: engicam_imx6ul_isiot: Bump to the linux kernel 5.0
@ 2019-04-01 12:32 Shyam Saini
2019-04-01 12:32 ` [Buildroot] [PATCH 2/3] configs: engicam_imx6ul_isiot: Fix use of incorrect uboot defconfig file Shyam Saini
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Shyam Saini @ 2019-04-01 12:32 UTC (permalink / raw)
To: buildroot
This bumps to linux/linux-headers 5.0
Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com>
---
configs/engicam_imx6ul_isiot_defconfig | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/configs/engicam_imx6ul_isiot_defconfig b/configs/engicam_imx6ul_isiot_defconfig
index 78a5cae3e1..0fe499732b 100644
--- a/configs/engicam_imx6ul_isiot_defconfig
+++ b/configs/engicam_imx6ul_isiot_defconfig
@@ -4,8 +4,8 @@ BR2_ARM_ENABLE_NEON=y
BR2_ARM_ENABLE_VFP=y
BR2_ARM_FPU_VFPV3=y
-# Linux headers same as kernel, a 4.11 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_11=y
+# Linux headers same as kernel, a 5.0 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_0=y
# System
BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
@@ -25,7 +25,7 @@ BR2_TARGET_UBOOT_SPL_NAME="SPL"
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.11.5"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.0"
BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7"
BR2_LINUX_KERNEL_UIMAGE=y
BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x80008000"
--
2.11.0
^ permalink raw reply related [flat|nested] 4+ messages in thread* [Buildroot] [PATCH 2/3] configs: engicam_imx6ul_isiot: Fix use of incorrect uboot defconfig file
2019-04-01 12:32 [Buildroot] [PATCH 1/3] configs: engicam_imx6ul_isiot: Bump to the linux kernel 5.0 Shyam Saini
@ 2019-04-01 12:32 ` Shyam Saini
2019-04-01 12:32 ` [Buildroot] [PATCH 3/3] configs: engicam_imx6ul_isiot: Bump to u-boot 2019.01 version Shyam Saini
2019-04-01 20:39 ` [Buildroot] [PATCH 1/3] configs: engicam_imx6ul_isiot: Bump to the linux kernel 5.0 Thomas Petazzoni
2 siblings, 0 replies; 4+ messages in thread
From: Shyam Saini @ 2019-04-01 12:32 UTC (permalink / raw)
To: buildroot
In u-boot v2018.03 release, configs/imx6ul_isiot_mmc_defconfig was removed
and afterwards both emmc and mmc use the same imx6ul_isiot_emmc_defconfig
file so fix the same.
Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com>
---
configs/engicam_imx6ul_isiot_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/engicam_imx6ul_isiot_defconfig b/configs/engicam_imx6ul_isiot_defconfig
index 0fe499732b..9ba11361e7 100644
--- a/configs/engicam_imx6ul_isiot_defconfig
+++ b/configs/engicam_imx6ul_isiot_defconfig
@@ -15,7 +15,7 @@ BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
BR2_TARGET_UBOOT_CUSTOM_VERSION=y
BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2017.07-rc1"
-BR2_TARGET_UBOOT_BOARD_DEFCONFIG="imx6ul_isiot_mmc"
+BR2_TARGET_UBOOT_BOARD_DEFCONFIG="imx6ul_isiot_emmc"
BR2_TARGET_UBOOT_NEEDS_DTC=y
BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
BR2_TARGET_UBOOT_FORMAT_DTB_IMG=y
--
2.11.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 3/3] configs: engicam_imx6ul_isiot: Bump to u-boot 2019.01 version
2019-04-01 12:32 [Buildroot] [PATCH 1/3] configs: engicam_imx6ul_isiot: Bump to the linux kernel 5.0 Shyam Saini
2019-04-01 12:32 ` [Buildroot] [PATCH 2/3] configs: engicam_imx6ul_isiot: Fix use of incorrect uboot defconfig file Shyam Saini
@ 2019-04-01 12:32 ` Shyam Saini
2019-04-01 20:39 ` [Buildroot] [PATCH 1/3] configs: engicam_imx6ul_isiot: Bump to the linux kernel 5.0 Thomas Petazzoni
2 siblings, 0 replies; 4+ messages in thread
From: Shyam Saini @ 2019-04-01 12:32 UTC (permalink / raw)
To: buildroot
Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com>
---
configs/engicam_imx6ul_isiot_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/engicam_imx6ul_isiot_defconfig b/configs/engicam_imx6ul_isiot_defconfig
index 9ba11361e7..57a66dea34 100644
--- a/configs/engicam_imx6ul_isiot_defconfig
+++ b/configs/engicam_imx6ul_isiot_defconfig
@@ -14,7 +14,7 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2017.07-rc1"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.01"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="imx6ul_isiot_emmc"
BR2_TARGET_UBOOT_NEEDS_DTC=y
BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
--
2.11.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/3] configs: engicam_imx6ul_isiot: Bump to the linux kernel 5.0
2019-04-01 12:32 [Buildroot] [PATCH 1/3] configs: engicam_imx6ul_isiot: Bump to the linux kernel 5.0 Shyam Saini
2019-04-01 12:32 ` [Buildroot] [PATCH 2/3] configs: engicam_imx6ul_isiot: Fix use of incorrect uboot defconfig file Shyam Saini
2019-04-01 12:32 ` [Buildroot] [PATCH 3/3] configs: engicam_imx6ul_isiot: Bump to u-boot 2019.01 version Shyam Saini
@ 2019-04-01 20:39 ` Thomas Petazzoni
2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2019-04-01 20:39 UTC (permalink / raw)
To: buildroot
On Mon, 1 Apr 2019 18:02:57 +0530
Shyam Saini <shyam.saini@amarulasolutions.com> wrote:
> This bumps to linux/linux-headers 5.0
>
> Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com>
> ---
> configs/engicam_imx6ul_isiot_defconfig | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Series applied. Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-04-01 20:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-01 12:32 [Buildroot] [PATCH 1/3] configs: engicam_imx6ul_isiot: Bump to the linux kernel 5.0 Shyam Saini
2019-04-01 12:32 ` [Buildroot] [PATCH 2/3] configs: engicam_imx6ul_isiot: Fix use of incorrect uboot defconfig file Shyam Saini
2019-04-01 12:32 ` [Buildroot] [PATCH 3/3] configs: engicam_imx6ul_isiot: Bump to u-boot 2019.01 version Shyam Saini
2019-04-01 20:39 ` [Buildroot] [PATCH 1/3] configs: engicam_imx6ul_isiot: Bump to the linux kernel 5.0 Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox