Re: [ptxdist] 2012.07.0 - ICE compiling DirectFB for cortex-a8

2012-08-27 Thread Markus Niebel
Hello, Am 27.08.2012 13:07, wrote Josef Holzmayr: Howdy! Am 27.08.2012 13:00, schrieb Markus Niebel: we see an ICE when compiling directFB: convert.c: In function 'dfb_convert_to_rgb24': convert.c:1693:1: internal compiler error: in neon_disambiguate_copy, at config/arm/arm.c:20337

[ptxdist] [PATCH] mbw: update url

2013-10-01 Thread Markus Niebel
From: Markus Niebel markus.nie...@tqs.de Original URL is not longer reachable. Fix URL where the tarball could be found. Signed-off-by: Markus Niebel markus.nie...@tqs.de --- rules/mbw.make |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/mbw.make b/rules/mbw.make

[ptxdist] [PATCH] mbw: version bump 1.1 - 1.4

2014-04-25 Thread Markus Niebel
From: Markus Niebel markus.nie...@tq-group.com Also update url since development is now done under github. The new version fixes some bugs that lead to wrong results. Signed-off-by: Markus Niebel markus.nie...@tq-group.com --- rules/mbw.make |6 +++--- 1 file changed, 3 insertions(+), 3

[ptxdist] [PATCH] barebox: select host-lzop

2014-05-15 Thread Markus Niebel
From: Markus Niebel markus.nie...@tq-group.com creation of barebox.z requires lzop. As this may be not installed, let's handle this inside of our build logic. Signed-off-by: Markus Niebel markus.nie...@tq-group.com --- platforms/barebox.in |1 + 1 file changed, 1 insertion(+) diff

[ptxdist] [PATCH] memtester: version bump 4.0.8 - 4.3.0

2014-06-20 Thread Markus Niebel
From: Markus Niebel markus.nie...@tq-group.com Signed-off-by: Markus Niebel markus.nie...@tq-group.com --- rules/memtester.make |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/memtester.make b/rules/memtester.make index 8fd3dd7..e83a0b8 100644 --- a/rules

[ptxdist] [PATCH] aumix: fix URL

2014-06-24 Thread Markus Niebel
From: Markus Niebel markus.nie...@tq-group.com Package is now located on sourceforge Signed-off-by: Markus Niebel markus.nie...@tq-group.com --- rules/aumix.make |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/aumix.make b/rules/aumix.make index 56af074..18848c7

[ptxdist] [PATCH] aumix: select HOST_GETTEXT

2014-06-24 Thread Markus Niebel
From: Markus Niebel markus.nie...@tq-group.com The autotools logic requests autopoint during reconfiguration. Therefore we need to have gettext in place. Signed-off-by: Markus Niebel markus.nie...@tq-group.com --- rules/aumix.in |1 + 1 file changed, 1 insertion(+) diff --git a/rules

Re: [ptxdist] [PATCH] memtester: version bump 4.0.8 - 4.3.0

2014-06-25 Thread Markus Niebel
Hello, Am 23.06.2014 15:45, schrieb Michael Olbrich: On Fri, Jun 20, 2014 at 09:33:08AM +0200, Markus Niebel wrote: From: Markus Niebel markus.nie...@tq-group.com Thanks, applied. Unrelated to this patch, but I noticed that the code is compiled without optimization. Do you think it makes

[ptxdist] [PATCH] memtester: improve build system

2014-06-26 Thread Markus Niebel
From: Markus Niebel markus.nie...@tq-group.com This package uses a unusual build system. Improve the prepare stage so that we can use the provided Makefiles and scripts instead of generating a simple Makefile without optimisation and othe useful compiler flags. This solution was suggested

[ptxdist] [PATCH] zip: fix download url

2014-06-26 Thread Markus Niebel
From: Markus Niebel markus.nie...@tq-group.com Signed-off-by: Markus Niebel markus.nie...@tq-group.com --- rules/zip.make |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/zip.make b/rules/zip.make index 827a865..09ba4a0 100644 --- a/rules/zip.make +++ b/rules/zip.make

[ptxdist] [PATCH] u-boot: add config option for imx images

2014-06-26 Thread Markus Niebel
From: Markus Niebel markus.nie...@tq-group.com For i.MX SOC the U-Boot build system generates imx-images containing the DCD structure used by the ROM loader. This patch provides a config option and install rules for this type of images. Signed-off-by: Markus Niebel markus.nie...@tq-group.com

Re: [ptxdist] [RFC][PATCH] arm-memspeed: add patches for configurable cache sizes

2014-06-29 Thread Markus Niebel
Hello, Am 19.06.2014 19:24, wrote Markus Niebel: From: Markus Niebel markus.nie...@tq-group.com Cores like cortex a9 have L1 and L2 cache. Sizes of caches may vary between cores and SOCs. So it is good to have the sizes configurable and let the user decide. While at it, remove some

Re: [ptxdist] [RFC] u-boot-tools: emmc support in fw_printenv/fw_setenv

2014-08-05 Thread Markus Niebel
Hello Bruno, Am 04.08.2014 10:29, wrote Bruno Thomsen: Provide read/write access to U-Boot environment stored in eMMC flash from Linux. Access to U-Boot environment can be very useful; dual kernel/rootfs images, production default values, change kernel bootargs, etc. Tested with U-Boot

Re: [ptxdist] [RFC] u-boot-tools: emmc support in fw_printenv/fw_setenv

2014-08-12 Thread Markus Niebel
Hello Bruno, Am 04.08.2014 10:29, wrote Bruno Thomsen: Provide read/write access to U-Boot environment stored in eMMC flash from Linux. Access to U-Boot environment can be very useful; dual kernel/rootfs images, production default values, change kernel bootargs, etc. Tested with U-Boot

Re: [ptxdist] [RFC] u-boot-tools: emmc support in fw_printenv/fw_setenv

2014-08-25 Thread Markus Niebel
Dir: +45 89 93 13 94 E-mail:b...@kamstrup.dk Web: www.kamstrup.dk Best Regards Markus Niebel -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] OSELAS.Toolchain() 2013.12.x - missing python support in gdb

2014-09-11 Thread Markus Niebel
Hello, is there a reason that python support for gdb helper is disabled in the installable *.deb packages? Toolchains in *.debs from the 2012.12.x version seems to have support. Best Regards, Markus Niebel -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] OSELAS.Toolchain() 2013.12.x - missing python support in gdb

2014-09-22 Thread Markus Niebel
Hello Michael, Am 15.09.2014 um 12:28 schrieb Michael Olbrich: Hi, On Thu, Sep 11, 2014 at 01:27:20PM +0200, Markus Niebel wrote: is there a reason that python support for gdb helper is disabled in the installable *.deb packages? Toolchains in *.debs from the 2012.12.x version seems

[ptxdist] [PATCH v2] systemd: add SYSTEMD_CPPFLAGS for local kernel headers

2014-11-26 Thread Markus Niebel
From: Markus Niebel markus.nie...@tq-group.com systemd uses cpp to generate tables for keymappings. Without setting CPPFLAGS the toolchain headers will be used for generation but local kernel headers for compilation. This can break compile. Since CPPFLAGS are implicitly used when calling

Re: [ptxdist] [PATCH] systemd: add SYSTEMD_CPPFLAGS for kernel headers

2014-11-26 Thread Markus Niebel
Hello Michael Am 26.11.2014 um 10:49 schrieb Michael Olbrich: index b0f7ce0..8c425e4 100644 --- a/rules/systemd.make +++ b/rules/systemd.make @@ -44,6 +44,9 @@ SYSTEMD_CONF_ENV += cc_cv_CFLAGS__flto=no SYSTEMD_CFLAGS := \ -I$(KERNEL_HEADERS_INCLUDE_DIR)

[ptxdist] [RFC 0/2] add a way to extract license text from packages

2015-01-20 Thread Markus Niebel
From: Markus Niebel markus.nie...@tq-group.com just as an RFC: it would be good to have above said features to ease deployment and auditing. First patch implements this feature as an addon of the targetinstall stage. Second patch shows the feature for a package that uses it's own license TODO

