Re: [linux-sunxi] sunxi-tools: tagging a new release?

2015-10-15 Thread Peter Korsgaard
> "Ian" == Ian Campbell writes: Hi, >> FYI, in Buildroot we currently install fexc bin2fex fex2bin bootinfo fel >> pio for the host and nand-part for the target, all without any prefix. > FWIW I came to the opposite conclusion wrt pio and nand-part while > hacking

Re: [linux-sunxi] sunxi-tools: tagging a new release?

2015-10-14 Thread Ian Campbell
On Sun, 2015-10-11 at 21:11 +0200, Peter Korsgaard wrote: > > "Ian" == Ian Campbell writes: > > Hi, > > > The Debian package (of v1.2-ish) has: > > install -m0755 usb-boot $(PKG)/usr/bin/sunxi-usb-boot > > install -m0755 fel $(PKG)/usr/bin/sunxi-fel >

Re: [linux-sunxi] sunxi-tools: tagging a new release?

2015-10-13 Thread Ian Campbell
On Sun, 2015-10-11 at 21:11 +0200, Peter Korsgaard wrote: > > "Ian" == Ian Campbell writes: > > Hi, > > > The Debian package (of v1.2-ish) has: > > install -m0755 usb-boot $(PKG)/usr/bin/sunxi-usb-boot > > install -m0755 fel $(PKG)/usr/bin/sunxi-fel >

Re: [linux-sunxi] sunxi-tools: tagging a new release?

2015-10-13 Thread Ian Campbell
On Sun, 2015-10-11 at 12:06 +0100, Ian Campbell wrote: > [...] > > There is still an unresolved inconvenience related to Linux > > distributions arbitrarily renaming the tools when doing sunxi-tools > > packaging. It would be great if we could have a unification of the > > tool names just for the

Re: [linux-sunxi] sunxi-tools: tagging a new release?

2015-10-13 Thread Peter Korsgaard
> "Ian" == Ian Campbell writes: Hi, >> > I'd be happy to put that together as a patch for upstream instead. >> >> FYI, in Buildroot we currently install fexc bin2fex fex2bin bootinfo fel >> pio for the host and nand-part for the target, all without any prefix. >

Re: [linux-sunxi] sunxi-tools: tagging a new release?

2015-10-13 Thread Peter Korsgaard
> "Ian" == Ian Campbell writes: Hi, >> Sounds sensible to me. Please make sure the install rule respects >> DESTDIR. > Absolutely! > I was intending: > DESTDIR ?= > PREFIX ?= /usr/local > Then install to $(DESTDIR)$(prefix)/bin. Packages would then most

Re: [linux-sunxi] sunxi-tools: tagging a new release?

2015-10-13 Thread Ian Campbell
On Tue, 2015-10-13 at 10:21 +0200, Peter Korsgaard wrote: > > > > > > "Ian" == Ian Campbell writes: > > Hi, > > > I'd be inclined to: > > * Prefix everything except bin2fex+fex2bin with sunxi- > > * Try doing the rename via Makefile runes to start with but consider >

Re: [linux-sunxi] sunxi-tools: tagging a new release?

2015-10-13 Thread Ian Campbell
On Tue, 2015-10-13 at 11:42 +0300, Siarhei Siamashka wrote: > IMHO it's best to do this renaming right now. I agree, lets get this squared away now and then do the v1.3 release afterwards (but, hopefully, soon). Ian. -- You received this message because you are subscribed to the Google Groups

Re: [linux-sunxi] sunxi-tools: tagging a new release?

2015-10-11 Thread Ian Campbell
(adding some CCs of people who I think might be in a position to do this) On Tue, 2015-10-06 at 21:13 +0200, Karsten Merker wrote: > Hello everybody, > > AFAICS the sunxi-tools "fel" utility rework is complete now, so > how about tagging a new sunxi-tools upstream release (v1.3)? I > think that

Re: [linux-sunxi] sunxi-tools: tagging a new release?

2015-10-11 Thread Benjamin Henrion
On Sun, Oct 11, 2015 at 11:54 AM, Ian Campbell wrote: > (adding some CCs of people who I think might be in a position to do > this) > > On Tue, 2015-10-06 at 21:13 +0200, Karsten Merker wrote: >> Hello everybody, >> >> AFAICS the sunxi-tools "fel" utility rework is complete

Re: [linux-sunxi] sunxi-tools: tagging a new release?

2015-10-11 Thread Ian Campbell
On Sun, 2015-10-11 at 12:10 +0200, Benjamin Henrion wrote: > On Sun, Oct 11, 2015 at 11:54 AM, Ian Campbell wrote: > > (adding some CCs of people who I think might be in a position to do > > this) > > > > On Tue, 2015-10-06 at 21:13 +0200, Karsten Merker wrote: > >> Hello

Re: [linux-sunxi] sunxi-tools: tagging a new release?

2015-10-11 Thread Ian Campbell
On Sun, 2015-10-11 at 13:36 +0300, Siarhei Siamashka wrote: > On Sun, 11 Oct 2015 10:54:32 +0100 > Ian Campbell wrote: > > > (adding some CCs of people who I think might be in a position to do > > this) > > > > On Tue, 2015-10-06 at 21:13 +0200, Karsten Merker wrote: > > >

Re: [linux-sunxi] sunxi-tools: tagging a new release?

2015-10-11 Thread Siarhei Siamashka
On Sun, 11 Oct 2015 10:54:32 +0100 Ian Campbell wrote: > (adding some CCs of people who I think might be in a position to do > this) > > On Tue, 2015-10-06 at 21:13 +0200, Karsten Merker wrote: > > Hello everybody, > > > > AFAICS the sunxi-tools "fel" utility rework is

Re: [linux-sunxi] sunxi-tools: tagging a new release?

2015-10-11 Thread Peter Korsgaard
> "Ian" == Ian Campbell writes: Hi, > The Debian package (of v1.2-ish) has: > install -m0755 usb-boot $(PKG)/usr/bin/sunxi-usb-boot > install -m0755 fel $(PKG)/usr/bin/sunxi-fel > install -m0755 fexc $(PKG)/usr/bin/sunxi-fexc >