[yocto] [meta-security][PATCH] libseccomp: build static library always

2019-09-01 Thread Stefan Agner
From: Stefan Agner Always build static library. This is required e.g. for runc from meta-virtualization in its default configuration. Signed-off-by: Stefan Agner --- recipes-security/libseccomp/libseccomp_2.4.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-security

Re: [yocto] [psplash][PATCH 1/3] add recovered bar.png

2019-07-19 Thread Stefan Agner
Ping. We still carry patches locally I'd rather prefer to drop. -- Stefan On 2019-02-25 16:16, Stefan Agner wrote: > From: Stefan Agner > > While the source files for the main splash image is present in > the source folder base-image, the progress bar isn't. This &g

Re: [yocto] [psplash][PATCH 1/3] add recovered bar.png

2019-03-19 Thread Stefan Agner
Hi Ross, On 25.02.2019 16:16, Stefan Agner wrote: > From: Stefan Agner > > While the source files for the main splash image is present in > the source folder base-image, the progress bar isn't. This > patch adds the bar.png recovered from the RLE data in the bar > hea

[yocto] [psplash][PATCH 1/3] add recovered bar.png

2019-02-25 Thread Stefan Agner
From: Stefan Agner While the source files for the main splash image is present in the source folder base-image, the progress bar isn't. This patch adds the bar.png recovered from the RLE data in the bar header file. The tool make-image-header.sh allows to translate this png back the the h

[yocto] [psplash][PATCH 2/3] use /run for communication FIFO

2019-02-25 Thread Stefan Agner
From: Stefan Agner Use /run for communication FIFO which is typically preserved between initramfs and regular root file system. Introduce a new environment variable PSPLASH_FIFO_DIR which allows to pass /tmp for the old behavior or another directory. Signed-off-by: Stefan Agner --- psplash

[yocto] [psplash][PATCH 3/3] process consecutive commands

2019-02-25 Thread Stefan Agner
From: Stefan Agner Process consecutive commands separated by null-termations. Since it is a FIFO, in theory, two commands can be queued from two independent calls to psplash-write. This also makes the command parser more robust. With this code, sequences like this get parsed just fine: echo -e

[yocto] [PATCH] polkit: add polkit distro feature

2019-01-17 Thread Stefan Agner
From: Stefan Agner Several recipe now use polkit distro feature to descide whether to build with polkit support. Document this new distro feature. Signed-off-by: Stefan Agner --- documentation/ref-manual/ref-features.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/ref

Re: [yocto] [opkg-devel] [opkg-utils PATCH] opkg-make-index: use ctime instead of mtime

2018-11-07 Thread Stefan Agner
question: Is there a new release of opkg-utils planned anytime soon? Or should that be added as a patch in the OE recipe for now? -- Stefan > > On 10/19/18 10:38 AM, Stefan Agner wrote: >> From: Stefan Agner >> >> When using sstate, two parallel builds can produce two

[yocto] [opkg-utils PATCH] opkg-make-index: use ctime instead of mtime

2018-10-19 Thread Stefan Agner
From: Stefan Agner When using sstate, two parallel builds can produce two packages with the same mtime but different checksums. When later one of those two builds fetches the others ipk, the package index does not get udpated properly (since mtime matches). This ends up with messages such as

[yocto] [meta-qt4][PATCH] qt4: add patch which fixes 24-bit color depth

2016-10-25 Thread Stefan Agner
From: Stefan Agner Signed-off-by: Stefan Agner --- recipes-qt4/qt4/qt4-4.8.7.inc | 1 + .../0001-QWS-fix-24-bit-RGB-BGR-handling.patch | 36 ++ 2 files changed, 37 insertions(+) create mode 100644 recipes-qt4/qt4/qt4-4.8.7/0001-QWS-fix-24-bit-RGB

Re: [yocto] [yocto-autobuilder][PATCH v1 0/4] fixes for use with Angstrom

2014-05-17 Thread Stefan Agner
Hi Beth, Am 2014-05-15 17:32, schrieb Flanagan, Elizabeth: >> Today I had troubles with our builder. After removing the whole source >> directory and restart the build, the autobuilder somehow checked out and >> resetted the autobuilder git! (the dora branch was checked out, which I >> tried to ch

Re: [yocto] [yocto-autobuilder][PATCH v1 4/4] GetDeployDir.py/PublishArtifacts.py: get deploy dir from bitbake

2014-05-17 Thread Stefan Agner
Hi Beth, Am 2014-05-16 19:11, schrieb Flanagan, Elizabeth: > Ok, so looking at this a bit more and I think we need to look at how > we set up the deploydir in PublishArtifacts a bit more. > > I think what we can do here is pull the functionality that we have in > getDeployNames out, and put it in

Re: [yocto] [yocto-autobuilder][PATCH v1 0/4] fixes for use with Angstrom

2014-05-15 Thread Stefan Agner
Am 2014-05-08 18:44, schrieb ste...@agner.ch: > From: Stefan Agner > > Hi folks, > > We plan to make use of the Yocto Autobuilder at Toradex. I successfully > deployed an installation, however since we distribute an Anstrom based > BSP I had to adjust some files. With those