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

2019-08-30 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

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

2019-08-30 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.

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

2019-08-30 Thread Roland Hieber
On Fri, Aug 30, 2019 at 03:17:29PM +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`

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

2019-08-30 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

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

2019-08-30 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.

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

2019-08-30 Thread Koch, Alexander
--- .../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-Fix-for-gawk-5.0.patch create mode 100644 patches/libgpg-error-1.32/series

Re: [ptxdist] [PATCH] rt-tests: backfire: Don't include asm/uaccess.h directly

2019-08-30 Thread Roland Hieber
Hi Sultan, On Thu, Aug 29, 2019 at 09:05:51AM -0700, Sultan Alsawaf wrote: > From: Sultan Alsawaf > > Architecture-specific uaccess.h headers can have dependencies on > linux/uaccess.h (i.e., VERIFY_WRITE), so it cannot be included directly. > Since linux/uaccess.h includes asm/uaccess.h, just

[ptxdist] [PATCH v1] add socketcand package

2019-08-30 Thread Oleksij Rempel
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. Signed-off-by: Oleksij Rempel ---

[ptxdist] [PATCH v2] update berlios-can-utils to the git version v2018.02.0-96-ga8d4827

2019-08-30 Thread Oleksij Rempel
this will update j1939 related to tools to latest kernel UAPI Signed-off-by: Oleksij Rempel --- .../autogen.sh| 0 rules/berlios-can-utils.make | 8 2 files changed, 4 insertions(+), 4 deletions(-) rename

Re: [ptxdist] [PATCH v1] update berlios-can-utils to the latest git version

2019-08-30 Thread Michael Olbrich
On Fri, Aug 30, 2019 at 07:04:38AM +0200, Oleksij Rempel wrote: > this will update j1939 related to tools to latest kernel UAPI > > Signed-off-by: Oleksij Rempel > --- > .../{canutils-b6cb9a04e5 => canutils-a8d4827d0f}/autogen.sh | 0 > rules/berlios-can-utils.make