[ptxdist] [PATCH v2 3/3] gt: add gadget-tool

2021-10-05 Thread Michael Grzeschik
Gadget-tool is a tool to setup configfs gadget device descriptions via a tree based declarative scheme format. This makes poking around in configfs with several shell commands obsolete. It depends on libusbgx and libconfig. Signed-off-by: Michael Grzeschik --- v2: - disabled manpages build

[ptxdist] [PATCH 1/3] libusbgx: fix show-udcs

2021-10-05 Thread Michael Grzeschik
Enabling SHOW_UDCS was installing show-gadgets instead of show-udcs. This patch fixes that. Signed-off-by: Michael Grzeschik --- rules/libusbgx.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/libusbgx.make b/rules/libusbgx.make index 724d1a3d8..d2f31f52e 100644

[ptxdist] [PATCH 2/3] libusbgx: fixes libconfig and disabling documentation

2021-10-05 Thread Michael Grzeschik
- fixed ptx/wow vs. ptx/wwo for libconfig - while at it, disable documentation build Signed-off-by: Michael Grzeschik --- rules/libusbgx.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/libusbgx.make b/rules/libusbgx.make index d2f31f52e..9ff06f83b 100644

[ptxdist] [PATCH] fixup! gt: add gadget-tool

2021-09-23 Thread Michael Grzeschik
--- rules/gt.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/gt.make b/rules/gt.make index 63fa428ea..80b58c0f8 100644 --- a/rules/gt.make +++ b/rules/gt.make @@ -49,7 +49,7 @@ $(STATEDIR)/gt.targetinstall: @$(call install_fixup, gt, DESCRIPTION, missing)

[ptxdist] [PATCH v2 2/2] gt: add gadget-tool

2021-09-23 Thread Michael Grzeschik
Gadget-tool is a tool to setup configfs gadget device descriptions via a tree based declarative scheme format. This makes poking around in configfs with several shell commands obsolete. It depends on libusbgx and libconfig. Signed-off-by: Michael Grzeschik --- v2: - using github archive

[ptxdist] [PATCH v2 1/2] libusbgx: make schemes support selectable

2021-09-23 Thread Michael Grzeschik
We add an option to select schemes support. Signed-off-by: Michael Grzeschik --- rules/libusbgx.in | 7 +++ rules/libusbgx.make | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/rules/libusbgx.in b/rules/libusbgx.in index 13252a3a7..e576f842e 100644 --- a/rules

[ptxdist] [PATCH 2/2] gt: add gadget-tool

2021-09-23 Thread Michael Grzeschik
Gadget-tool is a tool to setup configfs gadget device descriptions via a tree based declarative scheme format. This makes poking around in configfs with several shell commands obsolete. It depends on libusbgx and libconfig. Signed-off-by: Michael Grzeschik --- rules/gt.in | 11

[ptxdist] [PATCH 1/2] libusbgx: make schemes support selectable

2021-09-23 Thread Michael Grzeschik
We add an option to select schemes support. Signed-off-by: Michael Grzeschik --- rules/libusbgx.in | 7 +++ rules/libusbgx.make | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/rules/libusbgx.in b/rules/libusbgx.in index 13252a3a7..e576f842e 100644 --- a/rules

[ptxdist] [PATCH v2] libusbgx: make example and tool selection fine grained

2021-05-06 Thread Michael Grzeschik
Currently all tools and exampled are unconditionally installed. This patch changes this by adding a selection for every binary. Signed-off-by: Michael Grzeschik --- v1 - v2: fixed missing '-' in install_copy entries rules/libusbgx.in | 85 - rules

[ptxdist] [PATCH] libusbgx: make example and tool selection fine grained

2021-05-04 Thread Michael Grzeschik
Currently all tools and exampled are unconditionally installed. This patch changes this by adding a selection for every binary. Signed-off-by: Michael Grzeschik --- rules/libusbgx.in | 85 - rules/libusbgx.make | 53 +++- 2

Re: [ptxdist] [PATCH v4 3/3] host-openocd: add initial support

2019-06-21 Thread Michael Grzeschik
Sorry for this lonely mail and the prvious one. My git-send-email foo has still to much magic. Thanks On Fri, Jun 21, 2019 at 05:36:29PM +0200, Michael Grzeschik wrote: > Signed-off-by: Michael Grzeschik > --- > v1 -> v2: - fixed indentation > - removed buildflag

[ptxdist] [PATCH v4 2/3] openocd: update rules

2019-06-21 Thread Michael Grzeschik
From: Michael Grzeschik Signed-off-by: Michael Grzeschik --- .../autogen.sh| 3 ++ ...rect-test-for-USB_BLASTER_DRIVER-AM-.patch | 33 patches/openocd-0.8.0/autogen.sh | 1 - patches/openocd-0.8.0/series | 1 - rules

