Re: [ptxdist] Ptxdist BSP for STM32MP15x SoC

2019-09-02 Thread Robert Schwebel
Hi, On Mon, Sep 02, 2019 at 07:35:25PM +0200, Guillermo Rodriguez Garcia wrote: > Is someone using ptxdist with STM32MP15x based targets? ST only supports Yocto > for this SoC. > > Re. toolchain: Any recommended version of OSELAS.Toolchain? Any hints on > settings to finetune for this CPU? This i

[ptxdist] Ptxdist BSP for STM32MP15x SoC

2019-09-02 Thread Guillermo Rodriguez Garcia
Hi all, Is someone using ptxdist with STM32MP15x based targets? ST only supports Yocto for this SoC. Re. toolchain: Any recommended version of OSELAS.Toolchain? Any hints on settings to finetune for this CPU? This is a single or dual Cortex A7 (depending on the actual p/n), and has NEON + VFPv4.

[ptxdist] [PATCH v3 2/2] doc: remove empty chapter "Working with GIT sources"

2019-09-02 Thread Roland Hieber
All options for git:// _URLs are explained in that same paragraph, `git ptx-patches` is already explained in the "Patching Packages" chapter, and out-of-tree building is explained in the Daily Work chapter. If anything else related to Git is still open, this chapter can be re-added later, but it is

[ptxdist] [PATCH v3 1/2] doc: dev manual: proof-read and update the "Patching Packages" section

2019-09-02 Thread Roland Hieber
Remind the reader to upstream their patches, mention the layer mechanism for search order, fix the logical structure of the whole chapter by removing the superfluous "Creating Patches for a Package" header, mention why `--git` can break packages, and general proof-reading and typo correction. Sign

Re: [ptxdist] [PATCH v2 1/2] doc: dev manual: proof-read and update the "Patching Packages" section

2019-09-02 Thread Roland Hieber
On Mon, Sep 02, 2019 at 11:02:00AM +0200, Michael Olbrich wrote: > On Fri, Aug 30, 2019 at 03:36:37PM +0200, Roland Hieber wrote: > > Remind the reader to upstream their patches, mention the layer > > mechanism for search order, fix the logical structure of the whole > > chapter by removing the sup

Re: [ptxdist] [PATCH] README: update

2019-09-02 Thread Ladislav Michl
On Mon, Sep 02, 2019 at 11:09:49AM +0200, Michael Olbrich wrote: > On Mon, Sep 02, 2019 at 10:23:40AM +0200, Michael Tretter wrote: > > On Sun, 01 Sep 2019 23:04:56 +0200, Roland Hieber wrote: [...] > > > @@ -107,15 +98,14 @@ Bugs > > > > > > > > > - search for FIXMEs > > > -- see TODO > >

[ptxdist] [PATCH v2] weston: version bump 6.0.1 -> 7.0.0

2019-09-02 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/weston.in | 6 ++ rules/weston.make | 11 --- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/rules/weston.in b/rules/weston.in index 42dcb9eeadbe..d2ef2119b432 100644 --- a/rules/weston.in +++ b/rules/weston.in @@ -110,6 +110,

Re: [ptxdist] [PATCH] README: update

2019-09-02 Thread Michael Olbrich
On Mon, Sep 02, 2019 at 10:23:40AM +0200, Michael Tretter wrote: > On Sun, 01 Sep 2019 23:04:56 +0200, Roland Hieber wrote: > > When reading this README, the tarball was obviously already extracted, > > so remove the very unclear section about how to get it. Anyway, anything > > important is in the

Re: [ptxdist] [PATCH v2 1/2] doc: dev manual: proof-read and update the "Patching Packages" section

2019-09-02 Thread Michael Olbrich
On Fri, Aug 30, 2019 at 03:36:37PM +0200, Roland Hieber wrote: > Remind the reader to upstream their patches, mention the layer > mechanism for search order, fix the logical structure of the whole > chapter by removing the superfluous "Creating Patches for a Package" > header, mention why `--git` c

Re: [ptxdist] [PATCH] libgpg-error: Fix build on hosts with gawk-5.0

2019-09-02 Thread Michael Olbrich
On Fri, Aug 30, 2019 at 11:20:00AM +, Koch, Alexander wrote: > --- > .../0001-Fix-for-gawk-5.0.patch | 159 ++ > patches/libgpg-error-1.32/series | 1 + > 2 files changed, 160 insertions(+) > create mode 100644 patches/libgpg-error-1.32/0001-Fi

Re: [ptxdist] [PATCH v1] add socketcand package

2019-09-02 Thread Michael Olbrich
On Fri, Aug 30, 2019 at 11:06:32AM +0200, Oleksij Rempel wrote: > Socketcand is a daemon that provides access to CAN interfaces on a > machine via a network interface. The communication protocol uses a > TCP/IP connection and a specific protocol to transfer CAN frames and > control commands. > > S

Re: [ptxdist] [PATCH] README: update

2019-09-02 Thread Michael Tretter
On Sun, 01 Sep 2019 23:04:56 +0200, Roland Hieber wrote: > When reading this README, the tarball was obviously already extracted, > so remove the very unclear section about how to get it. Anyway, anything > important is in the manual, which is linked later. I agree that the section is unclear, but

Re: [ptxdist] [PATCH] weston: version bump 6.0.1 -> 7.0.0

2019-09-02 Thread Michael Olbrich
On Fri, Aug 23, 2019 at 11:42:23PM +0200, Philipp Zabel wrote: > Signed-off-by: Philipp Zabel > --- > rules/weston.in | 5 + > rules/weston.make | 11 --- > 2 files changed, 13 insertions(+), 3 deletions(-) > > diff --git a/rules/weston.in b/rules/weston.in > index 42dcb9eeadbe..a