View previous topic :: View next topic |
Author |
Message |
Bob P Advocate
Joined: 20 Oct 2004 Posts: 3374 Location: USA
|
Posted: Thu Dec 02, 2004 2:30 am Post subject: what branch includes 2.6.10? |
|
|
just wondering what i need to emerge to get 2.6.10. |
|
Back to top |
|
|
mrpdaemon Tux's lil' helper
Joined: 23 Aug 2004 Posts: 134
|
Posted: Thu Dec 02, 2004 2:34 am Post subject: |
|
|
Is 2.6.10 even released yet? kernel.org still says its at 2.6.10-rc2. |
|
Back to top |
|
|
codergeek42 Bodhisattva
Joined: 05 Apr 2004 Posts: 5142 Location: Anaheim, CA (USA)
|
Posted: Thu Dec 02, 2004 3:38 am Post subject: |
|
|
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 |
|
|
Bob P Advocate
Joined: 20 Oct 2004 Posts: 3374 Location: USA
|
Posted: Thu Dec 02, 2004 7:23 am Post subject: |
|
|
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 |
|
|
Deranger Veteran
Joined: 26 Aug 2004 Posts: 1215
|
Posted: Thu Dec 02, 2004 8:10 am Post subject: |
|
|
Bob P: No, you don't have to. |
|
Back to top |
|
|
Bob P Advocate
Joined: 20 Oct 2004 Posts: 3374 Location: USA
|
Posted: Thu Dec 02, 2004 9:04 am Post subject: |
|
|
thanks! |
|
Back to top |
|
|
|