[ptxdist] [PATCH v4 1/3] libjaylink: add new package

2019-06-21 Thread Michael Grzeschik
From: Michael Grzeschik Signed-off-by: Michael Grzeschik --- .../libjaylink-0.1.0-15-g8645845/autogen.sh | 1 + rules/libjaylink.in | 8 rules/libjaylink.make | 41 +++ 3 files changed, 50 insertions(+) create mode

[ptxdist] [PATCH v4 3/3] host-openocd: add initial support

2019-06-21 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- v1 -> v2: - fixed indentation - removed buildflags v2 -> v3: - using repo.or.cz instead of sourceforge - changed version string to be more descriptive - moved patches to changed version dir v3 -> v4: - moved vers

[ptxdist] [PATCH v4] host-openocd: add initial support

2019-06-21 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- v1 -> v2: - fixed indentation - removed buildflags v2 -> v3: - using repo.or.cz instead of sourceforge - changed version string to be more descriptive - moved patches to changed version dir v3 -> v4: - moved vers

[ptxdist] [PATCH v3] host-openocd: add initial support

2019-06-18 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- v1 -> v2: - fixed indentation - removed buildflags v2 -> v3: - using repo.or.cz instead of sourceforge - changed version string to be more descriptive - moved patches to changed version dir .../auto

[ptxdist] [PATCH v2] host-openocd: add initial support

2019-06-17 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- v1 -> v2: - fixed indentation - removed buildflags patches/openocd-af952850/autogen.sh | 3 + rules/host-openocd.in | 12 rules/host-openocd.make | 87 + 3 files changed, 102 inserti

Re: [ptxdist] [PATCH 2/2] host-openocd: add initial support

2019-06-14 Thread Michael Grzeschik
On Fri, Jun 14, 2019 at 09:18:23AM +0200, Michael Olbrich wrote: > On Fri, Jun 07, 2019 at 12:19:49AM +0200, Michael Grzeschik wrote: > > Signed-off-by: Michael Grzeschik > > --- > > patches/openocd-af952850/autogen.sh | 3 + > > rules/host-openocd.in

[ptxdist] [PATCH 2/2] host-openocd: add initial support

2019-06-06 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- patches/openocd-af952850/autogen.sh | 3 + rules/host-openocd.in | 12 rules/host-openocd.make | 89 + 3 files changed, 104 insertions(+) create mode 100755 patches/openocd-af952850/autogen.sh

[ptxdist] [PATCH 1/2] host-libftdi1: add new package

2019-06-06 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- rules/host-libftdi1.in | 6 ++ rules/host-libftdi1.make | 26 ++ 2 files changed, 32 insertions(+) create mode 100644 rules/host-libftdi1.in create mode 100644 rules/host-libftdi1.make diff --git a/rules/host-libftdi1.in b

[ptxdist] [PATCH v2 3/3] sdl2-mixer: version bump to 2.0.4

2018-11-26 Thread Michael Grzeschik
Update to 2.0.4. Signed-off-by: Michael Grzeschik --- rules/sdl2-mixer.make | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/rules/sdl2-mixer.make b/rules/sdl2-mixer.make index 2689a5957..2d58a1b1c 100644 --- a/rules/sdl2-mixer.make +++ b/rules/sdl2

[ptxdist] [PATCH v2 2/3] sdl2-image: version bump to 2.0.4

2018-11-26 Thread Michael Grzeschik
Update to 2.0.4. Signed-off-by: Michael Grzeschik --- rules/sdl2-image.in | 6 ++ rules/sdl2-image.make | 8 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/rules/sdl2-image.in b/rules/sdl2-image.in index 3fde58154..44bac25cc 100644 --- a/rules/sdl2-image.in +++ b

[ptxdist] [PATCH v2 0/3] sdl2: update packages to latest versions

2018-11-26 Thread Michael Grzeschik
This series updates the sdl2 packages to their latest versions, updates their options and removes obsolete patches. Michael Grzeschik (3): sdl2: version bump to 2.0.9 sdl2-image: version bump to 2.0.4 sdl2-mixer: version bump to 2.0.4 ...-find-available-card-if-called-witho.patch | 129

[ptxdist] [PATCH v2 1/3] sdl2: version bump to 2.0.9

