Dear Robert, In message <[email protected]> you wrote: > > Does this mean, that the patches are not anymore against the DENX git > repository, but against mainline?
This is not a contradiction - our linux-2.6-denx repository is based on the kernel.org tree and fully includes it. The "kernel.org" branch in our "linux-2.6-denx" repository is directly tracking the mainline kernel tree. > What I would do up to now is to find in the denx git repository the > corresponding commit or similar;) Just refer to the git commit ID, and you will find it happens to be there. > There seems to be an 2.6.33 ipipe patch: > > http://git.xenomai.org/?p=xenomai-head.git;a=blob;f=ksrc/arch/powerpc/patches/adeos-ipipe-2.6.33-powerpc-2.9-00.patch;h=7b84ba91606e7873227ef70d99aa077362248f4a;hb=master > > So I would apply this on: > http://git.denx.de/?p=linux-2.6-denx.git;a=shortlog;h=refs/heads/DENX-v2.6.33-stable Of course not. You do not use the web interface to actually work with git. And "v2.6.33" in mainline is something different than our DENX-v2.6.33-stable branch (which BTW is a branch, i. e. not a specific commit). > Or something completely different? If you want to get "v2.6.33", you check out this version: You would initially run "git clone" to clone either the kernel.org mainline repository, or, if you like, our "linux-2.6-denx" repository. Then you would run the command git checkout v2.6.33 to get the exact state of sources these patches were created against. > I'm confused what's the recommended way to get the latest and greatest > ipipe/kernel/xenomai combination based on a DENX ppc kernel tree. See above: "git clone" followed by "git checkout" - as usual. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] I'm frequently appalled by the low regard you Earthmen have for life. -- Spock, "The Galileo Seven", stardate 2822.3 _______________________________________________ Xenomai-help mailing list [email protected] https://mail.gna.org/listinfo/xenomai-help
