Re: [ptxdist] [SRC_PKG] umkimage-2010.03

2010-06-16 Thread Remy Bohmer
Hi,

 I followed the same structure as what was now the case of the source
 package and makefiles.
 Of course it can be done differently, but this worked as well ;-)

 okay

 Maybe implement something like this:
     make import U_BOOT_TREE=/path/to/u-boot

 I've hacked it together, along with some proper build system. I like
 autotools :)

 It seems ;-)

 Have a look at:

 http://git.pengutronix.de/?p=mkl/u-boot-mkimage.git;a=summary

 I started with v2010.06-rc1, maybe your patch isn't needed anymore.

 Indeed the patch was integrated between 2010.03 and 2010.06, but since
 2010.06 is not released yet I choose 2010.03 as last stable release.
 The tool has not changed since (except for the compile fix for mingw
 targets ;-) )

 okay, then...can I pull your u-boot-mkimage sources and put it in a git
 tree at pengutronix? Please make mark your release with tag. Then I'll
 create a tarball with $(git archive) and upload it to our webserver.

Here it is:
git clone git://gitorious.org/u-boot-mkimage/u-boot-mkimage.git

Kind regards,

Remy

-- 
ptxdist mailing list
ptxdist@pengutronix.de


[ptxdist] (no subject)

2010-06-16 Thread Marc Kleine-Budde
Hey Remy,

 Here it is:
 git clone git://gitorious.org/u-boot-mkimage/u-boot-mkimage.git

Can we remove stripping. Better let the distribution decide about stripping.
Also respect CPP and LDFLAGS. See the following patches.

cheers, Marc



-- 
ptxdist mailing list
ptxdist@pengutronix.de


Re: [ptxdist] (no subject)

2010-06-16 Thread Remy Bohmer
Hi,

2010/6/16 Marc Kleine-Budde m...@pengutronix.de:
 Hey Remy,

 Here it is:
 git clone git://gitorious.org/u-boot-mkimage/u-boot-mkimage.git

 Can we remove stripping. Better let the distribution decide about stripping.

OK

 Also respect CPP and LDFLAGS. See the following patches.

For both patches:
Acked-by: Remy Bohmer li...@bohmer.net

-- 
ptxdist mailing list
ptxdist@pengutronix.de


Re: [ptxdist] (no subject)

2010-06-16 Thread Remy Bohmer
Hi,

2010/6/16 Marc Kleine-Budde m...@pengutronix.de:
 Remy Bohmer wrote:
 Hi,

 2010/6/16 Marc Kleine-Budde m...@pengutronix.de:
 Hey Remy,

 Here it is:
 git clone git://gitorious.org/u-boot-mkimage/u-boot-mkimage.git
 Can we remove stripping. Better let the distribution decide about stripping.

 OK

 Also respect CPP and LDFLAGS. See the following patches.

 For both patches:
 Acked-by: Remy Bohmer li...@bohmer.net

 Tnx, can I your a S-o-b under the initial commit?

OK
Signed-off-by: Remy Bohmer li...@bohmer.net

Remy

-- 
ptxdist mailing list
ptxdist@pengutronix.de


Re: [ptxdist] (no subject)

2010-06-16 Thread Marc Kleine-Budde
Remy Bohmer wrote:
 Hi,
 
 2010/6/16 Marc Kleine-Budde m...@pengutronix.de:
 Remy Bohmer wrote:
 Hi,

 2010/6/16 Marc Kleine-Budde m...@pengutronix.de:
 Hey Remy,

 Here it is:
 git clone git://gitorious.org/u-boot-mkimage/u-boot-mkimage.git
 Can we remove stripping. Better let the distribution decide about 
 stripping.
 OK

 Also respect CPP and LDFLAGS. See the following patches.
 For both patches:
 Acked-by: Remy Bohmer li...@bohmer.net
 Tnx, can I your a S-o-b under the initial commit?
 
 OK
 Signed-off-by: Remy Bohmer li...@bohmer.net

tnx, I've uploaded it to:

http://git.pengutronix.de/?p=tools/u-boot-mkimage.git;a=summary

I also made a tag v2010.03-1, this means based on u-boot v2010.03 and
our first release. I'm going to upload the tarball to temp-src. I can
adjust your ptxdist patches (remove STRIP= and care about the -1) and
apply them to master.

cheers, Marc

-- 
Pengutronix e.K.  | Marc Kleine-Budde   |
Industrial Linux Solutions| Phone: +49-231-2826-924 |
Vertretung West/Dortmund  | Fax:   +49-5121-206917- |
Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |



signature.asc
Description: OpenPGP digital signature
-- 
ptxdist mailing list
ptxdist@pengutronix.de


Re: [ptxdist] (no subject)

2010-06-16 Thread Remy Bohmer
Hi,

2010/6/16 Marc Kleine-Budde m...@pengutronix.de:
 Remy Bohmer wrote:
 Hi,

 2010/6/16 Marc Kleine-Budde m...@pengutronix.de:
 Remy Bohmer wrote:
 Hi,

 2010/6/16 Marc Kleine-Budde m...@pengutronix.de:
 Hey Remy,

 Here it is:
 git clone git://gitorious.org/u-boot-mkimage/u-boot-mkimage.git
 Can we remove stripping. Better let the distribution decide about 
 stripping.
 OK

 Also respect CPP and LDFLAGS. See the following patches.
 For both patches:
 Acked-by: Remy Bohmer li...@bohmer.net
 Tnx, can I your a S-o-b under the initial commit?

 OK
 Signed-off-by: Remy Bohmer li...@bohmer.net

 tnx, I've uploaded it to:

 http://git.pengutronix.de/?p=tools/u-boot-mkimage.git;a=summary

Looks good.

 I also made a tag v2010.03-1, this means based on u-boot v2010.03 and
 our first release. I'm going to upload the tarball to temp-src. I can
 adjust your ptxdist patches (remove STRIP= and care about the -1) and
 apply them to master.

Great. Thanks.

Kind regards,

Remy

-- 
ptxdist mailing list
ptxdist@pengutronix.de


Re: [ptxdist] (no subject)

2010-06-16 Thread Marc Kleine-Budde
Remy Bohmer wrote:

 I also made a tag v2010.03-1, this means based on u-boot v2010.03 and
 our first release. I'm going to upload the tarball to temp-src. I can
 adjust your ptxdist patches (remove STRIP= and care about the -1) and
 apply them to master.

I've regenerated the rules files, so that the version is specified in
the target package and the host packages just uses the target's definitions.

 Great. Thanks.

please pull and test, it's only compile-time tested here :D

Marc

-- 
Pengutronix e.K.  | Marc Kleine-Budde   |
Industrial Linux Solutions| Phone: +49-231-2826-924 |
Vertretung West/Dortmund  | Fax:   +49-5121-206917- |
Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |



signature.asc
Description: OpenPGP digital signature
-- 
ptxdist mailing list
ptxdist@pengutronix.de