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?
-----------
On a similar note, I am also running the latest Ubuntu (Panda) distribution. I was recently updated to kernel version v3.1.1.8 (linaro-lt-omap) using "update-manager".
(2) Could you also help me to find the sources for this version (or any version used in the Linaro Ubuntu distributions for that matter). If there is a way to apt-get the sources that would be very useful to know as well.
Any help would be much appreciated.
Best Regards, Frederik Lotter
****************************************************************** Frederik Lotter, Application Engineer at ARM Ltd. UK Support Team....: +44 (0)1223 400600 US Support Team....: +1 512 381 2928 110 Direct Dial........: +44 (0)1223 400549 Email..............: Frederik.Lotter@arm.com ******************************************************************
-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
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
Thank you Andy. This helps a lot!
---
These XML manifest does not seem to exist for the Debian type distributions.
E.g. a similar manifest.txt exists with:
linux-image-3.1.1-5-linaro-lt-omap=3.1.1-5.5~lt~ci~20111218011838+020210
I cannot locate anything matching this description in the git repo.
Can anyone help me solve the last piece of the puzzle?
Regards, Fred
-----Original Message----- From: Andy Doan [mailto:andy.doan@linaro.org] Sent: 24 January 2012 15:41 To: Frederik Lotter Cc: linaro-dev@lists.linaro.org Subject: Re: Staging Android kernel sources
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
-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
On 01/25/2012 05:06 AM, Frederik Lotter wrote:
These XML manifest does not seem to exist for the Debian type distributions.
E.g. a similar manifest.txt exists with:
linux-image-3.1.1-5-linaro-lt-omap=3.1.1-5.5~lt~ci~20111218011838+020210
I cannot locate anything matching this description in the git repo.
Can anyone help me solve the last piece of the puzzle?
There's an ongoing thread related to that topic. Unfortunately, I don't think we have a great answer for you right now. However, reading the thread should help you:
http://lists.linaro.org/pipermail/linaro-dev/2012-January/009694.html