public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Update kernel versions
@ 2014-06-14 19:10 Bryan Hundven
  2014-07-08 20:44 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Bryan Hundven @ 2014-06-14 19:10 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

# HG changeset patch
# User Bryan Hundven <bryanhundven@gmail.com>
# Date 1402772745 25200
#      Sat Jun 14 12:05:45 2014 -0700
# Node ID 1e51d4d14956d19fc19f574bc3e678ee29a4d8bd
# Parent  99029fac116b6cdd86de7015379dd765af77c116
Update kernel versions

Add 3.15.0, and update all other branch versions.

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>

diff -r 99029fac116b -r 1e51d4d14956 config/kernel/linux.in
--- a/config/kernel/linux.in	Mon May 12 00:09:31 2014 +0200
+++ b/config/kernel/linux.in	Sat Jun 14 12:05:45 2014 -0700
@@ -26,13 +26,21 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
+config KERNEL_V_3_15
+    bool
+    prompt "3.15"
+
+config KERNEL_V_3_14
+    bool
+    prompt "3.14.5"
+
 config KERNEL_V_3_13
     bool
     prompt "3.13.11"
 
 config KERNEL_V_3_12
     bool
-    prompt "3.12.18"
+    prompt "3.12.21"
 
 config KERNEL_V_3_11
     bool
@@ -40,7 +48,7 @@
 
 config KERNEL_V_3_10
     bool
-    prompt "3.10.38 (longterm)"
+    prompt "3.10.43 (longterm)"
 
 config KERNEL_V_3_9
     bool
@@ -48,7 +56,7 @@
 
 config KERNEL_V_3_8
     bool
-    prompt "3.8.13.9"
+    prompt "3.8.13"
 
 config KERNEL_V_3_7
     bool
@@ -60,11 +68,11 @@
 
 config KERNEL_V_3_5
     bool
-    prompt "3.5.7.25"
+    prompt "3.5.7"
 
 config KERNEL_V_3_4
     bool
-    prompt "3.4.88 (longterm)"
+    prompt "3.4.93 (longterm)"
 
 config KERNEL_V_3_3
     bool
@@ -72,7 +80,7 @@
 
 config KERNEL_V_3_2
     bool
-    prompt "3.2.58"
+    prompt "3.2.60"
 
 config KERNEL_V_3_1
     bool
@@ -171,18 +179,20 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    default "3.15" if KERNEL_V_3_15
+    default "3.14.7" if KERNEL_V_3_14
     default "3.13.11" if KERNEL_V_3_13
-    default "3.12.18" if KERNEL_V_3_12
+    default "3.12.22" if KERNEL_V_3_12
     default "3.11.10" if KERNEL_V_3_11
-    default "3.10.38" if KERNEL_V_3_10
+    default "3.10.43" if KERNEL_V_3_10
     default "3.9.11" if KERNEL_V_3_9
-    default "3.8.13.9" if KERNEL_V_3_8
+    default "3.8.13" if KERNEL_V_3_8
     default "3.7.10" if KERNEL_V_3_7
     default "3.6.11" if KERNEL_V_3_6
-    default "3.5.7.25" if KERNEL_V_3_5
-    default "3.4.88" if KERNEL_V_3_4
+    default "3.5.7" if KERNEL_V_3_5
+    default "3.4.93" if KERNEL_V_3_4
     default "3.3.8" if KERNEL_V_3_3
-    default "3.2.58" if KERNEL_V_3_2
+    default "3.2.60" if KERNEL_V_3_2
     default "3.1.10" if KERNEL_V_3_1
     default "3.0.101" if KERNEL_V_3_0
     default "2.6.39.4" if KERNEL_V_2_6_39

--
For unsubscribe information see http://sourceware.org/lists.html#faq

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

* Re: [PATCH] Update kernel versions
  2014-06-14 19:10 [PATCH] Update kernel versions Bryan Hundven
@ 2014-07-08 20:44 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2014-07-08 20:44 UTC (permalink / raw)
  To: Bryan Hundven; +Cc: crossgcc

