public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 1 of 2] config/eglibc: Add eglibc-2_14 branch
  2011-06-22  4:11 [PATCH 0 of 2] Updates for eglibc and linux kernel Bryan Hundven
  2011-06-22  4:11 ` [PATCH 2 of 2] config/kernel: Update linux kernel versions Bryan Hundven
@ 2011-06-22  4:11 ` Bryan Hundven
  2011-06-22 17:01 ` [PATCH 0 of 2] Updates for eglibc and linux kernel Yann E. MORIN
  2 siblings, 0 replies; 5+ messages in thread
From: Bryan Hundven @ 2011-06-22  4:11 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

 config/libc/eglibc.in |  13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)


# HG changeset patch
# User Bryan Hundven <bryanhundven@gmail.com>
# Date 1308714728 25200
# Node ID 6d9b79f63eda6bbe9d0446bf9290de3a5136a7b8
# Parent  2377be750e83defa6d764bcb8cf6dbaf098a19f6
config/eglibc: Add eglibc-2_14 branch

Eglibc-2_14 has been branched.

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

diff -r 2377be750e83 -r 6d9b79f63eda config/libc/eglibc.in
--- a/config/libc/eglibc.in	Mon Jun 13 22:54:29 2011 +0400
+++ b/config/libc/eglibc.in	Tue Jun 21 20:52:08 2011 -0700
@@ -18,6 +18,12 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
+config LIBC_EGLIBC_V_2_14
+    bool
+    prompt "2_14"
+    depends on EXPERIMENTAL
+    select LIBC_EGLIBC_2_14_or_later
+
 config LIBC_EGLIBC_V_2_13
     bool
     prompt "2_13"
@@ -67,7 +73,7 @@
 config LIBC_EGLIBC_V_TRUNK
     bool
     prompt "'trunk'"
-    select LIBC_EGLIBC_2_13_or_later
+    select LIBC_EGLIBC_2_14_or_later
     help
       Selecting this will export the trunk of the eglibc subversion repository.
 
@@ -77,6 +83,7 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    default "2_14" if LIBC_EGLIBC_V_2_14
     default "2_13" if LIBC_EGLIBC_V_2_13
     default "2_12" if LIBC_EGLIBC_V_2_12
     default "2_11" if LIBC_EGLIBC_V_2_11
@@ -88,6 +95,10 @@
     default "2_5" if LIBC_EGLIBC_V_2_5
     default "trunk" if LIBC_EGLIBC_V_TRUNK
 
+config LIBC_EGLIBC_2_14_or_later
+    bool
+    select LIBC_EGLIBC_2_13_or_later
+
 config LIBC_EGLIBC_2_13_or_later
     bool
     select LIBC_EGLIBC_2_12_or_later

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

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

* [PATCH 0 of 2] Updates for eglibc and linux kernel
@ 2011-06-22  4:11 Bryan Hundven
  2011-06-22  4:11 ` [PATCH 2 of 2] config/kernel: Update linux kernel versions Bryan Hundven
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Bryan Hundven @ 2011-06-22  4:11 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

These two patches update eglibc to provide 2.14, and update various kernel versions.

 config/libc/eglibc.in  |  13 +++++++++++-
 config/kernel/linux.in |  53 +++++++++++++------------------------------------
 2 files changed, 26 insertions(+), 40 deletions(-)

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

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

* [PATCH 2 of 2] config/kernel: Update linux kernel versions
  2011-06-22  4:11 [PATCH 0 of 2] Updates for eglibc and linux kernel Bryan Hundven
@ 2011-06-22  4:11 ` Bryan Hundven
  2011-06-22  4:12   ` Bryan Hundven
  2011-06-22  4:11 ` [PATCH 1 of 2] config/eglibc: Add eglibc-2_14 branch Bryan Hundven
  2011-06-22 17:01 ` [PATCH 0 of 2] Updates for eglibc and linux kernel Yann E. MORIN
  2 siblings, 1 reply; 5+ messages in thread
From: Bryan Hundven @ 2011-06-22  4:11 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

 config/kernel/linux.in |  53 +++++++++++++------------------------------------
 1 files changed, 14 insertions(+), 39 deletions(-)


# HG changeset patch
# User Bryan Hundven <bryanhundven@gmail.com>
# Date 1308715280 25200
# Node ID 586678dfff0b19d1cee41c96755bc05b0dc62b5b
# Parent  6d9b79f63eda6bbe9d0446bf9290de3a5136a7b8
config/kernel: Update linux kernel versions

Add 2.6.39.1
Drop 2.6.38-2.6.38.6 provide the latest 2.6.38.8
Update longterm trees:
 * 2.6.33 is 2.6.33.14
 * 2.6.32 is 2.6.32.41

diff -r 6d9b79f63eda -r 586678dfff0b config/kernel/linux.in
--- a/config/kernel/linux.in	Tue Jun 21 20:52:08 2011 -0700
+++ b/config/kernel/linux.in	Tue Jun 21 21:01:20 2011 -0700
@@ -38,37 +38,17 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
+config KERNEL_V_2_6_39_1
+    bool
+    prompt "2.6.39.1"
+
 config KERNEL_V_2_6_39
     bool
     prompt "2.6.39"
 