[ptxdist] [RFC 1/2] ptxdist: add license text extraction

2015-01-20 Thread Markus Niebel
From: Markus Niebel markus.nie...@tq-group.com It would be good to have the possibility to extract license texts for target packages. This would add a benefit to ptxdist since it makes auditing a BSP easier. This patch adds - a new (optional) variable to package rule file to encode

[ptxdist] [RFC 2/2] icu: add LICENSE_TEXT

2015-01-20 Thread Markus Niebel
From: Markus Niebel markus.nie...@tq-group.com this patch enables to extract the license text when at it, name the license for the package Signed-off-by: Markus Niebel markus.nie...@tq-group.com --- rules/icu.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rules

Re: [ptxdist] [RFC 0/2] add a way to extract license text from packages

2015-02-17 Thread Markus Niebel
Hello, Am 11.02.2015 um 14:02 schrieb Michael Olbrich: Hi, On Wed, Feb 11, 2015 at 12:19:34PM +0100, Juergen Borleis wrote: On Wednesday 11 February 2015 11:50:16 Hubert Feurstein wrote: IMHO the proposal by Markus makes sense. I have had the same issues with collecting license texts in the

Re: [ptxdist] ptxdist: Adding custom kernel headers

2015-01-26 Thread Markus Niebel
Hello, Am 26.01.2015 um 20:16 schrieb Guillermo Rodriguez Garcia: Hello all, I wrote a custom driver for my BSP, and I initially made it an out-of-tree driver (ptxdist newpackage src-linux-driver and so on) This driver needs to export a header file (defining some ioctl values) for use by

Re: [ptxdist] [RFC 0/2] add a way to extract license text from packages

2015-02-11 Thread Markus Niebel
Hello Juergen, Am 11.02.2015 um 12:19 schrieb Juergen Borleis: Hi, On Wednesday 11 February 2015 11:50:16 Hubert Feurstein wrote: IMHO the proposal by Markus makes sense. I have had the same issues with collecting license texts in the past. So a solution integrated in PTXdist would be

Re: [ptxdist] [RFC 0/2] add a way to extract license text from packages

2015-01-29 Thread Markus Niebel
to look over the licenses - AFAIK other build tools (yocto, buildroot) has similar features Hope this helps Markus Thanks, Guillermo 2015-01-29 8:45 GMT+01:00 Markus Niebel list...@tqsc.de: Am 21.01.2015 um 09:12 schrieb Markus Niebel: From: Markus Niebel markus.nie...@tq-group.com just

[ptxdist] [PATCH] u-boot-tools: improve build

2015-05-12 Thread Markus Niebel
From: Markus Niebel markus.nie...@tq-group.com The U-Boot tools are mostly host side tools. No need to compile them for target since this could break build due to wrong dependencies. Use feature of U-Boot build system to build a given directory. Signed-off-by: Markus Niebel markus.nie...@tq

Re: [ptxdist] Sysroots and pkg-config (Qt 5.4.2)

2015-06-12 Thread Markus Niebel
Hi, Am 11.06.2015 um 12:18 schrieb Dennis Miller: Hi, I am using PTXdist 2014.11.0 and a BSP provided by TQ for a Freescale i.MX6q CPU. This CPU has binary-only drivers for Open-GL/ES. I downloaded just the new qt5.in/.make as well as all patches and custom qmake-spec for Qt 5.4.2 and

[ptxdist] [PATCH] u-boot: hopefully fix download URL

2015-10-09 Thread Markus Niebel
From: Markus Niebel <markus.nie...@tq-group.com> Use the ftp server only via ftp protocol. Other URL and protocols gets redirected and cause download to fail. u-boot-tools uses already the correct URL. See also www.denx.de/wiki/U-Boot/SourceCode Signed-off-by: Markus Niebel <markus.

[ptxdist] [PATCH] glib-networking: select host-intltool

2015-08-26 Thread Markus Niebel
From: Markus Niebel markus.nie...@tq-group.com Building glib-networking depends on newer versions of intltool. Since we can build this as a host package, do not rely on the version installed on the system Signed-off-by: Markus Niebel markus.nie...@tq-group.com --- rules/glib-networking.in | 1

