[ptxdist] [PATCH] ptxd_install_replace_figlet: replace all backslashes, not only the first

2018-10-05 Thread Uwe Kleine-König
Fixes: f53889792197 ("ptxd_install_replace_figlet: Use sed instead of awk to quote backslashes") Signed-off-by: Uwe Kleine-König --- scripts/lib/ptxd_make_xpkg_pkg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/ptxd_make_xpkg_pkg.sh b/scripts/lib/ptxd_make_xp

Re: [ptxdist] [PATCH] ptxd_install_replace_figlet: Use sed instead of awk to quote backslashes

2018-10-05 Thread Robert Schwebel
Hi Uwe, On Wed, Sep 19, 2018 at 10:43:36AM +0200, Uwe Kleine-König wrote: > TL;DR: awk and backslashes in the replacement argument of gsub is ugly. > > With GNU Awk 4.0.2 we have: > > $ echo '\' | awk '{ gsub("", ""); print }' > > > and with GNU Awk 4.1.

[ptxdist] [ANNOUNCE] PTXdist 2018.10.0 released

2018-10-05 Thread Michael Olbrich
Hi, I'm happy to announce that I've just released ptxdist-2018.10.0. The biggest change this time is the layer support. I've mentioned this before. If you're interested, read the documentation[1] and ask questions. If not, then your BSP should work as before. There are also some changes to make t

Re: [ptxdist] [PATCH] stm32flash: New package

2018-10-05 Thread Michael Olbrich
On Fri, Oct 05, 2018 at 12:43:01PM +0200, Guillermo Rodriguez Garcia wrote: > > > +# > > > > > > +# Prepare > > > +# > > > > > > + > > > +STM32

[ptxdist] [PATCH] bluez: version bump 5.30 -> 5.50

2018-10-05 Thread Roland Hieber
Update the list of configure options and their dependencies, make the various profiles configurable, and set the default enable/disable values in Kconfig according to the default values in the configure script. Also pin down the GPL/LGPL license MD5 sums. Some tools are now deprecated, hide them b

Re: [ptxdist] [PATCH] stm32flash: New package

2018-10-05 Thread Roland Hieber
> > Also most packages keep *_INSTALL_* variables under the Install section > > header, and *_MAKE_* variables under the "Compile" section header. I > > would suggest to do it here too to get a unified look over package > > rules. > > Uhm, most of the existing packages I have checked define MAKE_

[ptxdist] [PATCH] fbv: Restored package

2018-10-05 Thread Guillermo Rodríguez
Had been removed after one year in staging, but the reasons for removal seem to be fixed; the package now builds correctly with latest libpng, and upstream is alive. Signed-off-by: Guillermo Rodriguez --- ...uild-error-due-to-direct-access-to-jmpbuf.patch | 34 patches/fbv-1.0b-ptx3

Re: [ptxdist] [PATCH] stm32flash: New package

2018-10-05 Thread Guillermo Rodriguez Garcia
Hi, El vie., 5 oct. 2018 a las 12:30, Roland Hieber () escribió: > > Hi, > > On Fri, Oct 05, 2018 at 11:25:45AM +0200, Guillermo Rodriguez wrote: > > Open source cross platform flash program for the STM32 ARM > > microcontrollers using the built-in ST serial bootloader over UART > > or I2C. > > >

Re: [ptxdist] [PATCH] stm32flash: New package

2018-10-05 Thread Roland Hieber
Hi, On Fri, Oct 05, 2018 at 11:25:45AM +0200, Guillermo Rodriguez wrote: > Open source cross platform flash program for the STM32 ARM > microcontrollers using the built-in ST serial bootloader over UART > or I2C. > > Signed-off-by: Guillermo Rodriguez > --- > rules/stm32flash.in | 9

Re: [ptxdist] fbv package removed

2018-10-05 Thread Guillermo Rodriguez Garcia
El vie., 5 oct. 2018 a las 12:22, Roland Hieber () escribió: > > On Fri, Oct 05, 2018 at 12:17:45PM +0200, Guillermo Rodriguez Garcia wrote: > > Hi all, > > > > I just noticed that the fbv package has been removed after one year in > > staging. I am using this on several BSPs and didn't realize it

