On 01/24/2012 05:19 AM, Frederik Lotter wrote:
Dear Linaro,
I am using the image from your staging distribution or ICS Android: http://releases.linaro.org/11.12/android/images/staging-panda/
I would like to build the latest Streamline gator driver, and gatord daemon. I had a look at the GIT repo but I am afraid this is too complex for me to find what I need (http://git.linaro.org/gitweb).
(1) Could you please advise where I would find the matching kernel (a) sources and (b) config for Panda?
The link you shared above includes a "pinned manifest". This is basically a list of all git repos used to create that build and the commit they were based on. In this case the kernel was:
<project name="people/andygreen/repo-branch-archive" path="kernel" remote="linaro-other" revision="0ccecd278c7b7a02be09469fa33717327bf7d4ed"/>
which gets you to this kernel:
The kernel config is generated with something like: make O=tmp ARCH=arm defconfig android_omap4_defconfig