[ptxdist] [PATCH] socat: fix build system for parallel builds

2015-08-26 Thread Markus Niebel
From: Markus Niebel markus.nie...@tq-group.com when doing parallel builds, linking of filan sometimes fails. This patch brings in the fix found in: http://lists.openembedded.org/pipermail/openembedded-core/2015-May/104718.html Signed-off-by: Markus Niebel markus.nie...@tq-group.com

Re: [ptxdist] use waf in ptxdist

2017-01-31 Thread Markus Niebel
need imx-vpu 3.10.17 or newer. > How do I install it through ptxdist so that it detects it and does not > give me error? > > > > Thanks! > > > > > > 2017-01-30 16:05 GMT+01:00 Markus Niebel <nieb...@tqsc.de>: > Hello, > >

Re: [ptxdist] Kernel dependency from bc

2017-01-31 Thread Markus Niebel
:38 +0100 schrieb Michael Olbrich: > Hi, > > On Fri, Jan 20, 2017 at 01:07:05PM +0100, Markus Niebel wrote: > > since kernel 3.10 (afaik) bc is needed to build the kernel. Should we > > add something like a host-system-bc package which notifies the user that > > he nee

[ptxdist] [PATCH 2/2] kernel: depend kernel on having bc installed

2017-02-03 Thread Markus Niebel
From: Markus Niebel <markus.nie...@tq-group.com> This is needed to build kernels newer than 3.10. Select new host-bc rule for kernel target to make sure bc is there before compiling kernel Signed-off-by: Markus Niebel <markus.nie...@tq-group.com> --- platforms/kernel.in | 1 + 1 fil

[ptxdist] [PATCH 0/2] fix kernel build dep from bc

2017-02-03 Thread Markus Niebel
From: Markus Niebel <markus.nie...@tq-group.com> kernel versions newer than 3.10 have bc as build dependency add a new host-bc package and let kernel select this package Markus Niebel (2): host-bc: add rule for host-bc target kernel: depend kernel on having bc installed platforms/ker

[ptxdist] [PATCH 1/2] host-bc: add rule for host-bc target

2017-02-03 Thread Markus Niebel
From: Markus Niebel <markus.nie...@tq-group.com> bc is needed to build kernel versions above 3.10. The tool is installed on most development systems but we want to be user firendly. Signed-off-by: Markus Niebel <markus.nie...@tq-group.com> --- rules/host-bc.in | 6 ++ rules/

Re: [ptxdist] use waf in ptxdist

2017-01-30 Thread Markus Niebel
Hello, should be working this way (just copied from an older project): 8<--- LIBIMXVPUAPI_CONF_TOOL := NO LIBIMXVPUAPI_CONF_OPT := \ --prefix="/usr" --kernel-headers="$(KERNEL_HEADERS_INCLUDE_DIR)" LIBIMXVPUAPI_CONF_OPT += \

[ptxdist] Kernel dependency from bc

2017-01-20 Thread Markus Niebel
Hello, since kernel 3.10 (afaik) bc is needed to build the kernel. Should we add something like a host-system-bc package which notifies the user that he needs to install bc on his box? Thanks Markus ___ ptxdist mailing list ptxdist@pengutronix.de

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

2017-03-16 Thread Markus Niebel
Hello, please ignore, let me fix noisy targetinstall. BTW: is ## SECTION=multimedia_libs the correct place? Am Donnerstag, den 16.03.2017, 15:33 +0100 schrieb Markus Niebel: > From: Markus Niebel <markus.nie...@tq-group.com> > > Signed-off-by: Markus Niebel <markus.n

[ptxdist] [PATCH v4] libdrm: version bump 2.7.74 -> 2.7.75

2017-03-16 Thread Markus Niebel
From: Markus Niebel <markus.nie...@tq-group.com> - drop not longer nneded libudev dependency - make udev support optional (udev is not needed to build but if compiled with udev support udev is expected to handle device nodes) Signed-off-by: Markus Niebel <markus.nie...@tq-

Re: [ptxdist] [PATCH v3] libdrm: version bump 2.7.74 -> 2.7.75

2017-03-16 Thread Markus Niebel
Am Donnerstag, den 16.03.2017, 15:19 +0100 schrieb Juergen Borleis: > On Thursday 16 March 2017 15:06:48 Markus Niebel wrote: > > From: Markus Niebel <markus.nie...@tq-group.com> > > > > - drop not longer needed libudev dependency > > - make udev support opti

[ptxdist] [PATCH v3] libdrm: version bump 2.7.74 -> 2.7.75

2017-03-16 Thread Markus Niebel
From: Markus Niebel <markus.nie...@tq-group.com> - drop not longer needed libudev dependency - make udev support optional (udev is not needed to build but if compiled with udev support udev is expected to handle device nodes) Signed-off-by: Markus Niebel <markus.nie...@tq-

[ptxdist] [PATCH v4] glmark2: add new package

2017-03-16 Thread Markus Niebel
From: Markus Niebel <markus.nie...@tq-group.com> Signed-off-by: Markus Niebel <markus.nie...@tq-group.com> --- changes since v3 - remove superflous line in targetinstall changes since v2 - handle as single patch, part of original series was applied - fix HOST_SYSTEM_PYTHO

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

2017-03-16 Thread Markus Niebel
please drop and use v4 Am Donnerstag, den 16.03.2017, 16:45 +0100 schrieb Markus Niebel: > From: Markus Niebel <markus.nie...@tq-group.com> > > Signed-off-by: Markus Niebel <markus.nie...@tq-group.com> > --- > changes since v2 > > - handle as single patch, pa

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

2017-03-16 Thread Markus Niebel
From: Markus Niebel <markus.nie...@tq-group.com> Signed-off-by: Markus Niebel <markus.nie...@tq-group.com> --- changes since v2 - handle as single patch, part of original series was applied - fix HOST_SYSTEM_PYTHON dependency as suggested - fix versioning as suggested - simplify flav

[ptxdist] [PATCH v4] kmscube: add new package

2017-03-20 Thread Markus Niebel
From: Markus Niebel <markus.nie...@tq-group.com> Signed-off-by: Markus Niebel <markus.nie...@tq-group.com> --- .../0001-force-autogen-to-look-for-stdc.patch | 29 ++ patches/kmscube-2017-03-13-g803bac5/autogen.sh | 1 + patches/kmscube-2017-03-13-g803bac5/series

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

2017-03-16 Thread Markus Niebel
From: Markus Niebel <markus.nie...@tq-group.com> Signed-off-by: Markus Niebel <markus.nie...@tq-group.com> --- changes since v2: - handle as single patch, part of original series was applied - cleanup as suggested - use version notation as suggested - fix dependency as suggest

Re: [ptxdist] [PATCH v4] libdrm: version bump 2.7.74 -> 2.7.75

2017-03-17 Thread Markus Niebel
Am Freitag, den 17.03.2017, 10:29 +0100 schrieb Michael Olbrich: > On Thu, Mar 16, 2017 at 03:47:58PM +0100, Markus Niebel wrote: > > From: Markus Niebel <markus.nie...@tq-group.com> > > > > - drop not longer nneded libudev dependency > > - make udev support opti

Re: [ptxdist] [RFC PATCH 1/2] nettle: add explicit support for libhogweed

2017-03-09 Thread Markus Niebel
Am Donnerstag, den 09.03.2017, 16:19 +0100 schrieb Michael Olbrich: > On Thu, Mar 09, 2017 at 10:37:06AM +0100, Markus Niebel wrote: > > From: Markus Niebel <markus.nie...@tq-group.com> > > > > the libhogweed part requires libgmp. Let's make it configurable. >

[ptxdist] [PATCH v2 2/2] kernel: depend kernel on having bc installed

2017-03-09 Thread Markus Niebel
From: Markus Niebel <markus.nie...@tq-group.com> This is needed to build kernels newer than 3.10. Select new host-bc rule for kernel target to make sure bc is there before compiling kernel Signed-off-by: Markus Niebel <markus.nie...@tq-group.com> --- platforms/kernel.in | 1 + 1 fil