-config KERNEL_V_2_6_38_6
+config KERNEL_V_2_6_38_8
     bool
-    prompt "2.6.38.6"
-
-config KERNEL_V_2_6_38_5
-    bool
-    prompt "2.6.38.5"
-
-config KERNEL_V_2_6_38_4
-    bool
-    prompt "2.6.38.4"
-
-config KERNEL_V_2_6_38_3
-    bool
-    prompt "2.6.38.3"
-
-config KERNEL_V_2_6_38_2
-    bool
-    prompt "2.6.38.2"
-
-config KERNEL_V_2_6_38_1
-    bool
-    prompt "2.6.38.1"
-
-config KERNEL_V_2_6_38
-    bool
-    prompt "2.6.38"
+    prompt "2.6.38.8"
 
 config KERNEL_V_2_6_37_6
     bool
@@ -101,13 +81,13 @@
     bool
     prompt "2.6.34.9"
 
-config KERNEL_V_2_6_33_13
+config KERNEL_V_2_6_33_14
     bool
-    prompt "2.6.33.13"
+    prompt "2.6.33.14"
 
-config KERNEL_V_2_6_32_40
+config KERNEL_V_2_6_32_41
     bool
-    prompt "2.6.32.40 (longterm)"
+    prompt "2.6.32.41 (longterm)"
     help
       The Linux 2.6.32 tree is a "longterm" maintenance branch.
       
@@ -169,20 +149,15 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    default "2.6.39.1" if KERNEL_V_2_6_39_1
     default "2.6.39" if KERNEL_V_2_6_39
-    default "2.6.38.6" if KERNEL_V_2_6_38_6
-    default "2.6.38.5" if KERNEL_V_2_6_38_5
-    default "2.6.38.4" if KERNEL_V_2_6_38_4
-    default "2.6.38.3" if KERNEL_V_2_6_38_3
-    default "2.6.38.2" if KERNEL_V_2_6_38_2
-    default "2.6.38.1" if KERNEL_V_2_6_38_1
-    default "2.6.38" if KERNEL_V_2_6_38
+    default "2.6.38.8" if KERNEL_V_2_6_38_8
     default "2.6.37.6" if KERNEL_V_2_6_37_6
     default "2.6.36.4" if KERNEL_V_2_6_36_4
     default "2.6.35.13" if KERNEL_V_2_6_35_13
     default "2.6.34.9" if KERNEL_V_2_6_34_9
-    default "2.6.33.13" if KERNEL_V_2_6_33_13
-    default "2.6.32.40" if KERNEL_V_2_6_32_40
+    default "2.6.33.14" if KERNEL_V_2_6_33_13
+    default "2.6.32.41" if KERNEL_V_2_6_32_40
     default "2.6.31.14" if KERNEL_V_2_6_31_14
     default "2.6.27.59" if KERNEL_V_2_6_27_59
 

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

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

* Re: [PATCH 2 of 2] config/kernel: Update linux kernel versions
  2011-06-22  4:11 ` [PATCH 2 of 2] config/kernel: Update linux kernel versions Bryan Hundven
@ 2011-06-22  4:12   ` Bryan Hundven
  0 siblings, 0 replies; 5+ messages in thread
From: Bryan Hundven @ 2011-06-22  4:12 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

On Tue, Jun 21, 2011 at 9:05 PM, Bryan Hundven <bryanhundven@gmail.com> wrote:
>  config/kernel/linux.in |  53 +++++++++++++------------------------------------
>  1 files changed, 14 insertions(+), 39 deletions(-)
>
>
> # HG changeset patch
> # User Bryan Hundven <bryanhundven@gmail.com>
> # Date 1308715280 25200
> # Node ID 586678dfff0b19d1cee41c96755bc05b0dc62b5b
> # Parent  6d9b79f63eda6bbe9d0446bf9290de3a5136a7b8
> config/kernel: Update linux kernel versions
>
> Add 2.6.39.1
> Drop 2.6.38-2.6.38.6 provide the latest 2.6.38.8
> Update longterm trees:
>  * 2.6.33 is 2.6.33.14
>  * 2.6.32 is 2.6.32.41

Sorry, my script is broken:

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