2018-11-26 Thread Michael Grzeschik
Update to 2.0.9 and remove already mainlined patch. Signed-off-by: Michael Grzeschik --- ...-find-available-card-if-called-witho.patch | 129 -- patches/SDL2-2.0.8/series | 5 - ...001-sdl-2.0.8-add-egl-cflags-to-test.patch | 6 +- patches/{SDL2-2.0.8

[ptxdist] [PATCH v2] libkcapi: add new rule

2018-11-26 Thread Michael Grzeschik
Add the libkcapi package and include options to enable tests and install AF_ALG based hashing functins. Signed-off-by: Michael Grzeschik --- patches/libkcapi-1.1.3/autogen.sh | 1 + rules/libkcapi.in | 58 rules/libkcapi.make | 108

Re: [ptxdist] [PATCH 1/3] sdl2: version bump to 2.0.9

2018-11-25 Thread Michael Grzeschik
On Mon, Nov 26, 2018 at 06:27:35AM +0100, Michael Olbrich wrote: > On Fri, Nov 23, 2018 at 06:10:55PM +0100, Michael Grzeschik wrote: > > Update to 2.0.9 and remove already mainlined patch. > > > > Signed-off-by: Michael Grzeschik > > There are some new configure

Re: [ptxdist] [PATCH] libkcapi: add new rule

2018-11-25 Thread Michael Grzeschik
On Mon, Nov 26, 2018 at 06:25:46AM +0100, Michael Olbrich wrote: > On Fri, Nov 23, 2018 at 06:12:26PM +0100, Michael Grzeschik wrote: > > Add the libkcapi package and include options to enable tests and install > > AF_ALG based hashing functins. > > > > Signe

Re: [ptxdist] [PATCH 3/3] sdl2-mixer: version bump to 2.0.4

2018-11-25 Thread Michael Grzeschik
On Mon, Nov 26, 2018 at 06:29:51AM +0100, Michael Olbrich wrote: > On Fri, Nov 23, 2018 at 06:10:57PM +0100, Michael Grzeschik wrote: > > Update to 2.0.4 > > > > Signed-off-by: Michael Grzeschik > > --- > > Fails to build because of a unknown configure o

[ptxdist] [PATCH] libkcapi: add new rule

2018-11-23 Thread Michael Grzeschik
Add the libkcapi package and include options to enable tests and install AF_ALG based hashing functins. Signed-off-by: Michael Grzeschik --- rules/libkcapi.in | 58 + rules/libkcapi.make | 121 2 files changed, 179 insertions

[ptxdist] [PATCH 1/3] sdl2: version bump to 2.0.9

2018-11-23 Thread Michael Grzeschik
Update to 2.0.9 and remove already mainlined patch. Signed-off-by: Michael Grzeschik --- ...-find-available-card-if-called-witho.patch | 129 -- patches/SDL2-2.0.8/series | 5 - ...001-sdl-2.0.8-add-egl-cflags-to-test.patch | 6 +- patches/{SDL2-2.0.8

[ptxdist] [PATCH 3/3] sdl2-mixer: version bump to 2.0.4

2018-11-23 Thread Michael Grzeschik
Update to 2.0.4 Signed-off-by: Michael Grzeschik --- rules/sdl2-mixer.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/sdl2-mixer.make b/rules/sdl2-mixer.make index 2689a5957..6c668509a 100644 --- a/rules/sdl2-mixer.make +++ b/rules/sdl2-mixer.make @@ -16,8

[ptxdist] [PATCH 0/3] sdl2: update packages to latest versions

2018-11-23 Thread Michael Grzeschik
This series updates the sdl2 packages to their latest versions und removes obsolete patches. Michael Grzeschik (3): sdl2: version bump to 2.0.9 sdl2-image: version bump to 2.0.4 sdl2-mixer: version bump to 2.0.4 ...-find-available-card-if-called-witho.patch | 129

[ptxdist] [PATCH 2/3] sdl2-image: version bump to 2.0.4

2018-11-23 Thread Michael Grzeschik
Update to 2.0.4 Signed-off-by: Michael Grzeschik --- rules/sdl2-image.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/sdl2-image.make b/rules/sdl2-image.make index 1486e0058..87c04967e 100644 --- a/rules/sdl2-image.make +++ b/rules/sdl2-image.make @@ -16,8

[ptxdist] [PATCH 2/2] poppler: version bump to v0.68.0

2018-09-10 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- rules/poppler.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/poppler.make b/rules/poppler.make index 229d85fe2..270a8a6a0 100644 --- a/rules/poppler.make +++ b/rules/poppler.make @@ -22,8 +22,8 @@ PACKAGES

[ptxdist] [PATCH 1/2] poppler-data: version bump to v0.4.9

2018-09-10 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- rules/poppler-data.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/poppler-data.make b/rules/poppler-data.make index 956747847..b3236d667 100644 --- a/rules/poppler-data.make +++ b/rules/poppler-data.make @@ -16,8 +16,8

[ptxdist] [PATCH v4 2/2] lxc: add new package

2018-08-31 Thread Michael Grzeschik
This patch adds support for the lxc container system. We install the userspace lib and application. To make sure all necessary kernel options are enabled use: $ CONFIG=/path/to/kernelconfig lxc-checkconfig Signed-off-by: Michael Grzeschik --- v1 -> v2: - prefixed used variables with PTXCO

[ptxdist] [PATCH v4 1/2] glibc: add option to install getent on target

2018-08-31 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- rules/glibc.in | 7 +++ rules/glibc.make | 4 2 files changed, 11 insertions(+) diff --git a/rules/glibc.in b/rules/glibc.in index bd0f1db91..d64a35475 100644 --- a/rules/glibc.in +++ b/rules/glibc.in @@ -178,6 +178,13 @@ config GLIBC_NSL

[ptxdist] [PATCH v4 0/2] lxc: add support in ptxdist

2018-08-31 Thread Michael Grzeschik
This patchset adds support for the lxc package in ptxdist. Michael Grzeschik (2): glibc: add option to install getent on target lxc: add new package projectroot/etc/default/lxc-net | 7 ++ projectroot/etc/lxc/default.conf | 4 + rules/glibc.in | 7 ++ rules

Re: [ptxdist] [PATCH v3] lxc: add new package

2018-08-31 Thread Michael Grzeschik
On Thu, Aug 30, 2018 at 04:10:35PM +0200, Michael Olbrich wrote: > On Thu, Aug 30, 2018 at 09:35:50AM +0200, Michael Grzeschik wrote: > > This patch adds support for the lxc container system. We install the > > userspace lib and application. > > > > To make sure a

[ptxdist] [PATCH v3] lxc: add new package

2018-08-30 Thread Michael Grzeschik
This patch adds support for the lxc container system. We install the userspace lib and application. To make sure all necessary kernel options are enabled use: $ CONFIG=/path/to/kernelconfig lxc-checkconfig Signed-off-by: Michael Grzeschik --- v1 -> v2: - prefixed used variables with PTXCO

[ptxdist] [PATCH] iproute2: version bump 4.14.1 -> 4.18.0

2018-08-29 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- rules/iproute2.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/iproute2.make b/rules/iproute2.make index d28bea4cf..992620fd6 100644 --- a/rules/iproute2.make +++ b/rules/iproute2.make @@ -17,8 +17,8 @@ PACKAGES

Re: [ptxdist] [PATCH v2 2/3] lxc: add new package

2018-08-27 Thread Michael Grzeschik
On Wed, Aug 22, 2018 at 10:27:50AM +0200, Michael Grzeschik wrote: > This patch adds support for the lxc container system. We install the > userspace lib and application. We also add some small configuration to > be able to create a busybox based lxc container. > > $ lxc-creat

[ptxdist] [PATCH v2 0/3] lxc: add support

2018-08-22 Thread Michael Grzeschik
This patchset adds support for the lxc package in ptxdist. It also makes it possible to enable busybox init without installing the applet if the initmethod is i.e. systemd. It is possible to create a container on the target when LXC_BUSYBOX_TEMPLATE is enabled. Michael Grzeschik (3): busybox

[ptxdist] [PATCH v2 3/3] host-lxc: add new hostside package

2018-08-22 Thread Michael Grzeschik
\ $(BSP)/platform-$(target)/sysroot-host/bin/lxc-checkconfig Signed-off-by: Michael Grzeschik --- v1 -> v2: - added dash to host-side in prompt - disabled distro check - removed bash completion support rules/host-lxc.in | 10 + rules/host-lxc.make |

[ptxdist] [PATCH] linuxptp: version bump to 2.0

2018-08-17 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- rules/linuxptp.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/linuxptp.make b/rules/linuxptp.make index 2acb30c38..9dffaa2c4 100644 --- a/rules/linuxptp.make +++ b/rules/linuxptp.make @@ -17,8 +17,8 @@ PACKAGES

Re: [ptxdist] [PATCH 2/3] lxc: add new package

2018-08-04 Thread Michael Grzeschik
On Fri, Aug 03, 2018 at 03:33:55PM +0200, Michael Grzeschik wrote: > This patch adds support for the lxc container system. We install the > userspace lib and application. We also add some small configuration to > be able to create a busybox based lxc container. > > $ lxc-creat

Re: [ptxdist] [PATCH 3/3] host-lxc: add new hostside package

2018-08-03 Thread Michael Grzeschik
On Fri, Aug 03, 2018 at 03:33:56PM +0200, Michael Grzeschik wrote: > his package adds support to build the host side lxc package. > It allows to use the lxc-utils on the build host. > > To test if all necessary kernel options are enabled for the target > try the following command

Re: [ptxdist] [PATCH 1/3] busybox: don't install /sbin/init link if busybox is not the initmethod

2018-08-03 Thread Michael Grzeschik
On Fri, Aug 03, 2018 at 03:33:54PM +0200, Michael Grzeschik wrote: > This patch fixes the case where we use other initmethod then busybox and > want to enable the applet, but don't want to install the link. This is > useful to create busybox based lxc containers. > > Signed-

[ptxdist] [PATCH 2/3] lxc: add new package

2018-08-03 Thread Michael Grzeschik
/platform-$(platform)/kernelconfig lxc-checkconfig Signed-off-by: Michael Grzeschik --- ...te-new-lxcbr0-subnet-at-startup-time.patch | 138 +++ patches/lxc-3.0.1/series | 1 + projectroot/etc/default/lxc-net | 7 + projectroot/etc/lxc/default.conf

[ptxdist] [PATCH 3/3] host-lxc: add new hostside package

2018-08-03 Thread Michael Grzeschik
\ $(BSP)/platform-$(target)/sysroot-host/bin/lxc-checkconfig Signed-off-by: Michael Grzeschik --- rules/host-lxc.in | 10 + rules/host-lxc.make | 50 + 2 files changed, 60 insertions(+) create mode 100644 rules/host-lxc.in create mode

[ptxdist] [PATCH 0/3] lxc: add support in ptxdist

2018-08-03 Thread Michael Grzeschik
This patchset adds support for the lxc package in ptxdist. It also makes it possible to enable busybox init without installing the applet if the initmethod is i.e. systemd. This way it is possible to use "lxc-create -t busybox" on the target to create a container. Michael Gr

[ptxdist] [PATCH 1/3] busybox: don't install /sbin/init link if busybox is not the initmethod

2018-08-03 Thread Michael Grzeschik
This patch fixes the case where we use other initmethod then busybox and want to enable the applet, but don't want to install the link. This is useful to create busybox based lxc containers. Signed-off-by: Michael Grzeschik --- rules/busybox.make | 11 +-- 1 file changed, 9 insertions

Re: [ptxdist] [PATCH v5 1/6] sdl2: add new package

2018-07-27 Thread Michael Grzeschik
On Thu, Jul 26, 2018 at 07:39:20PM +0200, Michael Grzeschik wrote: > Signed-off-by: Michael Grzeschik > --- > v1 -> v2: - added select to MESALIB_GL* on SDL2_OPENGL* > - padded prompt entry with extra spaces > v2 -> v3: - added patch to add egl cflags on con

[ptxdist] [PATCH v5 3/6] sdl2-net: add new package

2018-07-26 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- v1 -> v2: - removed extra padding spaces from prompt - removed extra space on _LDFLAGS - added missing license to zlib v2 -> v3: - nothing changed v3 -> v4: - nothing changed v4 -> v5: - nothing changed rules/sdl2-n

[ptxdist] [PATCH v5 2/6] sdl2-image: add new package

2018-07-26 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- v1 -> v2: - removed extra _ in options - removed extra space on _LDFLAGS - added missing license to zlib v2 -> v3: - nothing changed v3 -> v4: - nothing changed v4 -> v5: - nothing changed rules/sdl2-ima

[ptxdist] [PATCH v5 4/6] sdl2-ttf: add new package

2018-07-26 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- v1 -> v2: - removed extra padding spaces from prompt - removed extra space on _LDFLAGS - added missing license to zlib - added a patch to select opengl dependency v2 -> v3: - nothing changed v3 -> v4: - nothing changed

[ptxdist] [PATCH v5 0/6] sdl2: add support for new packages

2018-07-26 Thread Michael Grzeschik
This series adds support for new packages from the sdl2 project. Michael Grzeschik (6): sdl2: add new package sdl2-image: add new package sdl2-net: add new package sdl2-ttf: add new package sdl2-mixer: add new package sdl2-test: add new package ...001-sdl-2.0.8-add-egl-cflags

[ptxdist] [PATCH v5 5/6] sdl2-mixer: add new package

2018-07-26 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- v1 -> v2: - removed extra padding spaces from prompt - removed extra space on _LDFLAGS - added missing license to zlib v2 -> v3: - nothing changed v3 -> v4: - nothing changed v4 -> v5: - nothing changed rules/sdl2-mix

[ptxdist] [PATCH v5 6/6] sdl2-test: add new package

2018-07-26 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- v1 -> v2: - added a patch to select opengl dependency - removed extra space on _LDFLAGS - replaced customloops with foreach v2 -> v3: - nothing changed v3 -> v4: - added missing application files (dat, txt) to SDL2_

[ptxdist] [PATCH v5 1/6] sdl2: add new package

2018-07-26 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- v1 -> v2: - added select to MESALIB_GL* on SDL2_OPENGL* - padded prompt entry with extra spaces v2 -> v3: - added patch to add egl cflags on configure.in and enabled autogen.sh v3 -> v4: - improved egl check with PKG_CHECK_MODULES

[ptxdist] [PATCH v4 5/6] sdl2-ttf: add new package

2018-07-17 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- v1 -> v2: - removed extra padding spaces from prompt - removed extra space on _LDFLAGS - added missing license to zlib - added a patch to select opengl dependency v2 -> v3: - nothing changed v3 -> v4: - nothing changed

[ptxdist] [PATCH v4 4/6] sdl2-net: add new package

2018-07-17 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- v1 -> v2: - removed extra padding spaces from prompt - removed extra space on _LDFLAGS - added missing license to zlib v2 -> v3: - nothing changed v3 -> v4: - nothing changed rules/sdl2-net.in | 10 rules/sdl2-net.

[ptxdist] [PATCH v4 3/6] sdl2-image: add new package

2018-07-17 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- v1 -> v2: - removed extra _ in options - removed extra space on _LDFLAGS - added missing license to zlib v2 -> v3: - nothing changed v3 -> v4: - nothing changed rules/sdl2-image.in | 52 + r

[ptxdist] [PATCH v4 6/6] sdl2-mixer: add new package

2018-07-17 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- v1 -> v2: - removed extra padding spaces from prompt - removed extra space on _LDFLAGS - added missing license to zlib v2 -> v3: - nothing changed v3 -> v4: - nothing changed rules/sdl2-mixer.in | 11 rules/sdl2-mixer.

[ptxdist] [PATCH v4 2/6] sdl2-test: add new package

2018-07-17 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- v1 -> v2: - added a patch to select opengl dependency - removed extra space on _LDFLAGS - replaced customloops with foreach v2 -> v3: - nothing changed v3 -> v4: - added missing application files (dat, txt) to SDL2_

[ptxdist] [PATCH v4 0/6] sdl2: add support for new packages

2018-07-17 Thread Michael Grzeschik
This series adds support for new packages from the sdl2 project. Michael Grzeschik (6): sdl2: add new package sdl2-test: add new package sdl2-image: add new package sdl2-net: add new package sdl2-ttf: add new package sdl2-mixer: add new package ...001-sdl-2.0.8-add-egl-cflags

[ptxdist] [PATCH v4 1/6] sdl2: add new package

2018-07-17 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- v1 -> v2: - added select to MESALIB_GL* on SDL2_OPENGL* - padded prompt entry with extra spaces v2 -> v3: - added patch to add egl cflags on configure.in and enabled autogen.sh v3 -> v4: - improved egl check with PKG_CHECK_MODULES

[ptxdist] [PATCH v3] sdl2: add new package

2018-07-16 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- v1 -> v2: - added select to MESALIB_GL* on SDL2_OPENGL* - padded prompt entry with extra spaces v2 -> v3: - added patch to add egl cflags on configure.in and enabled autogen.sh ...001-sdl-2.0.8-add-egl-cflags-to-test.patch | 41 patche

[ptxdist] [PATCH v2 6/6] sdl2-mixer: add new package

2018-07-13 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- v1 -> v2: - removed extra padding spaces from prompt - removed extra space on _LDFLAGS - added missing license to zlib rules/sdl2-mixer.in | 11 rules/sdl2-mixer.make | 58 +++ 2 fi

[ptxdist] [PATCH v2 3/6] sdl2-image: add new package

2018-07-13 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- v1 -> v2: - removed extra _ in options - removed extra space on _LDFLAGS - added missing license to zlib rules/sdl2-image.in | 52 + rules/sdl2-image.make | 78 +++

[ptxdist] [PATCH v2 1/6] sdl2: add new package

2018-07-13 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- v1 -> v2: - added select to MESALIB_GL* on SDL2_OPENGL* - padded prompt entry with extra spaces rules/sdl2.in | 206 rules/sdl2.make | 153 +++ 2 files changed,

[ptxdist] [PATCH v2 2/6] sdl2-test: add new package

2018-07-13 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- v1 -> v2: - added a patch to select opengl dependency - removed extra space on _LDFLAGS - replaced customloops with foreach ...0001-sdl-2.0.8-tests-confiure-opengl.patch | 168 + patches/SDL2_test-2.0.8/ser

[ptxdist] [PATCH v2 4/6] sdl2-net: add new package

2018-07-13 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- v1 -> v2: - removed extra padding spaces from prompt - removed extra space on _LDFLAGS - added missing license to zlib rules/sdl2-net.in | 10 rules/sdl2-net.make | 58 + 2 fi

[ptxdist] [PATCH v2 5/6] sdl2-ttf: add new package

2018-07-13 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- v1 -> v2: - removed extra padding spaces from prompt - removed extra space on _LDFLAGS - added missing license to zlib - added a patch to select opengl dependency ...igure-make-opengl-support-switchable.patch |

[ptxdist] [PATCH v2 0/6] sdl2: add support for new packages

2018-07-13 Thread Michael Grzeschik
This series adds support for new packages from the sdl2 project. Michael Grzeschik (6): sdl2: add new package sdl2-test: add new package sdl2-image: add new package sdl2-net: add new package sdl2-ttf: add new package sdl2-mixer: add new package ...0001-sdl-2.0.8-tests-confiure

Re: [ptxdist] [PATCH 0/6] sdl2: add support for new packages

2018-07-13 Thread Michael Grzeschik
Hi, On Thu, Jul 12, 2018 at 07:30:50PM +0200, Michael Grzeschik wrote: > This series adds support for new packages from the sdl2 project. I had to add some patches to make desktop gl optional over all packages. I will send the v2 in the afternoon. Thanks, Michael > Michael Grzesc

[ptxdist] [PATCH 4/6] sdl2-net: add new package

2018-07-12 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- rules/sdl2-net.in | 10 rules/sdl2-net.make | 58 + 2 files changed, 68 insertions(+) create mode 100644 rules/sdl2-net.in create mode 100644 rules/sdl2-net.make diff --git a/rules/sdl2-net.in b/rules

[ptxdist] [PATCH 6/6] sdl2-mixer: add new package

2018-07-12 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- rules/sdl2-mixer.in | 11 rules/sdl2-mixer.make | 58 +++ 2 files changed, 69 insertions(+) create mode 100644 rules/sdl2-mixer.in create mode 100644 rules/sdl2-mixer.make diff --git a/rules/sdl2-mixer.in

[ptxdist] [PATCH 5/6] sdl2-ttf: add new package

2018-07-12 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- rules/sdl2-test.in | 1 + rules/sdl2-ttf.in | 12 ++ rules/sdl2-ttf.make | 58 + 3 files changed, 71 insertions(+) create mode 100644 rules/sdl2-ttf.in create mode 100644 rules/sdl2-ttf.make diff

[ptxdist] [PATCH 2/6] sdl2-test: add new package

2018-07-12 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- rules/sdl2-test.in | 11 +++ rules/sdl2-test.make | 165 +++ 2 files changed, 176 insertions(+) create mode 100644 rules/sdl2-test.in create mode 100644 rules/sdl2-test.make diff --git a/rules/sdl2-test.in b/rules

[ptxdist] [PATCH 0/6] sdl2: add support for new packages

2018-07-12 Thread Michael Grzeschik
This series adds support for new packages from the sdl2 project. Michael Grzeschik (6): sdl2: add new package sdl2-test: add new package sdl2-image: add new package sdl2-net: add new package sdl2-ttf: add new package sdl2-mixer: add new package rules/sdl2-image.in | 52

[ptxdist] [PATCH 3/6] sdl2-image: add new package

2018-07-12 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- rules/sdl2-image.in | 52 + rules/sdl2-image.make | 78 +++ 2 files changed, 130 insertions(+) create mode 100644 rules/sdl2-image.in create mode 100644 rules/sdl2-image.make diff --git

[ptxdist] [PATCH 1/6] sdl2: add new package

2018-07-12 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- rules/sdl2.in | 203 rules/sdl2.make | 153 2 files changed, 356 insertions(+) create mode 100644 rules/sdl2.in create mode 100644 rules/sdl2.make diff --git a/rules

[ptxdist] [PATCH] ptxdist: add xpkg_install to install external ipkgs

2018-02-04 Thread Michael Grzeschik
, $(ipkg)), \ $(EXAMPLERULE_IPKGS_URL)/$(ipkg));) @$(call touch) Signed-off-by: Michael Grzeschik <m.grzesc...@pengutronix.de> --- rules/post/ptxd_make_xpkg_install.make | 33 ++ scripts/lib/ptxd_make_xpkg_install.sh | 111 ++

[ptxdist] [PATCH v4] linuxptp: Update package and configs

2017-11-29 Thread Michael Grzeschik
options being simple defaults the whole config can be removed. We also add some service files to start the ptp4l service on dev eth0. In case the ptp4l daemon is configured we add the option to install the phc2sys daemon to adjust the system time by the ptp master. Signed-off-by: Michael Grzeschik

Re: [ptxdist] [PATCH v3] linuxptp: Update package and configs

2017-11-23 Thread Michael Grzeschik
On Wed, Nov 22, 2017 at 01:13:59PM +0100, Michael Grzeschik wrote: > Usualy we can not ensure only to use transparent clock switches. > Therefor we setup the fix option -P to the commandline to enable > the P2P mechanism in ptp4l. > > The following options are highly depending on t

[ptxdist] [PATCH v3] linuxptp: Update package and configs

2017-11-22 Thread Michael Grzeschik
-off-by: Michael Grzeschik <m.grzesc...@pengutronix.de> --- v1 -> v2: - removed install stage for gPTP.conf from rules file - limited to run ptp4l only on eth0 for the default setup case v2 -> v3: - removed second -r option in phc2sys rule - changed systemd ru

Re: [ptxdist] [PATCH 3/5] tpm2-tss: added

2017-10-16 Thread Michael Grzeschik
On Mon, Oct 16, 2017 at 02:46:52PM +0200, Roland Hieber wrote: > > > On 16.10.2017 13:02, Michael Grzeschik wrote: > > From: Marc Kleine-Budde <m...@pengutronix.de> > > > > --- > > .../tpm2-tss-1.1.0-501-g3bc96032d473/autog

[ptxdist] [PATCH 3/5] tpm2-tss: added

2017-10-16 Thread Michael Grzeschik
From: Marc Kleine-Budde --- .../tpm2-tss-1.1.0-501-g3bc96032d473/autogen.sh| 1 + rules/tpm2-tss.in | 21 rules/tpm2-tss.make| 59 ++ 3 files changed, 81 insertions(+) create

[ptxdist] [PATCH 4/5] tpm2-abrmd: added

2017-10-16 Thread Michael Grzeschik
From: Marc Kleine-Budde --- patches/tpm2-abrmd-1.1.1-51-g1f83a5f/autogen.sh| 1 + projectroot/etc/group | 1 + projectroot/etc/passwd | 1 + .../system-services/com.intel.tss2.Tabrmd.service | 5 ++

[ptxdist] [PATCH 1/5] host-autotools-autoconf-archive: added

2017-10-16 Thread Michael Grzeschik
From: Marc Kleine-Budde --- rules/host-autotools-autoconf-archive.in | 12 ++ rules/host-autotools-autoconf-archive.make | 36 ++ 2 files changed, 48 insertions(+) create mode 100644 rules/host-autotools-autoconf-archive.in create

[ptxdist] [PATCH 5/5] tpm2-tools: added

2017-10-16 Thread Michael Grzeschik
From: Marc Kleine-Budde --- .../tpm2-tools-2.0.0-501-g9d0705c99289/autogen.sh | 1 + rules/tpm2-tools.in| 14 +++ rules/tpm2-tools.make | 100 + 3 files changed, 115 insertions(+) create

[ptxdist] [PATCH 2/5] tpm: add menu

2017-10-16 Thread Michael Grzeschik
From: Marc Kleine-Budde --- rules/tpm.in | 5 + 1 file changed, 5 insertions(+) create mode 100644 rules/tpm.in diff --git a/rules/tpm.in b/rules/tpm.in new file mode 100644 index 0..ef93315a3 --- /dev/null +++ b/rules/tpm.in @@ -0,0 +1,5 @@ +##

[ptxdist] [PATCH 0/5] tpm2: added tools and daemon

2017-10-16 Thread Michael Grzeschik
This series added the tpm2 application daemon tpm2-abrmd to communicate with the /dev/tpm0 device. The daemon is dbus activated and will automatically start if one of the tpm2 tools will be used. We also add the dependency lib tpm2-tss and the autotools-autconf-archive package. Marc Kleine-Budde

[ptxdist] [PATCH v2] linuxptp: Update package and configs

2017-09-11 Thread Michael Grzeschik
-by: Michael Grzeschik <m.grzesc...@pengutronix.de> --- v1 -> v2: - removed install stage for gPTP.conf from rules file - limited to run ptp4l only on eth0 for the default setup case projectroot/etc/gPTP.conf | 28 -- projectroot/usr/li

[ptxdist] [PATCH] linuxptp: Update package and configs

2017-09-11 Thread Michael Grzeschik
-off-by: Michael Grzeschik <m.grzesc...@pengutronix.de> --- projectroot/etc/gPTP.conf | 28 -- projectroot/usr/lib/systemd/system/phc2sys.service | 10 projectroot/usr/lib/systemd/system/ptp4l@.service | 12 ++ rules/linux

[ptxdist] [PATCH] kernel: add usbip package

2017-07-27 Thread Michael Grzeschik
We add the option to enable and compile the usbip util in the kernel package. The install stage prepares it to the userland with the library and cmdline tool. Signed-off-by: Michael Grzeschik <m.grzesc...@pengutronix.de> --- rules/kernel.in | 6 ++ rules/kernel.mak

[ptxdist] [PATCH] barebox: fix installation of target programs

2016-06-27 Thread Michael Grzeschik
The selection for bareboxcrc32 and kernel-install got swapped. Fix them to address the right target. Signed-off-by: Michael Grzeschik <m.grzesc...@pengutronix.de> --- rules/barebox.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/barebox.make b

Re: [ptxdist] [PATCH v2] bare_metal: add libopencm3 support

2014-08-06 Thread Michael Grzeschik
Ping! This should be mergable now. :o) On Fri, Jun 27, 2014 at 09:02:35PM +0200, Michael Grzeschik wrote: This patch adds support for the libopencm3 for bare metal systems. With this library it is possible to build single applications for cortexm3 companion systems, that needs to be deployed

[ptxdist] [PATCH v2] bare_metal: add libopencm3 support

2014-06-27 Thread Michael Grzeschik
This patch adds support for the libopencm3 for bare metal systems. With this library it is possible to build single applications for cortexm3 companion systems, that needs to be deployed with the bsp. Signed-off-by: Michael Grzeschik m.grzesc...@pengutronix.de --- v1 - v2 - fixed description from

  1   2   >