[linux-yocto] [PATCH 2/2] intel-socfpga: enable jffs2 fs support on intel-socfpga platform

2022-01-11 Thread Meng Li
intel-socfpga platforms need to support for booting from NAND flash and deploy system on NAND flash. So, enable jffs2 fs support. Signed-off-by: Meng Li --- bsp/intel-socfpga/intel-socfpga-64.scc | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/intel-socfpga/intel-socfpga-64.scc

[linux-yocto] [PATCH 1/2] intel-socfpga: enable Intel Agilex platform

2022-01-11 Thread Meng Li
Signed-off-by: Meng Li --- bsp/intel-socfpga/intel-socfpga-64.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/intel-socfpga/intel-socfpga-64.cfg b/bsp/intel-socfpga/intel-socfpga-64.cfg index 6ea0afa4..6d4a716e 100644 --- a/bsp/intel-socfpga/intel-socfpga-64.cfg +++

[linux-yocto] [yocto-kernel-cache]: intel-socfpga: update kernel configs for agilex platform

2022-01-11 Thread Meng Li
From: Limeng Hi Bruce, I create 2 patches to support a new Intel SOCFPGA board - Agilex. Could you please help to merge the 2 patches into yocto-kernel-cache, branch is yocto-5.10? diffstat info ad below: intel-socfpga-64.cfg |1 + intel-socfpga-64.scc |1 + 2 files changed, 2

[yocto] [meta-raspberrypi] Problem with RPI_USE_U_BOOT with RaspberryPi4

2022-01-11 Thread Jean-Philippe Lebel
Hello, I'm trying to create a simple image that uses the RPI_USE_U_BOOT option but the pi hangs with the rainbow image. I'm able to generate bootable images when not using the RPI_USE_U_BOOT option (but I need to use swupdate). I have the same problem with using the Hardknott branch, leading

[linux-yocto][PATCH] arm: dts: axxia: the unit-address of cpu4 should match the reg value

2022-01-11 Thread quanyang.wang
From: Quanyang Wang The unit-address of cpu4 wasn't changed to match the reg value along with other cpus. This patch is to fix this. Reported-by: Mikael Beckius Signed-off-by: Quanyang Wang --- Hi Bruce, Would you please help merge this patche to linux-yocto

[yocto] Reproducible build website broken (CORS setting on git.yoctoproject.org?)

2022-01-11 Thread Joshua Watt
Michael, I noticed that the https://www.yoctoproject.org/reproducible-build-results/ website went down (it always shows "Error fetching test results"). I did a little debugging and I think that the CORS setting on git.yoctoproject.org is not allowing www.yoctoproject.org to request the data

Re: [docs] [yocto] How to unpack a .tgz archive in a .zip file?

2022-01-11 Thread Michael Opdenacker
Hi Quentin, Thanks for the advice! On 1/11/22 7:46 PM, Quentin Schulz wrote: > Hi Michael, > > On January 11, 2022 11:38:06 AM GMT+01:00, Michael Opdenacker > wrote: >> Hello >> >> I'm working on adding the wiki guidelines for dealing with pre-compiled >> libraries >>

Re: [yocto] How to unpack a .tgz archive in a .zip file?

2022-01-11 Thread Quentin Schulz
Hi Michael, On January 11, 2022 11:38:06 AM GMT+01:00, Michael Opdenacker wrote: >Hello > >I'm working on adding the wiki guidelines for dealing with pre-compiled >libraries >(https://wiki.yoctoproject.org/wiki/TipsAndTricks/Packaging_Prebuilt_Libraries#Versioned_Libraries) >into the main

[yocto] [PATCH 1/3] yocto-bsp: change default to 5.15

2022-01-11 Thread Bruce Ashfield
From: Bruce Ashfield 5.14 has been removed from core, so we change our default version to the 5.15 LTS kernel. Signed-off-by: Bruce Ashfield --- meta-yocto-bsp/conf/machine/beaglebone-yocto.conf | 2 +- meta-yocto-bsp/conf/machine/edgerouter.conf | 2 +-

[yocto] [PATCH 3/3] poky: set default kernel to 5.15

2022-01-11 Thread Bruce Ashfield
From: Bruce Ashfield 5.14 is no longer actively maintained, so we bump our default to the 5.15 LTS. Signed-off-by: Bruce Ashfield --- meta-poky/conf/distro/poky-tiny.conf | 2 +- meta-poky/conf/distro/poky.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git

[yocto] [PATCH 2/3] yocto-bsp/5.14: drop recipes

2022-01-11 Thread Bruce Ashfield
From: Bruce Ashfield 5.14 has been removed from core, so we drop our bbappend. 5.15 is now the default kernel version for the reference BSPs. Signed-off-by: Bruce Ashfield --- .../linux/linux-yocto_5.14.bbappend | 23 --- 1 file changed, 23 deletions(-) delete mode

[linux-yocto] [PATCH v5.10 0/2] amdgpu: updates for CVE-2021-42327

2022-01-11 Thread Paul Gortmaker
Strictly speaking this CVE was covered by the backport of mainline f23750b5b that we get from v5.10.77 linux-stable, but if we look at other distros: https://ubuntu.com/security/CVE-2021-42327 https://bugzilla.suse.com/show_bug.cgi?id=CVE-2021-42327 ...we see that 839e59a343 ("Fix even more ..")

[linux-yocto] [PATCH 2/2] drm/amd/display: Don't allow partial copy_from_user

