[yocto] [layerindex-web 3/3] requirements: bump django-simple-captcha to 0.5.20

2023-10-05 Thread Tim Orling
https://raw.githubusercontent.com/mbi/django-simple-captcha/master/CHANGES Version 0.5.20 -- * Still support Django 3.2 (#222, thanks @petrklus) Version 0.5.19 -- * SECURITY ISSUE: reset the random seed after an image was generated (#221, thanks @ibuler) Version 0.5.18

[yocto] [layerindex-web 2/3] dockersetup.py: databasefile zstd compression

2023-10-05 Thread Tim Orling
zstd compression and decompression are significantly faster than gzip. zstd is also "splittable" and is streaming/real-time friendly. Signed-off-by: Tim Orling --- dockersetup.py | 16 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/dockersetup.py

[yocto] [layerindex-web 1/3] build(deps): bump pillow from 9.3.0 to 10.0.1

2023-10-05 Thread Tim Orling
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.3.0 to 10.0.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) -

[yocto-announce] [ANNOUNCEMENT] Yocto Project 4.0.13 is Released

2023-10-05 Thread Lee Chee Yang
Hi We are pleased to announce the Yocto Project 4.0.13 Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.13/poky-e51bf557f596c4da38789a948a3228ba11455e3c.tar.bz2

[yocto] [ANNOUNCEMENT] Yocto Project 4.0.13 is Released

2023-10-05 Thread Lee Chee Yang
Hi We are pleased to announce the Yocto Project 4.0.13 Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.13/poky-e51bf557f596c4da38789a948a3228ba11455e3c.tar.bz2

Re: [yocto] [meta-rockchip] [PATCH] Add support for the Radxa Rock-3a based on rk3568

2023-10-05 Thread Trevor Woerner
On Fri 2023-10-06 @ 09:45:44 AM, anthony.t.dav...@gmail.com wrote: > From: Anthony Davies > > Added appropriate inc files and machine.conf > > Modified rockchip-rkbin_git.bb to allow machine overrides on > do_deploy. > > I have tested this patch on my own rock-3a This commit message is

[yocto] [meta-rockchip] [PATCH] Add support for the Radxa Rock-3a based on rk3568

2023-10-05 Thread Anthony Davies
From: Anthony Davies Added appropriate inc files and machine.conf Modified rockchip-rkbin_git.bb to allow machine overrides on do_deploy. I have tested this patch on my own rock-3a Signed-off-by: Anthony Davies --- README | 1 +

Re: [yocto] [yocto-autobuilder-helper][PATCH v2] config.json: add reproducible-openembedded build

2023-10-05 Thread Richard Purdie
yoctoproject.org/typhoon/#/builders/155/builds/3 > > Obviously there are still some failures but it is doing more this time > and a least running something in some steps. Whilst a lot of it failed, there was one piece that succeeded and generated diffoscope output: https://autobuilder.yocto

Re: [yocto] [yocto-autobuilder-helper][PATCH v2] config.json: add reproducible-openembedded build

2023-10-05 Thread Richard Purdie
On Thu, 2023-10-05 at 17:42 +0100, Richard Purdie via lists.yoctoproject.org wrote: > On Mon, 2023-10-02 at 16:54 +0200, Fabien Thomas wrote: > > The purpose of this new builder is to report the reproducibility status > > of all meta-openembedded recipes layer by layer. It use the same > >

Re: [yocto][meta-lts-mixins][kirkstone/rust-1.68] gitignore: add pyc files

2023-10-05 Thread Scott Murray
Thanks, Peter, I have merged & pushed this to kirkstone/rust-1.68. I had noticed it locally, but forgot to push something before some travel last week. Scott On Sun, 24 Sep 2023, Peter Marko via lists.yoctoproject.org wrote: > From: Peter Marko > > Using this mixin layer causes dirty

Re: [yocto] [yocto-autobuilder-helper][PATCH v2] config.json: add reproducible-openembedded build

2023-10-05 Thread Richard Purdie
On Mon, 2023-10-02 at 16:54 +0200, Fabien Thomas wrote: > The purpose of this new builder is to report the reproducibility status > of all meta-openembedded recipes layer by layer. It use the same > reproducible selftest than OE-Core but setting only world as target, > and excluding all oecore and

Re: [yocto] [meta-rockchip][kirkstone][PATCH] rk3588(s): add

2023-10-05 Thread Quentin Schulz via lists.yoctoproject.org
Hi Trevor, On 10/5/23 11:00, Quentin Schulz wrote: From: Trevor Woerner Unfortunately the TF-A project does not currently have support for the rk3588. Therefore, for the time-being, the only way to supply a TPL/DDR-init for the rk3588 is to use the closed-source rkbin binaries from Rockchip.

[yocto] [meta-rockchip][kirkstone][PATCH] rk3588(s): add

2023-10-05 Thread Quentin Schulz
From: Trevor Woerner Unfortunately the TF-A project does not currently have support for the rk3588. Therefore, for the time-being, the only way to supply a TPL/DDR-init for the rk3588 is to use the closed-source rkbin binaries from Rockchip. If/when TF-A adds support for the rk3588 we can