Bryan, All,

On 2014-06-14 12:10 -0700, Bryan Hundven spake thusly:
> Update kernel versions
> 
> Add 3.15.0, and update all other branch versions.
> 
> Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>

Applied, thanks!

Regards,
Yann E. MORIN.

> diff -r 99029fac116b -r 1e51d4d14956 config/kernel/linux.in
> --- a/config/kernel/linux.in	Mon May 12 00:09:31 2014 +0200
> +++ b/config/kernel/linux.in	Sat Jun 14 12:05:45 2014 -0700
> @@ -26,13 +26,21 @@
>  # Don't remove next line
>  # CT_INSERT_VERSION_BELOW
>  
> +config KERNEL_V_3_15
> +    bool
> +    prompt "3.15"
> +
> +config KERNEL_V_3_14
> +    bool
> +    prompt "3.14.5"
> +
>  config KERNEL_V_3_13
>      bool
>      prompt "3.13.11"
>  
>  config KERNEL_V_3_12
>      bool
> -    prompt "3.12.18"
> +    prompt "3.12.21"
>  
>  config KERNEL_V_3_11
>      bool
> @@ -40,7 +48,7 @@
>  
>  config KERNEL_V_3_10
>      bool
> -    prompt "3.10.38 (longterm)"
> +    prompt "3.10.43 (longterm)"
>  
>  config KERNEL_V_3_9
>      bool
> @@ -48,7 +56,7 @@
>  
>  config KERNEL_V_3_8
>      bool
> -    prompt "3.8.13.9"
> +    prompt "3.8.13"
>  
>  config KERNEL_V_3_7
>      bool
> @@ -60,11 +68,11 @@
>  
>  config KERNEL_V_3_5
>      bool
> -    prompt "3.5.7.25"
> +    prompt "3.5.7"
>  
>  config KERNEL_V_3_4
>      bool
> -    prompt "3.4.88 (longterm)"
> +    prompt "3.4.93 (longterm)"
>  
>  config KERNEL_V_3_3
>      bool
> @@ -72,7 +80,7 @@
>  
>  config KERNEL_V_3_2
>      bool
> -    prompt "3.2.58"
> +    prompt "3.2.60"
>  
>  config KERNEL_V_3_1
>      bool
> @@ -171,18 +179,20 @@
>      string
>  # Don't remove next line
>  # CT_INSERT_VERSION_STRING_BELOW
> +    default "3.15" if KERNEL_V_3_15
> +    default "3.14.7" if KERNEL_V_3_14
>      default "3.13.11" if KERNEL_V_3_13
> -    default "3.12.18" if KERNEL_V_3_12
> +    default "3.12.22" if KERNEL_V_3_12
>      default "3.11.10" if KERNEL_V_3_11
> -    default "3.10.38" if KERNEL_V_3_10
> +    default "3.10.43" if KERNEL_V_3_10
>      default "3.9.11" if KERNEL_V_3_9
> -    default "3.8.13.9" if KERNEL_V_3_8
> +    default "3.8.13" if KERNEL_V_3_8
>      default "3.7.10" if KERNEL_V_3_7
>      default "3.6.11" if KERNEL_V_3_6
> -    default "3.5.7.25" if KERNEL_V_3_5
> -    default "3.4.88" if KERNEL_V_3_4
> +    default "3.5.7" if KERNEL_V_3_5
> +    default "3.4.93" if KERNEL_V_3_4
>      default "3.3.8" if KERNEL_V_3_3
> -    default "3.2.58" if KERNEL_V_3_2
> +    default "3.2.60" if KERNEL_V_3_2
>      default "3.1.10" if KERNEL_V_3_1
>      default "3.0.101" if KERNEL_V_3_0
>      default "2.6.39.4" if KERNEL_V_2_6_39

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

--
For unsubscribe information see http://sourceware.org/lists.html#faq

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

end of thread, other threads:[~2014-07-08 20:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-14 19:10 [PATCH] Update kernel versions Bryan Hundven
2014-07-08 20:44 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).