2022-01-11 Thread Paul Gortmaker
From: Harry Wentland commit 25a1a08fe79be6ef00e1393b1f5545f6ba62919f upstream. There is no reason to allow for partial buffers from userspace in our debugfs. In this particular case callers will zero out the wr_buf but if callers in the future don't do that we might be looking at corrupt data.

[linux-yocto] [PATCH 1/2] drm/amdgpu: Fix even more out of bound writes from debugfs

2022-01-11 Thread Paul Gortmaker
From: Patrik Jakobsson commit 839e59a34394905fef73093e8605f50a9eb6d802 upstream CVE-2021-42327 was fixed by: commit f23750b5b3d98653b31d4469592935ef6364ad67 Author: Thelford Williams Date: Wed Oct 13 16:04:13 2021 -0400 drm/amdgpu: fix out of bounds write but amdgpu_dm_debugfs.c

[yocto] Yocto Project Status WW02`22

2022-01-11 Thread Stephen Jolley
Current Dev Position: YP 3.5 M2 Next Deadline: 17th Jan. 2022 YP 3.5 M2 build Next Team Meetings: * Bug Triage meeting Thursday Jan. 13th 7:30 am PDT ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09) *

Re: [linux-yocto] [PATCH 1/2] arm: defconfig: drop unused POWER_AVS option

2022-01-11 Thread Ross Burton
Note that these are against 5.15/standard/base, but please also apply them to 5.14/standard/base. Ross -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#10806): https://lists.yoctoproject.org/g/linux-yocto/message/10806 Mute This Topic:

[linux-yocto] [PATCH 1/2] arm: defconfig: drop unused POWER_AVS option

2022-01-11 Thread Ross Burton
Commit 785b5bb41b0a ("PM: AVS: Drop the avs directory and the corresponding Kconfig") moved AVS code to SOC-specific folders, and removed corresponding Kconfig from drivers/power, leaving original POWER_AVS config option enabled in some defconfigs. Remove the options, which have no references in

[linux-yocto] [PATCH 2/2] arm64: defconfig: cleanup config options

2022-01-11 Thread Ross Burton
arm64: defconfig: drop unused POWER_AVS option Commit 785b5bb41b0a ("PM: AVS: Drop the avs directory and the corresponding Kconfig") moved AVS code to SOC-specific folders, and removed corresponding Kconfig from drivers/power, leaving original POWER_AVS config option enabled in some defconfigs.

Re: [yocto] [docs] No more nightly builds?

2022-01-11 Thread Richard Purdie
On Tue, 2022-01-11 at 12:12 +0100, Michael Opdenacker wrote: > On 1/11/22 12:09 PM, Richard Purdie wrote: > > On Tue, 2022-01-11 at 12:01 +0100, Michael Opdenacker wrote: > > > Hi Richard, > > > > > > On 1/11/22 11:41 AM, Richard Purdie wrote: > > > > On Tue, 2022-01-11 at 10:47 +0100, Michael

Re: [yocto] [docs] No more nightly builds?

2022-01-11 Thread Michael Opdenacker
On 1/11/22 12:09 PM, Richard Purdie wrote: > On Tue, 2022-01-11 at 12:01 +0100, Michael Opdenacker wrote: >> Hi Richard, >> >> On 1/11/22 11:41 AM, Richard Purdie wrote: >>> On Tue, 2022-01-11 at 10:47 +0100, Michael Opdenacker wrote: Greetings, Do we still have nightly builds? I

Re: [yocto] [docs] No more nightly builds?

2022-01-11 Thread Richard Purdie
On Tue, 2022-01-11 at 12:01 +0100, Michael Opdenacker wrote: > Hi Richard, > > On 1/11/22 11:41 AM, Richard Purdie wrote: > > On Tue, 2022-01-11 at 10:47 +0100, Michael Opdenacker wrote: > > > Greetings, > > > > > > Do we still have nightly builds? I cannot find them anywhere, but the > > >

Re: [yocto] [docs] No more nightly builds?

2022-01-11 Thread Michael Opdenacker
Hi Richard, On 1/11/22 11:41 AM, Richard Purdie wrote: > On Tue, 2022-01-11 at 10:47 +0100, Michael Opdenacker wrote: >> Greetings, >> >> Do we still have nightly builds? I cannot find them anywhere, but the >> documentation still refer to a broken location >>

Re: [yocto] [docs] No more nightly builds?

2022-01-11 Thread Richard Purdie
On Tue, 2022-01-11 at 10:47 +0100, Michael Opdenacker wrote: > Greetings, > > Do we still have nightly builds? I cannot find them anywhere, but the > documentation still refer to a broken location > (https://autobuilder.yocto.io/pub/nightly/). We do run them but they're "a-quick" six nights a

[yocto] How to unpack a .tgz archive in a .zip file?

2022-01-11 Thread Michael Opdenacker
Hello I'm working on adding the wiki guidelines for dealing with pre-compiled libraries (https://wiki.yoctoproject.org/wiki/TipsAndTricks/Packaging_Prebuilt_Libraries#Versioned_Libraries) into the main documentation. I'm trying to test the example recipe, but the latest pre-compiled versions of

[yocto] No more nightly builds?

2022-01-11 Thread Michael Opdenacker
Greetings, Do we still have nightly builds? I cannot find them anywhere, but the documentation still refer to a broken location (https://autobuilder.yocto.io/pub/nightly/). I'll be happy to remove the corresponding chapter