[ptxdist] [RFC PATCH 2/2] gnutls: needs libhogweed from nettle

2017-03-09 Thread Markus Niebel
From: Markus Niebel <markus.nie...@tq-group.com> explicitly select NETTLE_LIBHOGWEED to satisfy additional hidden dep from libgmp Signed-off-by: Markus Niebel <markus.nie...@tq-group.com> Conflicts: rules/gnutls.in --- rules/gnutls.in | 1 + 1 file changed, 1 insertion(+)

Re: [ptxdist] [PATCH 2/5] mesalib: version bump 13.0.2 -> 17.0.1

2017-03-09 Thread Markus Niebel
Am Donnerstag, den 09.03.2017, 11:39 +0100 schrieb Marc Kleine-Budde: > * PGP Signed by an unknown key > > On 03/09/2017 11:05 AM, Markus Niebel wrote: > > From: Markus Niebel <markus.nie...@tq-group.com> > > > > - add support for etnaviv > > - update conf

[ptxdist] [PATCH 2/5] mesalib: version bump 13.0.2 -> 17.0.1

2017-03-09 Thread Markus Niebel
From: Markus Niebel <markus.nie...@tq-group.com> - add support for etnaviv - update config opts - add fallback download URL (newest mesalib seems to live there) Signed-off-by: Markus Niebel <markus.nie...@tq-group.com> --- rules/host-mesalib.in | 1 + rules/host-mesalib.make |

[ptxdist] [PATCH 5/5] glmark2: add new package

2017-03-09 Thread Markus Niebel
From: Markus Niebel <markus.nie...@tq-group.com> Signed-off-by: Markus Niebel <markus.nie...@tq-group.com> --- ...NativeStateDRM-add-imx-drm-driver-support.patch | 29 .../series | 1 + rules/glmark2.in

[ptxdist] [PATCH 3/5] libdrm: version bump 2.7.74 -> 2.7.75

2017-03-09 Thread Markus Niebel
From: Markus Niebel <markus.nie...@tq-group.com> drop not longer needed udev dep Signed-off-by: Markus Niebel <markus.nie...@tq-group.com> --- rules/libdrm.in | 2 -- rules/libdrm.make | 7 +-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/rules/libdr

[ptxdist] [PATCH RFC] ptxdist: Toplevel.make: make ptxdist print work again

2017-03-09 Thread Markus Niebel
From: Markus Niebel <markus.nie...@tq-group.com> The changed print rule broke most of the print functionality resulting in no output / error return. Splitting the combinded rule into two targets seems to fix this Signed-off-by: Markus Niebel <markus.nie...@tq-group.com> ---

[ptxdist] [PATCH] wayland: add missing dependency to expat

2017-03-09 Thread Markus Niebel
From: Markus Niebel <markus.nie...@tq-group.com> Signed-off-by: Markus Niebel <markus.nie...@tq-group.com> --- rules/wayland.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/wayland.in b/rules/wayland.in index a8a8932..b798069 100644 --- a/rules/wayland.in +++ b/rule

[ptxdist] [RFC PATCH 0/2] fix indirect gnutls dependency

2017-03-09 Thread Markus Niebel
From: Markus Niebel <markus.nie...@tq-group.com> gnutls expects libhogweed from nettle and indirect libgmp. Try to fix this with adding a config for libhogweed and selecting libgmp from nettle for libhogweed support. I'm not really sure if this is the way to go. On the other hand the mi

[ptxdist] [RFC PATCH 1/2] nettle: add explicit support for libhogweed

2017-03-09 Thread Markus Niebel
From: Markus Niebel <markus.nie...@tq-group.com> the libhogweed part requires libgmp. Let's make it configurable. Signed-off-by: Markus Niebel <markus.nie...@tq-group.com> Conflicts: rules/nettle.in --- rules/nettle.in | 14 +- rules/nettle.make | 11

[ptxdist] [PATCH 4/5] kmscube: add new package