> diff -r 6d9b79f63eda -r 586678dfff0b config/kernel/linux.in
> --- a/config/kernel/linux.in    Tue Jun 21 20:52:08 2011 -0700
> +++ b/config/kernel/linux.in    Tue Jun 21 21:01:20 2011 -0700
> @@ -38,37 +38,17 @@
>  # Don't remove next line
>  # CT_INSERT_VERSION_BELOW
>
> +config KERNEL_V_2_6_39_1
> +    bool
> +    prompt "2.6.39.1"
> +
>  config KERNEL_V_2_6_39
>     bool
>     prompt "2.6.39"
>
> -config KERNEL_V_2_6_38_6
> +config KERNEL_V_2_6_38_8
>     bool
> -    prompt "2.6.38.6"
> -
> -config KERNEL_V_2_6_38_5
> -    bool
> -    prompt "2.6.38.5"
> -
> -config KERNEL_V_2_6_38_4
> -    bool
> -    prompt "2.6.38.4"
> -
> -config KERNEL_V_2_6_38_3
> -    bool
> -    prompt "2.6.38.3"
> -
> -config KERNEL_V_2_6_38_2
> -    bool
> -    prompt "2.6.38.2"
> -
> -config KERNEL_V_2_6_38_1
> -    bool
> -    prompt "2.6.38.1"
> -
> -config KERNEL_V_2_6_38
> -    bool
> -    prompt "2.6.38"
> +    prompt "2.6.38.8"
>
>  config KERNEL_V_2_6_37_6
>     bool
> @@ -101,13 +81,13 @@
>     bool
>     prompt "2.6.34.9"
>
> -config KERNEL_V_2_6_33_13
> +config KERNEL_V_2_6_33_14
>     bool
> -    prompt "2.6.33.13"
> +    prompt "2.6.33.14"
>
> -config KERNEL_V_2_6_32_40
> +config KERNEL_V_2_6_32_41
>     bool
> -    prompt "2.6.32.40 (longterm)"
> +    prompt "2.6.32.41 (longterm)"
>     help
>       The Linux 2.6.32 tree is a "longterm" maintenance branch.
>
> @@ -169,20 +149,15 @@
>     string
>  # Don't remove next line
>  # CT_INSERT_VERSION_STRING_BELOW
> +    default "2.6.39.1" if KERNEL_V_2_6_39_1
>     default "2.6.39" if KERNEL_V_2_6_39
> -    default "2.6.38.6" if KERNEL_V_2_6_38_6
> -    default "2.6.38.5" if KERNEL_V_2_6_38_5
> -    default "2.6.38.4" if KERNEL_V_2_6_38_4
> -    default "2.6.38.3" if KERNEL_V_2_6_38_3
> -    default "2.6.38.2" if KERNEL_V_2_6_38_2
> -    default "2.6.38.1" if KERNEL_V_2_6_38_1
> -    default "2.6.38" if KERNEL_V_2_6_38
> +    default "2.6.38.8" if KERNEL_V_2_6_38_8
>     default "2.6.37.6" if KERNEL_V_2_6_37_6
>     default "2.6.36.4" if KERNEL_V_2_6_36_4
>     default "2.6.35.13" if KERNEL_V_2_6_35_13
>     default "2.6.34.9" if KERNEL_V_2_6_34_9
> -    default "2.6.33.13" if KERNEL_V_2_6_33_13
> -    default "2.6.32.40" if KERNEL_V_2_6_32_40
> +    default "2.6.33.14" if KERNEL_V_2_6_33_13
> +    default "2.6.32.41" if KERNEL_V_2_6_32_40
>     default "2.6.31.14" if KERNEL_V_2_6_31_14
>     default "2.6.27.59" if KERNEL_V_2_6_27_59
>
>

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

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

* Re: [PATCH 0 of 2] Updates for eglibc and linux kernel
  2011-06-22  4:11 [PATCH 0 of 2] Updates for eglibc and linux kernel Bryan Hundven
  2011-06-22  4:11 ` [PATCH 2 of 2] config/kernel: Update linux kernel versions Bryan Hundven
  2011-06-22  4:11 ` [PATCH 1 of 2] config/eglibc: Add eglibc-2_14 branch Bryan Hundven
@ 2011-06-22 17:01 ` Yann E. MORIN
  2 siblings, 0 replies; 5+ messages in thread
From: Yann E. MORIN @ 2011-06-22 17:01 UTC (permalink / raw)
  To: crossgcc; +Cc: Bryan Hundven

Bryan, All,

On Wednesday 22 June 2011 06:05:09 Bryan Hundven wrote:
> These two patches update eglibc to provide 2.14, and update various kernel
> versions.

Applied as #6d9b79f63eda and #586678dfff0b. Thank you!

Note: a small typo existed in the kernel versions patch:

-    default "2.6.33.13" if KERNEL_V_2_6_33_13
-    default "2.6.32.40" if KERNEL_V_2_6_32_40
+    default "2.6.33.14" if KERNEL_V_2_6_33_13
+    default "2.6.32.41" if KERNEL_V_2_6_32_40

You just forgot to change the condition.
I fixed it (but forgot to put your SoB, sorry.)

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  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] 5+ messages in thread

end of thread, other threads:[~2011-06-22 17:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-22  4:11 [PATCH 0 of 2] Updates for eglibc and linux kernel Bryan Hundven
2011-06-22  4:11 ` [PATCH 2 of 2] config/kernel: Update linux kernel versions Bryan Hundven
2011-06-22  4:12   ` Bryan Hundven
2011-06-22  4:11 ` [PATCH 1 of 2] config/eglibc: Add eglibc-2_14 branch Bryan Hundven
2011-06-22 17:01 ` [PATCH 0 of 2] Updates for eglibc and linux kernel 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).