|
|
Subscribe / Log in / New account

Embedded Linux Conference 2010 Program is available

Embedded Linux Conference 2010 Program is available

Posted Mar 14, 2010 23:44 UTC (Sun) by linusw (subscriber, #40300)
In reply to: Embedded Linux Conference 2010 Program is available by BenHutchings
Parent article: Embedded Linux Conference 2010 Program is available

For background, the changes done by Google for Android can be obtained like so:

git clone git://android.git.kernel.org/kernel/common.git android-kernel
cd android-kernel
git fetch --tags git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.32.y.git
git shortlog v2.6.32.9..HEAD

Sum total 166 patches.


to post comments

Embedded Linux Conference 2010 Program is available

Posted Mar 14, 2010 23:48 UTC (Sun) by linusw (subscriber, #40300) [Link]

Or, oops should be
git checkout --track -b android-2.6.32 origin/android-2.6.32
after the cd android-kernel there...


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds