SheevaPlug Kernel and Gentoo binhost
Yesterday I have played around with GIT and
- merged the Linux kernel tree from Linus Torvalds
- with the Orion sources from Marvell (i.e. patches for SheevaPlug and OpenRD)
- added the Gentoo patches (distribution independent)
- and those for USB displays and SDHC cards
- and eliminated some harmless, but annoying warnings on ARM.
As I found the configurations of the other kernels for the SheevaPlug on the net a bit unfortunate, you can download my latest kernel flavour here:
sheevaplug-linux-2.6.32-rc5-mark.
Please find the merged Linux kernel sources at git.ossdl.de, along with the various configurations I run them with.
But, do me a favour and fetch the actual linux kernel from git.kernel.org and only the differences from my site – bandwidth.
Binhost: If you run Gentoo you can use my binhost for the SheevaPlug. I recommend you pull portage configurations from git.ossdl.de, the “arm” (or “wais-sheeva”) branch and/or set this in your /etc/portage/make.conf and it will spare you long compile runs:
FEATURES="ccache parallel-fetch userfetch userpriv getbinpkg" PORTAGE_BINHOST="http://binhost.ossdl.de/armv5tel-softfloat-linux-gnueabi/"
I run a Gentoo overlay for all systems. You might consider using it, too. It contains Nginx with patches for the ARM (and MIPS, btw), PHP-FPM and Cyrus-IMAPd.
See http://git.ossdl.de/cgit/ossdl-overlay/.

Follow me on Twitter
[...] In a hurry? You can download my kernel configuration file here or the latest here; or compiled kernels here. [...]
Is “gentoo-sources” kernel+patchset no longer a decent candidate for the ‘plugs? And, OMG, thank you for the binhost!
Can you detail the necessary commands to keep the load on your servers to a minimum? Git newbie here, but I learn fast.
Nightmonkey, the binhost is either on CDN or on a very fast server. Don’t worry about its load nor bandwidth usage. The latter is for a typical server seldom more than 400 MiB.
But right, git.ossdl.de with my kernel source branch is not as good connected. Therefore please fetch from kernel.org first and let GIT only get differences/my patches from my site. See the topmost trackback for instructions on how to do that.
gentoo-sources are currently vanilla-sources and patches for AIX and HPPC. They did not, do not and most probably won’t contain any additional patches for ARMs (thus other than those officially included in Torvald’s Linux tree), and even less likely additions such as those stated above. So, no.
[...] [6]Mark’s blog [...]