[ptxdist] [PATCH] modemmanager: version bump 1.6.6 -> 1.6.8

2017-06-19 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/modemmanager.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/modemmanager.make b/rules/modemmanager.make index ea6af7669..9afea1e7d 100644 --- a/rules/modemmanager.make +++ b/rules/modemmanager.make

Re: [ptxdist] Newbie: Howto add luajit 2.x as a new package in ptxdist

2017-06-19 Thread Clemens Gruber
On Mon, Jun 19, 2017 at 06:12:47PM +0200, Guillermo Rodriguez Garcia wrote: > Hi Michael, > > Have a look at the manual that Roland linked in his answer: > http://www.pengutronix.de/software/ptxdist/appnotes/OSELAS.BSP-Pengutronix-Generic-arm-Quickstart.pdf > > Specifically chapter 4, PTXdist

Re: [ptxdist] Newbie: Howto add luajit 2.x as a new package in ptxdist

2017-06-19 Thread Guillermo Rodriguez Garcia
Hi Michael, Have a look at the manual that Roland linked in his answer: http://www.pengutronix.de/software/ptxdist/appnotes/OSELAS.BSP-Pengutronix-Generic-arm-Quickstart.pdf Specifically chapter 4, PTXdist Developer’s Manual, and section 4.2, Adding new Packages. Best regards, Guillermo

Re: [ptxdist] Newbie: Howto add luajit 2.x as a new package in ptxdist

2017-06-19 Thread Michael Deiters
Hi Roland, many thanks for the swift reply. My disconnect starts already at the first stage. My BSP has no information that I need luajit in my project. I understand I need to create the "rules" files to instruct PTXdist to compile luajit. My question is, how do the rule file(s) look like,

Re: [ptxdist] Newbie: Howto add luajit 2.x as a new package in ptxdist

2017-06-19 Thread Roland Hieber
Hi Michael, there is no need to add a -dev package for luajit, at least not for installing on the target. When crosscompiling, the install stage of your rules/luajit.make effectively calls `make install` in the luajit source folder, which should install the development headers to

Re: [ptxdist] [PATCH] freetype: version bump 2.6.3 -> 2.8

2017-06-19 Thread Michael Olbrich
On Mon, Jun 19, 2017 at 02:12:03PM +0200, Michael Olbrich wrote: > On Tue, Jun 06, 2017 at 04:36:30PM +0200, Clemens Gruber wrote: > > Signed-off-by: Clemens Gruber > > patchin: quilt: apply 'ptxdist-git/patches/freetype-2.8/series' > Applying patch

Re: [ptxdist] [PATCH] libpng: version bump 1.2.54 -> 1.6.29

2017-06-19 Thread Michael Olbrich
On Tue, Jun 06, 2017 at 04:36:35PM +0200, Clemens Gruber wrote: > Also fix configure options. > patchin: quilt: apply 'ptxdist-git/patches/libpng-1.6.29/series' Applying patch 0001-add-SYSROOT-handling-to-libpng-config.patch can't find file to patch at input line 16 Perhaps you used the wrong -p

[ptxdist] [PATCH] iftop: new package

2017-06-19 Thread Alexander Dahl
This adds the well known tool 'iftop' for displaying bandwidth usage on a network interface. Signed-off-by: Alexander Dahl --- rules/iftop.in | 15 +++ rules/iftop.make | 57 2 files changed, 72

[ptxdist] [PATCH] dropwatch: new package

2017-06-19 Thread Alexander Dahl
This adds a new package 'dropwatch', a tool for seeing where packets are dropped in the kernel. It was recently moved to a new upstream URL and is currently only available from Git. Included is one patch from buildroot, which is not yet upstream. Tested on an at91sam9g20 platform. Signed-off-by: