Re: [linux-yocto][yocto-kernel-cache][yocto-5.4][PATCH] nxp-s32g2xx: enable PCIE feature config

2020-10-01 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][yocto-kernel-cache][yocto-5.4][PATCH] nxp-s32g2xx: enable PCIE feature config on 29/09/2020 Xulin Sun wrote: > For nxp-s32g2xx bsp, enable PCIE related configurations. > > Signed-off-by: Xulin Sun > --- > bsp/nxp-s32g2xx/nxp-s32g2xx.cfg | 9 +

Re: [linux-yocto][linux-yocto-dev][PATCH] SUNRPC: Fix svc_flush_dcache()

2020-10-01 Thread Bruce Ashfield
As you may have noticed, I already picked this up in my latest -dev merge from upstream. Bruce In message: [linux-yocto][linux-yocto-dev][PATCH] SUNRPC: Fix svc_flush_dcache() on 28/09/2020 zhe...@windriver.com wrote: > From: Chuck Lever > > On platforms that implement flush_dcache_page(), a

Re: [linux-yocto][linux-yocto-dev][PATCH] powerpc: net: bpf_jit_comp: Fix misuse of fallthrough

2020-10-01 Thread Bruce Ashfield
Merged. Bruce In message: [linux-yocto][linux-yocto-dev][PATCH] powerpc: net: bpf_jit_comp: Fix misuse of fallthrough on 28/09/2020 zhe...@windriver.com wrote: > From: He Zhe > > The user defined label following "fallthrough" is not considered by GCC > and causes build failure. > >

Re: [linux-yocto] [PATCH] Makefile: support make scripts prepare inside SDK

2020-10-01 Thread Bruce Ashfield
On Mon, Sep 28, 2020 at 4:37 AM Chen Qi wrote: > > We need to `make scripts prepare` inside SDK. So add patch > to defect if we are insdie SDK environment, and if so change some > PKG_CONFIG_xxx settings so that we will use things from SDK's host > part. > > The problem for `make scripts prepare`

[yocto] [meta-security][PATCH 2/3] wic: add wks.in for intel dm-verity

2020-10-01 Thread Naveen Saini
Based on systemd-bootdisk-microcode.wks.in, this adds the dm-verity image similar to the beaglebone wks already in meta-security. Signed-off-by: Naveen Saini --- wic/systemd-bootdisk-dmverity.wks.in | 15 +++ 1 file changed, 15 insertions(+) create mode 100644

[yocto] [meta-security][PATCH 1/3] initramfs-framework/dmverity: add retry loop for slow boot devices

2020-10-01 Thread Naveen Saini
Detection of USB devices by the kernel is slow enough. We need to keep trying for a while (default: 5s seconds, controlled by roottimeout=) and sleep between each attempt (default: one second, rootdelay=). Fix is based on

[yocto] [meta-security][PATCH 3/3] linux-%/5.x: Add dm-verity fragment as needed

2020-10-01 Thread Naveen Saini
Add checks that include dm-verity specific kernel config fragment when dm-verity-img.bbclass is used. Signed-off-by: Naveen Saini --- recipes-kernel/linux/linux-%_5.%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-%_5.%.bbappend

Re: [linux-yocto][linux-yocto v5.4/standard/nxp-s32g2xx][PATCH] nxp-s32g2xx upgrades NXP SDK v5.4.24_bsp26.0 kernel part

2020-10-01 Thread Bruce Ashfield
In message: [linux-yocto][linux-yocto v5.4/standard/nxp-s32g2xx][PATCH] nxp-s32g2xx upgrades NXP SDK v5.4.24_bsp26.0 kernel part on 28/09/2020 Xulin Sun wrote: > Hi Bruce, > > Could you please help to merge below patches to the branch "v5.4/standard/ > nxp-s32g2xx". > > Those below patches

[yocto] [ANNOUNCEMENT]Milestone 3 for Yocto Project 3.2 (yocto-3.2_M3)

2020-10-01 Thread Vineela
Hello, We are pleased to announce the third milestone release for Yocto Project 3.2 (yocto-3.2_M3) is now available for download. Download: http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-3.2_M3 bitbake: 27b53186fa67d281d29b2f8e15bcff8dc2557b8a meta-arm:

Re: [yocto] Warrior uninative

2020-10-01 Thread Anders Montonen
Hi, > On 1 Oct 2020, at 0:52, Khem Raj wrote: > > latest warrior seems to be using 2.9 release of uninative not 2.7 This turned out to be operator error. For Thud, we had to manually update a bunch of mirror variables, including for uninative, which I had completely forgotten about. After

[yocto] #yocto #sdk DRM and DRM_INTEL

2020-10-01 Thread Monsees, Steven C (US) via lists.yoctoproject.org
Does Yocto support drm & drm_intel ?, If so at what Yocto version was support added ? Thanks, Steve -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#50910): https://lists.yoctoproject.org/g/yocto/message/50910 Mute This Topic:

Re: [yocto] [meta-gplv2] [PATCH] gnupg: Make it build with GCC 10 (which uses -fno-common by default)

2020-10-01 Thread Joshua Watt
On Wed, Sep 30, 2020 at 4:34 PM Khem Raj wrote: > > On Wed, Sep 30, 2020 at 1:37 PM Joshua Watt wrote: > > > > With this patch applied, I get the following errors when using the > > latest master branches: > > > > | ../mpi/libmpi.a(mpiutil.o): In function `mpi_alloc_limb_space': > > |

[yocto][meta-gplv2][PATCH] gnupg: Build with "-fcommon"

2020-10-01 Thread Joshua Watt
The patch from f9761c0 ("gnupg: Make it build with GCC 10 (which uses -fno-common by default)") doesn't work in all cases, such as when building gnupg-native. Instead of trying to patch around it, re-enable the -fcommon flag explicitly to keep the build the same as it was before GCC 10 changed the

[yocto] Help creating a recipe for bro (zeek)

2020-10-01 Thread seshu . pyla
Hi all, I am creating recipe for the bro version 2.5.5. == SUMMARY = "Passive network traffic analyzer" HOMEPAGE = "http://www.bro.org; LICENSE = "GPL-2.0" LIC_FILES_CHKSUM =

[yocto] Automated script to know all the Recipes details

2020-10-01 Thread Yocto_user
Hi, do we have any automated script that we can run in Yocto 3.0 Zues release or any general release to get all these information of all the packages installed in a particular Yocto release: 1. Name 2. Version 3. Homepage link of the Recipes from where it was downloaded. If there is any script

Re: [yocto] Perl-Native compilation for THUD in Red Hat 8

2020-10-01 Thread Richard Purdie
On Thu, 2020-10-01 at 11:59 +0530, Aashik Aswin wrote: > Hi Developers, > > I recently migrated my machine to Red Hat 8 , I am using Yocto Thud > to build my customized yocto image. > However, I am seeing the following Build Issue while compiling Perl- > native > > /usr/include/errno.h:48:10:

Re: [yocto] QA notification for completed autobuilder build (yocto-3.1.3.rc1)

2020-10-01 Thread Sangeeta Jain
Hello all, This is the full report for yocto-3.1.3.rc1: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. No new defects are found in this cycle. perl ptest failed (BUG id:14071) ===

[yocto] Perl-Native compilation for THUD in Red Hat 8

2020-10-01 Thread Aashik Aswin
Hi Developers, I recently migrated my machine to Red Hat 8 , I am using Yocto Thud to build my customized yocto image. However, I am seeing the following Build Issue while compiling Perl-native /usr/include/errno.h:48:10: fatal error: bits/types/error_t.h: No such file or directory | #include