* [Buildroot] [PATCH 1/2] configs/ci20: bump kernel version to 3.18 (2015-09-14)
@ 2015-09-15 15:06 David du Colombier
2015-09-15 15:06 ` [Buildroot] [PATCH 2/2] configs/ci20: add u-boot version 2013.10 (2015-09-15) David du Colombier
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: David du Colombier @ 2015-09-15 15:06 UTC (permalink / raw)
To: buildroot
Signed-off-by: David du Colombier <0intro@gmail.com>
---
configs/ci20_defconfig | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/configs/ci20_defconfig b/configs/ci20_defconfig
index a7b7622..ec814ba 100644
--- a/configs/ci20_defconfig
+++ b/configs/ci20_defconfig
@@ -5,13 +5,13 @@ BR2_mips_32r2=y
# system
BR2_KERNEL_HEADERS_VERSION=y
-BR2_DEFAULT_KERNEL_VERSION="3.0.8"
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_0=y
+BR2_DEFAULT_KERNEL_VERSION="3.18"
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_18=y
BR2_TARGET_GENERIC_GETTY_PORT="ttyS4"
# kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/MIPS/CI20_linux.git"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="ba11adc7ac8792b0eb7415a1cc9c0968604a6fac"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="93b4df0786f07643eb61daee8934a3f3a05fd280"
BR2_LINUX_KERNEL_DEFCONFIG="ci20"
--
1.8.3.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* [Buildroot] [PATCH 2/2] configs/ci20: add u-boot version 2013.10 (2015-09-15)
2015-09-15 15:06 [Buildroot] [PATCH 1/2] configs/ci20: bump kernel version to 3.18 (2015-09-14) David du Colombier
@ 2015-09-15 15:06 ` David du Colombier
2015-09-16 9:11 ` Vicente Olivert Riera
2015-09-16 9:11 ` [Buildroot] [PATCH 1/2] configs/ci20: bump kernel version to 3.18 (2015-09-14) Vicente Olivert Riera
2015-09-16 21:59 ` Thomas Petazzoni
2 siblings, 1 reply; 5+ messages in thread
From: David du Colombier @ 2015-09-15 15:06 UTC (permalink / raw)
To: buildroot
Signed-off-by: David du Colombier <0intro@gmail.com>
---
configs/ci20_defconfig | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/configs/ci20_defconfig b/configs/ci20_defconfig
index ec814ba..e87181a 100644
--- a/configs/ci20_defconfig
+++ b/configs/ci20_defconfig
@@ -15,3 +15,15 @@ BR2_LINUX_KERNEL_CUSTOM_GIT=y
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/MIPS/CI20_linux.git"
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="93b4df0786f07643eb61daee8934a3f3a05fd280"
BR2_LINUX_KERNEL_DEFCONFIG="ci20"
+
+# u-boot
+BR2_TARGET_UBOOT=y
+BR2_TARGET_UBOOT_BUILD_SYSTEM_LEGACY=y
+BR2_TARGET_UBOOT_BOARDNAME="ci20_mmc"
+BR2_TARGET_UBOOT_CUSTOM_GIT=y
+BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/MIPS/CI20_u-boot"
+BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="a4f583551d0025eb957ee5c9cb68657a429e4914"
+BR2_TARGET_UBOOT_VERSION="a4f583551d0025eb957ee5c9cb68657a429e4914"
+BR2_TARGET_UBOOT_FORMAT_IMG=y
+BR2_TARGET_UBOOT_SPL=y
+BR2_TARGET_UBOOT_SPL_NAME="spl/u-boot-spl.bin"
--
1.8.3.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 2/2] configs/ci20: add u-boot version 2013.10 (2015-09-15)
2015-09-15 15:06 ` [Buildroot] [PATCH 2/2] configs/ci20: add u-boot version 2013.10 (2015-09-15) David du Colombier
@ 2015-09-16 9:11 ` Vicente Olivert Riera
0 siblings, 0 replies; 5+ messages in thread
From: Vicente Olivert Riera @ 2015-09-16 9:11 UTC (permalink / raw)
To: buildroot
Dear David du Colombier,
On 09/15/2015 04:06 PM, David du Colombier wrote:
> Signed-off-by: David du Colombier <0intro@gmail.com>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Regards,
Vincent.
> ---
> configs/ci20_defconfig | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/configs/ci20_defconfig b/configs/ci20_defconfig
> index ec814ba..e87181a 100644
> --- a/configs/ci20_defconfig
> +++ b/configs/ci20_defconfig
> @@ -15,3 +15,15 @@ BR2_LINUX_KERNEL_CUSTOM_GIT=y
> BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/MIPS/CI20_linux.git"
> BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="93b4df0786f07643eb61daee8934a3f3a05fd280"
> BR2_LINUX_KERNEL_DEFCONFIG="ci20"
> +
> +# u-boot
> +BR2_TARGET_UBOOT=y
> +BR2_TARGET_UBOOT_BUILD_SYSTEM_LEGACY=y
> +BR2_TARGET_UBOOT_BOARDNAME="ci20_mmc"
> +BR2_TARGET_UBOOT_CUSTOM_GIT=y
> +BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/MIPS/CI20_u-boot"
> +BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="a4f583551d0025eb957ee5c9cb68657a429e4914"
> +BR2_TARGET_UBOOT_VERSION="a4f583551d0025eb957ee5c9cb68657a429e4914"
> +BR2_TARGET_UBOOT_FORMAT_IMG=y
> +BR2_TARGET_UBOOT_SPL=y
> +BR2_TARGET_UBOOT_SPL_NAME="spl/u-boot-spl.bin"
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 1/2] configs/ci20: bump kernel version to 3.18 (2015-09-14)
2015-09-15 15:06 [Buildroot] [PATCH 1/2] configs/ci20: bump kernel version to 3.18 (2015-09-14) David du Colombier
2015-09-15 15:06 ` [Buildroot] [PATCH 2/2] configs/ci20: add u-boot version 2013.10 (2015-09-15) David du Colombier
@ 2015-09-16 9:11 ` Vicente Olivert Riera
2015-09-16 21:59 ` Thomas Petazzoni
2 siblings, 0 replies; 5+ messages in thread
From: Vicente Olivert Riera @ 2015-09-16 9:11 UTC (permalink / raw)
To: buildroot
Dear David du Colombier,
On 09/15/2015 04:06 PM, David du Colombier wrote:
> Signed-off-by: David du Colombier <0intro@gmail.com>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Regards,
Vincent.
> ---
> configs/ci20_defconfig | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/configs/ci20_defconfig b/configs/ci20_defconfig
> index a7b7622..ec814ba 100644
> --- a/configs/ci20_defconfig
> +++ b/configs/ci20_defconfig
> @@ -5,13 +5,13 @@ BR2_mips_32r2=y
>
> # system
> BR2_KERNEL_HEADERS_VERSION=y
> -BR2_DEFAULT_KERNEL_VERSION="3.0.8"
> -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_0=y
> +BR2_DEFAULT_KERNEL_VERSION="3.18"
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_18=y
> BR2_TARGET_GENERIC_GETTY_PORT="ttyS4"
>
> # kernel
> BR2_LINUX_KERNEL=y
> BR2_LINUX_KERNEL_CUSTOM_GIT=y
> BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/MIPS/CI20_linux.git"
> -BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="ba11adc7ac8792b0eb7415a1cc9c0968604a6fac"
> +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="93b4df0786f07643eb61daee8934a3f3a05fd280"
> BR2_LINUX_KERNEL_DEFCONFIG="ci20"
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 1/2] configs/ci20: bump kernel version to 3.18 (2015-09-14)
2015-09-15 15:06 [Buildroot] [PATCH 1/2] configs/ci20: bump kernel version to 3.18 (2015-09-14) David du Colombier
2015-09-15 15:06 ` [Buildroot] [PATCH 2/2] configs/ci20: add u-boot version 2013.10 (2015-09-15) David du Colombier
2015-09-16 9:11 ` [Buildroot] [PATCH 1/2] configs/ci20: bump kernel version to 3.18 (2015-09-14) Vicente Olivert Riera
@ 2015-09-16 21:59 ` Thomas Petazzoni
2 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2015-09-16 21:59 UTC (permalink / raw)
To: buildroot
Dear David du Colombier,
On Tue, 15 Sep 2015 17:06:54 +0200, David du Colombier wrote:
> Signed-off-by: David du Colombier <0intro@gmail.com>
> ---
> configs/ci20_defconfig | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Both patches applied, thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-09-16 21:59 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-15 15:06 [Buildroot] [PATCH 1/2] configs/ci20: bump kernel version to 3.18 (2015-09-14) David du Colombier
2015-09-15 15:06 ` [Buildroot] [PATCH 2/2] configs/ci20: add u-boot version 2013.10 (2015-09-15) David du Colombier
2015-09-16 9:11 ` Vicente Olivert Riera
2015-09-16 9:11 ` [Buildroot] [PATCH 1/2] configs/ci20: bump kernel version to 3.18 (2015-09-14) Vicente Olivert Riera
2015-09-16 21:59 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox