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
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
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
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
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
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
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
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
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
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
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
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
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
13 matches
Mail list logo