2017-03-09 Thread Markus Niebel
From: Markus Niebel <markus.nie...@tq-group.com> Signed-off-by: Markus Niebel <markus.nie...@tq-group.com> --- .../0001-force-autogen-to-look-for-stdc.patch | 29 +++ .../0002-fix-headers.patch | 39 + ..

[ptxdist] [PATCH v2 1/2] host-system-bc: add new host-system package

2017-03-09 Thread Markus Niebel
From: Markus Niebel <markus.nie...@tq-group.com> Signed-off-by: Markus Niebel <markus.nie...@tq-group.com> --- rules/host-system-bc.in | 6 ++ rules/host-system-bc.make | 28 2 files changed, 34 insertions(+) create mode 100644 rules/host-system-b

[ptxdist] [PATCH v2 0/2] fix kernel build dep from bc

2017-03-09 Thread Markus Niebel
From: Markus Niebel <markus.nie...@tq-group.com> kernel versions newer than 3.10 have bc as build dependency add a new host-system-bc package and let kernel select this package Markus Niebel (2): host-system-bc: add new host-system package kernel: depend kernel on having bc ins

[ptxdist] [PATCH v2 1/5] host-system-python: add check for mako

2017-03-09 Thread Markus Niebel
From: Markus Niebel <markus.nie...@tq-group.com> needed for mesa 17 and newer Signed-off-by: Markus Niebel <markus.nie...@tq-group.com> --- rules/host-system-python.in | 3 +++ rules/host-system-python.make | 6 ++ 2 files changed, 9 insertions(+) diff --git a/rules/host-syst

[ptxdist] [PATCH v2 3/5] libdrm: version bump 2.7.74 -> 2.7.75

2017-03-09 Thread Markus Niebel
From: Markus Niebel <markus.nie...@tq-group.com> drop not longer needed udev dep Signed-off-by: Markus Niebel <markus.nie...@tq-group.com> --- changes since v1: - cleanup leftovers from git merge conflicts rules/libdrm.in | 2 -- rules/libdrm.make | 5 ++--- 2 files changed,

[ptxdist] [PATCH v2 5/5] glmark2: add new package

2017-03-09 Thread Markus Niebel
From: Markus Niebel <markus.nie...@tq-group.com> Signed-off-by: Markus Niebel <markus.nie...@tq-group.com> --- ...NativeStateDRM-add-imx-drm-driver-support.patch | 29 .../series | 1 + rules/glmark2.in

[ptxdist] [PATCH v2 4/5] kmscube: add new package

2017-03-09 Thread Markus Niebel
From: Markus Niebel <markus.nie...@tq-group.com> Signed-off-by: Markus Niebel <markus.nie...@tq-group.com> --- .../0001-force-autogen-to-look-for-stdc.patch | 29 +++ .../0002-fix-headers.patch | 39 + ..

[ptxdist] [PATCH v2 0/5] update drm / mesa support and add testtools

2017-03-09 Thread Markus Niebel
From: Markus Niebel <markus.nie...@tq-group.com> Markus Niebel (5): host-system-python: add check for mako mesalib: version bump 13.0.2 -> 17.0.1 libdrm: version bump 2.7.74 -> 2.7.75 kmscube: add new package glmark2: add new package ...NativeStateDRM-add-imx-drm-driver-s

Re: [ptxdist] [PATCH RFC] ptxdist: Toplevel.make: make ptxdist print work again

2017-03-09 Thread Markus Niebel
Hello, Am Donnerstag, den 09.03.2017, 12:53 +0100 schrieb Michael Olbrich: > On Thu, Mar 09, 2017 at 11:16:33AM +0100, Markus Niebel wrote: > > From: Markus Niebel <markus.nie...@tq-group.com> > > > > The changed print rule broke most of the print functionality resulti

Re: [ptxdist] [PATCH] kernel: need openssl since v4.3

2017-03-31 Thread Markus Niebel
Hi Am Freitag, den 31.03.2017, 16:49 +0200 schrieb Michael Olbrich: > On Fri, Mar 31, 2017 at 04:30:48PM +0200, Markus Niebel wrote: > > From: Markus Niebel <markus.nie...@tq-group.com> > > > > regarding to https://www.kernel.org/doc/Documentation/Changes > >

[ptxdist] [PATCH v2] kernel: need openssl since v4.3

2017-03-31 Thread Markus Niebel
From: Markus Niebel <markus.nie...@tq-group.com> regarding to https://www.kernel.org/doc/Documentation/Changes kernel needs openssl to compile since v4.3 This is true only for use cases like module signing and trusted keyring for things like IMA. Add hostside openssl as an optional depe

[ptxdist] [PATCH] kernel: need openssl since v4.3

2017-03-31 Thread Markus Niebel
From: Markus Niebel <markus.nie...@tq-group.com> regarding to https://www.kernel.org/doc/Documentation/Changes kernel needs openssl to compile since v4.3 Signed-off-by: Markus Niebel <markus.nie...@tq-group.com> --- platforms/kernel.in | 1 + 1 file changed, 1 insertion(+)

[ptxdist] [PATCH] udev: fix compilation for mtd-probe

2017-03-31 Thread Markus Niebel
From: Markus Niebel <markus.nie...@tq-group.com> mtd-probe does not compile. Fix this by adding stdint to supply correct typedefs Signed-off-by: Markus Niebel <markus.nie...@tq-group.com> --- .../udev-182/0002-mtd-probe-fix-compilation.patch | 25 ++ patches/ude

[ptxdist] [Patch 1/2] fbtest: version bump 20041102-1 -> 2014-08-11-g29ab066

2017-09-13 Thread Markus Niebel
From: Markus Niebel <markus.nie...@tq-group.com> Changes: - use new upstream source (some fixes and extensions) - port needed patches Signed-off-by: Markus Niebel <markus.nie...@tq-group.com> --- ...re-generated-penguin.c-to-get-rid-of-this.patch | 655 .../fbt

[ptxdist] [Patch 2/2] fbtest: /usr merge

2017-09-13 Thread Markus Niebel
From: Markus Niebel <markus.nie...@tq-group.com> Signed-off-by: Markus Niebel <markus.nie...@tq-group.com> --- .../fbtest-2014-08-11-g29ab066/0002-add-install-target.patch | 12 ++-- rules/fbtest.make| 2 +- 2 files changed, 7 inse

[ptxdist] [Patch 0/2] update fbtest to new upstream

2017-09-13 Thread Markus Niebel
From: Markus Niebel <markus.nie...@tq-group.com> even if rather old, this tool is usefull. Use new upstream from kernel.org that allows removal off some local patches and implement the /usr merge Markus Niebel (2): fbtest: version bump 20041102-1 -> 2014-08-11-g29ab066 fbtest: /

[ptxdist] [Patch 0/3] package URL fixes

2017-09-12 Thread Markus Niebel
From: Markus Niebel <markus.nie...@tq-group.com> Markus Niebel (3): wpa_supplicant: fix url netperf: fix url lm_sensors: fix url rules/lm_sensors.make | 8 rules/netperf.make| 7 --- rules/wpa_supplicant.make | 2 +- 3 files changed, 9 insertions(+), 8 del

[ptxdist] [Patch 3/3] lm_sensors: fix url

2017-09-12 Thread Markus Niebel
From: Markus Niebel <markus.nie...@tq-group.com> The URL seems to be dysfunctional for a longer time. We should use the github repo of Guenther Roeck instead which seems to have some upstream development also. Since packaging of releases also changed, the MD5 sum changes, too. Sign

[ptxdist] [Patch 2/3] netperf: fix url

2017-09-12 Thread Markus Niebel
From: Markus Niebel <markus.nie...@tq-group.com> Project is now on github. Releases packed different. Therefore suffix and MD5 also changed Signed-off-by: Markus Niebel <markus.nie...@tq-group.com> --- rules/netperf.make | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-)

[ptxdist] [Patch 1/3] wpa_supplicant: fix url

2017-09-12 Thread Markus Niebel
From: Markus Niebel <markus.nie...@tq-group.com> Project moved to new site. Signed-off-by: Markus Niebel <markus.nie...@tq-group.com> --- rules/wpa_supplicant.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/wpa_supplicant.make b/rules/wpa_supplican