Re: [ptxdist] fbv package removed

2018-10-05 Thread Roland Hieber
On Fri, Oct 05, 2018 at 12:17:45PM +0200, Guillermo Rodriguez Garcia wrote: > Hi all, > > I just noticed that the fbv package has been removed after one year in > staging. I am using this on several BSPs and didn't realize it had > been moved to staging. The reasons for removal are: > > "Old and

[ptxdist] fbv package removed

2018-10-05 Thread Guillermo Rodriguez Garcia
Hi all, I just noticed that the fbv package has been removed after one year in staging. I am using this on several BSPs and didn't realize it had been moved to staging. The reasons for removal are: "Old and obsolete, upstream gone. Fails to build with current libpng." However, the libpng problem

Re: [ptxdist] [PATCH 2/2] doc: user_manual: Fix typos (missing words)

2018-10-05 Thread Roland Hieber
On Thu, Oct 04, 2018 at 03:55:16PM +0200, Ahmad Fatoum wrote: > Signed-off-by: Ahmad Fatoum > --- > doc/user_manual.inc | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/doc/user_manual.inc b/doc/user_manual.inc > index ccae2d9a5a1a..18a87898f2da 100644 > --- a/doc/u

Re: [ptxdist] [PATCH 2/4] doc: contributing: fix typos, add links, and make text easier to parse

2018-10-05 Thread Roland Hieber
On Fri, Oct 05, 2018 at 11:45:16AM +0200, Roland Hieber wrote: > Signed-off-by: Roland Hieber > --- > doc/contributing.rst | 31 --- > 1 file changed, 16 insertions(+), 15 deletions(-) > > diff --git a/doc/contributing.rst b/doc/contributing.rst > index 8e2d7883d..1db

[ptxdist] [PATCH 3/4] doc: getting help: prune section with only one subsection

2018-10-05 Thread Roland Hieber
Previously several mailing lists were mentioned in this section, but now it has been shrunk down to only the PTXdist mailing list. Reflect this change in the section header. Signed-off-by: Roland Hieber --- doc/getting_help.rst | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff -

[ptxdist] [PATCH 4/4] doc: environment: general proof-reading and copy editing

2018-10-05 Thread Roland Hieber
Yes, this patch looks kind of messy, but it hopefully tidies the environment section up. A lot of the patch is just inserting punctuation at the right places and omitting them in not so right places, harmonizing spelling, adding reST markup, and bringing the text up to date. Signed-off-by: Roland

[ptxdist] [PATCH 2/4] doc: contributing: fix typos, add links, and make text easier to parse

2018-10-05 Thread Roland Hieber
Signed-off-by: Roland Hieber --- doc/contributing.rst | 31 --- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/doc/contributing.rst b/doc/contributing.rst index 8e2d7883d..1db596c0e 100644 --- a/doc/contributing.rst +++ b/doc/contributing.rst @@ -6,13

[ptxdist] [PATCH 1/4] doc: dev_manual: improve Patch Series section

2018-10-05 Thread Roland Hieber
A list is better readable here than prose. Signed-off-by: Roland Hieber --- doc/dev_manual.rst | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/doc/dev_manual.rst b/doc/dev_manual.rst index a461f6851..ca682bccc 100644 --- a/doc/dev_manual.rst +++

[ptxdist] [PTXDIST] [PATCH] ptxd_install_resolve_usr_grp: skip empty params.

2018-10-05 Thread Andrej.Gantvorg
Empty parameters may be passed i.e. when calling install_archive with UID/GID set to '-'. According to documentation this should preserve the owner/group stored in the archive. Without this patch, empty strings are mapped to the first entry in /etc/{passwd,group} (usually 0) instead, thus breaking

[ptxdist] [PATCH] stm32flash: New package

2018-10-05 Thread Guillermo Rodriguez
Open source cross platform flash program for the STM32 ARM microcontrollers using the built-in ST serial bootloader over UART or I2C. Signed-off-by: Guillermo Rodriguez --- rules/stm32flash.in | 9 rules/stm32flash.make | 57 +++ 2 file