OESF Portables Forum
Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => OpenZaurus/Opie/Qtopia => Topic started by: lardman on January 18, 2004, 07:23:47 am
-
There are a couple to choose from:
collie-2.4
oz-2.4
rmk-2.4
perhaps even pxa-2.4 (though I have a collie so I doubt this).
Also where is the latest 2.4.21cl code (perhaps this is in one of the above)? and the 2.4.18 which we\'re running at the moment, is that in one of the above too?
Any development 2.6.x code available?
The kernel patches are in the buildroot I assume? Do they need to be applied to what I get from bitkeeper, or has that already been done (I assume the latter)?
Thanks,
Si
-
See buildroot, packages/kernel-oz and better ask this on openzaurus-devel@lists.sf.net, because the only one who knows for sure doesn\'t read forums.
-
Thanks, I\'ve done that.
We\'ll see how much flaming I receive ;-)
Just between you and me, this whole bitkeeper & oe thing is a real pain in the arse if you don\'t have a Linux machine on the net. I use my nice fast uni connection (WinXP machine) to grab the stuff from bitkeeper, hoping that it will work without any filename conflicts due to the case insensitivity, but then I have to sit at home running over a slow (speed throttled WinModem drivers = 14.4kbps) and expensive dialup to get the really big source for the compile (actually I wonder whether it would even compile correctly having been stored on a Windows disk and possibly loosing its case?). I know it\'s possible to download each source package by hand, and I started doing that for X11, but then some other dependency keeps cropping up and when it takes weeks of toing and froing to get all of the required source tarballs the will power starts to drain away.
Is it possible to just get a list of all of the source packages which I need? Sort of like dry running oe without actually trying to download them; then I can grab them all at uni in one go and actually be able to have a working/useful setup and be able to contribute something?
Sorry for the rant,
Si
P.S. If I do ever get this working, I\'ll quite happily write some documentation for others in the same sort of newbie position.
-
Try something like find . -name \"*.oe\"|xargs grep -3 SRC_URI
-
Thanks I\'ll give it a go.
Si