[ptxdist] UBIFS generation question

2012-11-01 Thread Jeff Horn
Hi, I currently add the git commit to my BSP by adding this to a custom overlay rule. echo $(shell git rev-parse --verify HEAD) $(ROOTDIR)/etc/revision That works fine for creating the file in the platform/root directory. When I started to use the UBI image I noticed that file was missing

Re: [ptxdist] UBIFS generation question

2012-11-01 Thread Jeff Horn
Thanks Alex, I have it all working now. Jeff On Thu, Nov 1, 2012 at 1:37 PM, Alexander Dahl p...@lespocky.de wrote: Hei Jeff, On 01.11.2012 19:22, Jeff Horn wrote: echo $(shell git rev-parse --verify HEAD) $(ROOTDIR)/etc/revision I personally use `git describe --tags

[ptxdist] mxs-utils and the MX28

2012-01-31 Thread Jeff Horn
Hi, I have a Ptxdist (2011.07.0) build for the MX53 and I and looking at also building for the mx28. I see under the platformconfig bootloaders there is a mxs-utils option for the mx28/23. That all built and now I see the elftosb host binary which I know is used in the FSL SDK. Do I need to

[ptxdist] i.MX28 OSELAS toolchain

2012-01-19 Thread Jeff Horn
Hi, I'm using Ptxdist (2011-07.0) and the OSELAS toolchain (1.99.3.8) to test out the i.MX28. Is the arm-v5te-linux-gnueabi_gcc-4.3.2_glibc-2.8_binutils-2.18_kernel-2.6.27-sanitized the correct toolchain? Thanks in advance, Jeff -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] Custom kernel archive

2012-01-06 Thread Jeff Horn
On Wed, Jan 4, 2012 at 2:00 AM, Michael Olbrich m.olbr...@pengutronix.dewrote: Hi, On Tue, Dec 27, 2011 at 02:02:37PM -0800, Jeff Horn wrote: I am using Ptxdist 2011.07.0 and I am trying to build the kernel from an archive generated by git archive. I have a local kernel git tree and once

[ptxdist] Custom kernel archive

2011-12-27 Thread Jeff Horn
Hi, I am using Ptxdist 2011.07.0 and I am trying to build the kernel from an archive generated by git archive. I have a local kernel git tree and once the kernel is built and tested (loaded over nfs) I thought I could compress it and add it to the src directory and then add the version to my