[ptxdist] pull request

2010-03-16 Thread Michael Grzeschik
repository at: git://git.pengutronix.de/git/mgr/ptxdist.git develop Michael Grzeschik (3): [sox] added the sound exchange audio army knife [stress] Added the simple workload generator [gst-plugins-fluendo] added mp3 gstreamer plugin rules/gst-plugins-fluendo.in | 30

[ptxdist] [PATCH 1/3] [sox] added the sound exchange audio army knife

2010-03-19 Thread Michael Grzeschik
sox is the GNU audio army knife Signed-off-by: Michael Grzeschik m.grzesc...@pengutronix.de --- rules/sox.in |6 rules/sox.make | 75 2 files changed, 81 insertions(+), 0 deletions(-) create mode 100644 rules/sox.in create

[ptxdist] [PATCH 2/3] [stress] Added the simple workload generator

2010-03-19 Thread Michael Grzeschik
Its a simple workload generator for POSIX systems. It imposes a configurable amount of CPU, memory, I/O, and disk stress on the system. Signed-off-by: Michael Grzeschik m...@pengutronix.de --- rules/stress.in |9 +++ rules/stress.make | 67

[ptxdist] [PATCH 3/3] [gst-plugins-fluendo] added mp3 gstreamer plugin

2010-03-19 Thread Michael Grzeschik
The Fluendo MP3 decoder for GStreamer will add MP3 playback capability to all your GStreamer using applications. Signed-off-by: Michael Grzeschik m.grzesc...@pengutronix.de --- rules/gst-plugins-fluendo.in | 29 rules/gst-plugins-fluendo.make | 96

Re: [ptxdist] [PATCH 1/3] [sox] added the sound exchange audio army knife

2010-03-19 Thread Michael Grzeschik
On Fri, Mar 19, 2010 at 03:08:57PM +0100, Marc Kleine-Budde wrote: Michael Grzeschik wrote: next try looks good, please send me a pull request with a branch containing these three final versions. The following changes since commit 912321e339c20816d1ad66598f79155c95aaa9a8: Marc Kleine

[ptxdist] [PATCH 1/2] [tests] bugfix: hostfunction return value handling

2010-04-28 Thread Michael Grzeschik
* This patch repairs a bug in the host function of the libptxdisttest.sh which did not correctly handle the return value of the evaluated commandline. Signed-off-by: Michael Grzeschik m.grzesc...@pengutronix.de --- tests/libptxdisttest.sh |8 +--- 1 files

[ptxdist] [PATCH 2/2] [tests] added report_{begin, end} tag functions

2010-04-28 Thread Michael Grzeschik
* this patch adds the functions report_begin and report_and into the libptxdisttest.sh test library. This will probably break the output of some older testscripts depending this library Signed-off-by: Michael Grzeschik m.grzesc...@pengutronix.de --- tests

Re: [ptxdist] [PATCH 3/6] gst-plugins-good: version bump 0.10.23 - 0.10.28

2011-04-18 Thread Michael Grzeschik
Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0| Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917- | From 5423cc8de5c5ea0772043e03d3501a5560444b00 Mon Sep 17 00:00:00 2001 From: Michael

Re: [ptxdist] [PATCH 3/6] gst-plugins-good: version bump 0.10.23 - 0.10.28

2011-04-18 Thread Michael Grzeschik
Hi Robert, On Mon, Apr 18, 2011 at 11:45:52AM +0200, Robert Schwebel wrote: Michael, On Mon, Apr 18, 2011 at 11:40:50AM +0200, Michael Grzeschik wrote: i'm currently not able to test the patch on relevance, so for now i would keep that unapplied part of the patch: [gstv4l2sink

[ptxdist] [PATCH 1/2] [v4l-utils] version bump 0.8.3 - 0.8.4

