Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
what branch includes 2.6.10?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Bob P
Advocate
Advocate


Joined: 20 Oct 2004
Posts: 3374
Location: USA

PostPosted: Thu Dec 02, 2004 2:30 am    Post subject: what branch includes 2.6.10? Reply with quote

just wondering what i need to emerge to get 2.6.10.
Back to top
View user's profile Send private message
mrpdaemon
Tux's lil' helper
Tux's lil' helper


Joined: 23 Aug 2004
Posts: 134

PostPosted: Thu Dec 02, 2004 2:34 am    Post subject: Reply with quote

Is 2.6.10 even released yet? kernel.org still says its at 2.6.10-rc2.
Back to top
View user's profile Send private message
codergeek42
Bodhisattva
Bodhisattva


Joined: 05 Apr 2004
Posts: 5142
Location: Anaheim, CA (USA)

PostPosted: Thu Dec 02, 2004 3:38 am    Post subject: Reply with quote

http://packages.gentoo.org/search/?sstring=development-sources

You need to keyword it first: (if not using a full ~arch system)
Code:
echo "sys-kernel/development-sources ~x86" >> /etc/portage/package.keywords
(Use your arch instead of x86, such as ppc or amd64 as the case may be.) Then a simple
Code:
# emerge "=sys-kernel/development-sources-2.6.10_rc2"
should put it all in /usr/src/linux-2.6.10-rc2 for you. Then you should update your /usr/src/linux symlink to point to the new kernel source tree and update your kernel according to the Gentoo Handbook (at least that's the method I use).

http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=7#doc_chap3

(That's for x86, your arch may be different, especially the part about configuring your bootloader.)

Hope that helps!
_________________
~~ Peter: Programmer, Mathematician, STEM & Free Software Advocate, Enlightened Agent, Transhumanist, Fedora contributor
Who am I? :: EFF & FSF
Back to top
View user's profile Send private message
Bob P
Advocate
Advocate


Joined: 20 Oct 2004
Posts: 3374
Location: USA

PostPosted: Thu Dec 02, 2004 7:23 am    Post subject: Reply with quote

thanks Peter.

i have a question about this: at present I'm using the gentoo-dev-sources kernel. i have ACCEPT KEYWORDS="~x86" as an entry in /etc/make.conf. with that in mind, do i still need to to this:
Code:
echo "sys-kernel/development-sources ~x86" >> /etc/portage/package.keywords

or do i already have that base covered by the keywords statement in make.conf?

thanks.
Back to top
View user's profile Send private message
Deranger
Veteran
Veteran


Joined: 26 Aug 2004
Posts: 1215

PostPosted: Thu Dec 02, 2004 8:10 am    Post subject: Reply with quote

Bob P: No, you don't have to.
Back to top
View user's profile Send private message
Bob P
Advocate
Advocate


Joined: 20 Oct 2004
Posts: 3374
Location: USA

PostPosted: Thu Dec 02, 2004 9:04 am    Post subject: Reply with quote

thanks!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum