[ptxdist] [PATCH 1/3] rauc: new package

2017-03-20 Thread Enrico Jorns
This adds recipes for building the RAUC update tool both as a host tool as well as a target update tool and service. When using systemd, the package will install a rauc.service that allows to start RAUC, by default RAUC does not start automatically but uses D-Bus activation when invoked by your

[ptxdist] [PATCH 2/3] image-rauc: new package

2017-03-20 Thread Enrico Jorns
This adds a default image recipe for building a RAUC update Bundle out of the systems rootfs. In order to sign your update (mandatory) you need to place a valid certificate and key file in your BSP. Their location is default they are currently expected to be located at:

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

2017-03-20 Thread Markus Niebel
From: Markus Niebel Signed-off-by: Markus Niebel --- .../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 | 2 +

[ptxdist] [PATCHv2 0/3] Add basic support for the RAUC update tool

2017-03-20 Thread Enrico Jorns
These patches add recipes for building the RAUC update tool as well as a recipe for creating basic update Bundles using RAUC and genimage. Enrico Jorns (3): rauc: new package image-rauc: new package scripts: add script that generates test certificates for RAUC config/images/rauc.config

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

2017-03-20 Thread Michael Olbrich
On Mon, Mar 20, 2017 at 12:12:30PM +0100, Juergen Borleis wrote: > On Monday 20 March 2017 12:00:57 Markus Niebel wrote: > > [...] > > +config KMSCUBE > > + bool > > + prompt "kmscube" > > + select MESALIB > > + select LIBDRM > > + help > > + kmscube is an application to test kms/drm

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

2017-03-20 Thread Juergen Borleis
Hi Markus, On Monday 20 March 2017 12:00:57 Markus Niebel wrote: > [...] > +config KMSCUBE > + bool > + prompt "kmscube" > + select MESALIB > + select LIBDRM > + help > + kmscube is an application to test kms/drm drivers. > [...] >