2011-07-12 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik m.grzesc...@pengutronix.de --- rules/v4l-utils.make |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/v4l-utils.make b/rules/v4l-utils.make index ad8dce2..dc6af56 100644 --- a/rules/v4l-utils.make +++ b/rules/v4l-utils.make @@ -16,8

[ptxdist] [PATCH 2/2] [v4l-utils] add support for userspace tools

2011-07-12 Thread Michael Grzeschik
* currently disable support for qv4l2 Signed-off-by: Michael Grzeschik m.grzesc...@pengutronix.de --- .../0001-Disable-build-of-qv4l2.patch | 37 patches/v4l-utils-0.8.4/series |3 ++ rules/v4l-utils-tools.in

[ptxdist] [PATCH] [v4l-utils] add support for userspace tools

2011-07-12 Thread Michael Grzeschik
* currently disable support for qv4l2 with a patch on the Makefile. Otherwise qmake will not find the v4l libraries. Signed-off-by: Michael Grzeschik m.grzesc...@pengutronix.de --- .../0001-Disable-build-of-qv4l2.patch | 37 patches/v4l-utils-0.8.4/series

[ptxdist] [PATCH v3] [v4l-utils] add support for userspace tools

2011-07-12 Thread Michael Grzeschik
* currently disable support for qv4l2 with a patch on the Makefile. Otherwise qmake will not find the v4l libraries. Signed-off-by: Michael Grzeschik m.grzesc...@pengutronix.de --- v1 - v2: removed not needed additional v4l-utils-tools.in v2 - v3: added missing select on LIBSYSFS

[ptxdist] [PATCH v4] [v4l-utils] add support for userspace tools

2011-07-12 Thread Michael Grzeschik
* currently disable support for qv4l2 with a patch on the Makefile. Otherwise qmake will not find the v4l libraries. Signed-off-by: Michael Grzeschik m.grzesc...@pengutronix.de --- v1 - v2: removed not needed additional v4l-utils-tools.in v2 - v3: added missing select on LIBSYSFS

[ptxdist] [PATCH v5] [v4l-utils] add support for userspace tools

2011-07-12 Thread Michael Grzeschik
* currently disable support for qv4l2 with a patch on the Makefile. Otherwise qmake will not find the v4l libraries. Signed-off-by: Michael Grzeschik m.grzesc...@pengutronix.de --- v1 - v2: removed not needed additional v4l-utils-tools.in v2 - v3: added missing select on LIBSYSFS

[ptxdist] [PATCH] ptxdist: add keyutils package v1.5.5

2013-04-10 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik m.grzesc...@pengutronix.de --- rules/keyutils.in | 8 rules/keyutils.make | 59 + 2 files changed, 67 insertions(+) create mode 100644 rules/keyutils.in create mode 100644 rules/keyutils.make diff

[ptxdist] [PATCH] libkmod: disable manpages on configure

2013-06-08 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik m.grzesc...@pengutronix.de --- rules/libkmod.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/libkmod.make b/rules/libkmod.make index 740e96f..0c9edc3 100644 --- a/rules/libkmod.make +++ b/rules/libkmod.make @@ -42,6 +42,7 @@ LIBKMOD_CONF_OPT

[ptxdist] [PATCH] host-libkmod: disable manpages on configure

2013-06-08 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik m.grzesc...@pengutronix.de --- rules/host-libkmod.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/host-libkmod.make b/rules/host-libkmod.make index 6a55cfd..d3b7cc8 100644 --- a/rules/host-libkmod.make +++ b/rules/host-libkmod.make @@ -31,6 +31,7

Re: [ptxdist] [PATCH] host-libkmod: disable manpages on configure

2013-06-08 Thread Michael Grzeschik
Forget this and the previous patch. I just saw that it got already fixed in master. Thanks, Michael On Sat, Jun 08, 2013 at 11:03:59PM +0200, Michael Grzeschik wrote: Signed-off-by: Michael Grzeschik m.grzesc...@pengutronix.de --- rules/host-libkmod.make | 1 + 1 file changed, 1 insertion

[ptxdist] [PATCH] libgcrypt: version bump to 1.5.3

2013-10-11 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik m.grzesc...@pengutronix.de --- rules/libgcrypt.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libgcrypt.make b/rules/libgcrypt.make index 62d69eb..e3ef6a1 100644 --- a/rules/libgcrypt.make +++ b/rules/libgcrypt.make @@ -17,8

[ptxdist] [PATCH] gnupg: version bump to 2.0.22 and add bz2 support

2013-10-11 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik m.grzesc...@pengutronix.de --- rules/gnupg.in | 2 ++ rules/gnupg.make | 7 +++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/rules/gnupg.in b/rules/gnupg.in index 1f6c150..164a9dc 100644 --- a/rules/gnupg.in +++ b/rules/gnupg.in @@ -8,6

[ptxdist] [PATCH v2] gnupg: version bump to 2.0.22 and add bz2 support

2013-10-11 Thread Michael Grzeschik
The gnupg in ptxdist is not supposed to generate keys. Keys from other systems will likely have a lot cypher and compression options enabled. To support and use such keys we shall enable all options in the library, including bz2. Signed-off-by: Michael Grzeschik m.grzesc...@pengutronix.de

[ptxdist] [PATCH] libgpg-error: version bump to 1.12

2013-10-14 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik m.grzesc...@pengutronix.de --- rules/libgpg-error.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libgpg-error.make b/rules/libgpg-error.make index 3c88142..243c88e 100644 --- a/rules/libgpg-error.make +++ b/rules/libgpg

[ptxdist] [PATCH] Add Music Player Daemon (MPD) support

2014-05-16 Thread Michael Grzeschik
From: Sascha Hauer s.ha...@pengutronix.de Signed-off-by: Sascha Hauer s.ha...@pengutronix.de --- -aligned ifs -remove MPD in every config section -removed commented build stages -used MPD_ENABLE-* where needed -used simpler addprefix macro rules/mpd.in | 56

[ptxdist] [PATCH v3] Add Music Player Daemon (MPD) support

2014-06-07 Thread Michael Grzeschik
From: Sascha Hauer s.ha...@pengutronix.de Signed-off-by: Sascha Hauer s.ha...@pengutronix.de Signed-off-by: Michael Grzeschik m...@pengutronix.de --- v1..v2 -aligned ifs -remove MPD in every config section -removed commented build stages -used MPD_ENABLE-* where needed -used simpler addprefix

[ptxdist] [PATCH] bare_metal: add libopencm3 support

2014-06-07 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 --- rules/bare_metal.in | 7

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

2014-06-22 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik m.grzesc...@pengutronix.de --- rules/host-libftdi1.in | 7 +++ rules/host-libftdi1.make | 27 +++ 2 files changed, 34 insertions(+) create mode 100644 rules/host-libftdi1.in create mode 100644 rules/host-libftdi1.make diff --git

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

2014-06-22 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik m.grzesc...@pengutronix.de --- rules/host-openocd.in | 184 rules/host-openocd.make | 71 +++ 2 files changed, 255 insertions(+) create mode 100644 rules/host-openocd.in create mode 100644 rules

[ptxdist] [PATCH 2/3] host-libusb-compat: add new package

2014-06-22 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik m.grzesc...@pengutronix.de --- rules/host-libusb-compat.in | 6 ++ rules/host-libusb-compat.make | 16 2 files changed, 22 insertions(+) create mode 100644 rules/host-libusb-compat.in create mode 100644 rules/host-libusb-compat.make diff

[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

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] 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

[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 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 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 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 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 @@ +##

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] 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 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 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 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 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

[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 ++

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

[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 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 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 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 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 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 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_

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

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

[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

[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 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

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 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 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 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 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 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 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] 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

[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 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

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 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

[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

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 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 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 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 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 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

[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 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 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 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 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 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

  1   2   >