public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0 of 1] Linux updates
@ 2011-11-02 12:46 Benoît THÉBAUDEAU
  2011-11-02 12:46 ` [PATCH 1 of 1] kernel/linux: update revisions Benoît THÉBAUDEAU
  2011-11-03 20:16 ` [PATCH 0 of 1] Linux updates Yann E. MORIN
  0 siblings, 2 replies; 4+ messages in thread
From: Benoît THÉBAUDEAU @ 2011-11-02 12:46 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

Hi Yann, all,

As most Linux tarballs have now been put back on kernel.org, I send the
following patch to update Linux revisions.

I have removed the non-latest 3.0.x revisions as you did for 2.6.x since 3.1.x
is now the latest stable series.

Note that some older tarballs are still missing from kernel.org, especially for
the longterm revisions.

Best regards,
Benoît THÉBAUDEAU

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

* [PATCH 1 of 1] kernel/linux: update revisions
  2011-11-02 12:46 [PATCH 0 of 1] Linux updates Benoît THÉBAUDEAU
@ 2011-11-02 12:46 ` Benoît THÉBAUDEAU
  2011-11-02 18:01   ` Yann E. MORIN
  2011-11-03 20:16 ` [PATCH 0 of 1] Linux updates Yann E. MORIN
  1 sibling, 1 reply; 4+ messages in thread
From: Benoît THÉBAUDEAU @ 2011-11-02 12:46 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

# HG changeset patch
# User "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
# Date 1320237306 -3600
# Node ID c14996fd45ad07b7e2591c3ef8e7153829562b50
# Parent  3362c64f4b6ce073338ecad68526f63feb47717e
kernel/linux: update revisions

Update Linux with the latest available revisions.

Signed-off-by: "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>

diff --git a/config/kernel/linux.in b/config/kernel/linux.in
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -26,25 +26,13 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
-config KERNEL_V_3_0_4
+config KERNEL_V_3_1
     bool
-    prompt "3.0.4"
+    prompt "3.1"
 
-config KERNEL_V_3_0_3
+config KERNEL_V_3_0_8
     bool
-    prompt "3.0.3"
-
-config KERNEL_V_3_0_2
-    bool
-    prompt "3.0.2"
-
-config KERNEL_V_3_0_1
-    bool
-    prompt "3.0.1"
-
-config KERNEL_V_3_0
-    bool
-    prompt "3.0"
+    prompt "3.0.8"
 
 config KERNEL_V_2_6_39_4
     bool
@@ -158,11 +146,8 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
-    default "3.0.4" if KERNEL_V_3_0_4
-    default "3.0.3" if KERNEL_V_3_0_3
-    default "3.0.2" if KERNEL_V_3_0_2
-    default "3.0.1" if KERNEL_V_3_0_1
-    default "3.0" if KERNEL_V_3_0
+    default "3.1" if KERNEL_V_3_1
+    default "3.0.8" if KERNEL_V_3_0_8
     default "2.6.39.4" if KERNEL_V_2_6_39_4
     default "2.6.38.8" if KERNEL_V_2_6_38_8
     default "2.6.37.6" if KERNEL_V_2_6_37_6

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

* Re: [PATCH 1 of 1] kernel/linux: update revisions
  2011-11-02 12:46 ` [PATCH 1 of 1] kernel/linux: update revisions Benoît THÉBAUDEAU
@ 2011-11-02 18:01   ` Yann E. MORIN
  0 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2011-11-02 18:01 UTC (permalink / raw)
  To: crossgcc; +Cc: Benoît THÉBAUDEAU

Benoît, All,

On Wednesday 02 November 2011 13:46:03 Benoît THÉBAUDEAU wrote:
> # HG changeset patch
> # User "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
> # Date 1320237306 -3600
> # Node ID c14996fd45ad07b7e2591c3ef8e7153829562b50
> # Parent  3362c64f4b6ce073338ecad68526f63feb47717e
> kernel/linux: update revisions

Applied as #c14996fd45ad. Thank you!

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

* Re: [PATCH 0 of 1] Linux updates
  2011-11-02 12:46 [PATCH 0 of 1] Linux updates Benoît THÉBAUDEAU
  2011-11-02 12:46 ` [PATCH 1 of 1] kernel/linux: update revisions Benoît THÉBAUDEAU
@ 2011-11-03 20:16 ` Yann E. MORIN
  1 sibling, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2011-11-03 20:16 UTC (permalink / raw)
  To: crossgcc; +Cc: Benoît THÉBAUDEAU

Benoît, All,

On Wednesday 02 November 2011 13:46:02 Benoît THÉBAUDEAU wrote:
> Note that some older tarballs are still missing from kernel.org, especially
> for the longterm revisions.

Indeed, that is an issue.

However, there is nothing we can do in crosstool-NG as of now, due to the
way crosstool-NG expects to get its sources.

In the beginings, crosstool-NG was designed to build _production ready_
toolchains, so it meant using _releases_, not development snapshots.
So use of a git/svn/whatever VCS was not provisioned. As eglibc is only
distributed through the svn repository, a hack was made to shoehorn svn
support in crosstool-NG. I consider this to be a hack for now.

But I can see the point of also using development versions/snapshots for
testign purposes. That's why I'd like to entirely review how crosstool-NG
gets the sources. Alas, it's not that easy as it seems, if we want it to
be done correctly.

So, for the moment, the only way to use the long-term releases with
crosstool-NG is to use git to prepare the tarballs, and put them where
crosstool-NG can find them:

  git archive --prefix=linux-X.Y.Z vX.Y.Z |bzip2 >linux-X.Y.Z.tar.bz2

That's how I prepared some of the tarballs I use here...

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

end of thread, other threads:[~2011-11-03 20:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-02 12:46 [PATCH 0 of 1] Linux updates Benoît THÉBAUDEAU
2011-11-02 12:46 ` [PATCH 1 of 1] kernel/linux: update revisions Benoît THÉBAUDEAU
2011-11-02 18:01   ` Yann E. MORIN
2011-11-03 20:16 ` [PATCH 0 of 1] Linux updates 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).