On 19 June 2012 21:48, RabidCicada rabidcicada@gmail.com wrote:
One more set of questions:
Where can I find the changelog Fathi mentioned (so I can help myself a little more in the future)? I tried poking around myself but couldn't locate one. Is it in some central location online or part of the tar.gz somewhere or part of a .deb file?
it's part of the deb file. You can get it with apt-get changelog ${package} or look to the file directly (it's under /usr/share/doc/${package}/changelog.Debian.gz)
To get my own copy of the source for the kernel I've mentioned should I simply checkout that commit number (4fd4...0e1d) from the 'LT omap tree -- tilt-3.3 branch'? Or do I need to do something else with the other inluded information?
LT OMAP tree is all you need to get the kernel source. The other trees contains packaging code. It's needed if you want to rebuild the package. I'll defer to John for more info as he maintains this part.
The provided info includes two full source trees, CI and LT omap tree. Are they literally combined to make a hybrid source tree before compilng? Or is one tree simply historically derived from the other (and therefore included in the summary)? Or is there some other relationship between the two trees?
I am trying to look up information on the entire workflow for the linaro on pandaboard source tree etc but I'm having a little bit of trouble diving in. I'm not able to piece together how you guys get stuff through the pipeline.
On Mon, Jun 18, 2012 at 2:11 PM, RabidCicada rabidcicada@gmail.com wrote:
Thanks much. I'm going to c+p the answer into my ask.linaro.org question about the same thing.
On Sat, Jun 16, 2012 at 1:23 AM, Fathi Boudra fathi.boudra@linaro.org wrote:
On 15 June 2012 22:40, RabidCicada wrote:
Please point me to the kernel sourcecode repo and checkout for the resulting image created for the pandaboard by the following files: hwpack_linaro-lt-panda-x11-base_20120505-32_armhf_supported.tar.gz linaro-precise-ubuntu-desktop-20120426-119.tar.gz
uname -a gives "Linux linaro-ubuntu-desktop 3.3.1-38-linaro-lt-omap #38~lt~ci~00000000000001+1336186099~4fa4ad78-Ubuntu"
- the hwpack version tells us that it is the build 32 on 2012.05.05.
- looking at the manifest, it contains
linux-image-3.3.1-38-linaro-lt-omap 3.3.1-38.38~lt~ci~00000000000001+1336186099~4fa4ad78 3. looking at the package changelog:
linux-linaro-lt-omap (3.3.1-38.38~lt~ci~00000000000001+1336186099~4fa4ad78) oneiric; urgency=low
[ John Rigby ] * Initial 3.3 Linux Linaro aka linux-linaro-q-3.3 * Rebase on linux-linaro-3.3-rc3-2012.02.1 * Workaround a config enforce problem * Hacked lt-omaponly tree as sauce template for tilt-3.3
[ Linaro CI ] * LINARO: LT: CI: Autogenerated Packaged Kernel * Add linaro and ubuntu packaging and sauce * linux-linaro-lt-omap 3.3.1-38.38~lt~ci~00000000000001+1336186099 created from: LT omap tree: tree:git://git.linaro.org/landing-teams/working/ti/kernel.git branch:tilt-3.3 commit:4fd4b38aa735fe96c97fa467e028d00c7cb10e1d CI linux-linaro tree: tree:git://git.linaro.org/ubuntu/linux-linaro-q.git branch:linaro-shared-only-3.3-se commit:6daa5241957db041a62d251ca25813201f734ebe Flavour specific package files from: tree:git://git.linaro.org/people/jcrigby/linux-lt-ci-pack-info.git branch:lt-omap-3.3-package-info commit:9408812bfd2aa1253d1d59635f24c6fae885362a
- You're looking for the "created from" entry.