[yocto] [meta-hardening][PATCH] meta-hardening/binutils: harden installation permissions

2021-08-25 Thread Marta Rybczynska
Compilers and related utils are better restricted on production platforms. Change permissions of all installed binutils tools to remove access from users outside of the root group. This also demonstrates how to restrict file permissions in a hardened distribution. Signed-off-by: Marta Rybczynska

[yocto] [meta-hardening][PATCH] README: fix mailing lists

2021-08-25 Thread Marta Rybczynska
The address included in the meta-hardening documentation does not work and was changed in other places in 2019. Signed-off-by: Marta Rybczynska --- meta-hardening/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-hardening/README b/meta-hardening/README index

Re: [yocto] oFono Version 1.31 ofonod crash

2021-08-25 Thread JH
Hi Sergei, Thanks for the advice, the latest ofono in oe-core master is 1.32, but I am in branch Hardknott, so I copied ofono 1.32 from master to my layer running Hardknott branch, but I could not build ofono 1.32 in Hardknott: ERROR: ParseError at

[yocto] [meta-tpm][PATCH] README: fix mailing lists and a typo

2021-08-25 Thread Marta Rybczynska
A number of typo fixes: - tmp->tpm in the DISTRO_FEATURES - update the mailing list address as it was out of date - update the distro name in the subject Signed-off-by: Marta Rybczynska --- meta-tpm/README | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[yocto] [meta-tpm][PATCH v2] README: fix mailing lists and a typo

2021-08-25 Thread Marta Rybczynska
A number of typo fixes: - tmp->tpm in the DISTRO_FEATURES - update the mailing list address as it was out of date - update the distro name in the subject Signed-off-by: Marta Rybczynska --- meta-tpm/README | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git

[yocto] #linux #zeus #yocto #imx6 #bitbake #make

2021-08-25 Thread noel . neu
Hi! I would like to implement an out-of-tree  ASoC Machine driver in my project. It #includes some in-tree header files such ../codecs/codecX.h. These are however not found when I try to build the recipe. I have followed the example project "hello-mod", but that doesn't require any in-tree

[yocto] Build a pyinstaller recipe

2021-08-25 Thread yasminebenghozzi6
Hello, So have anyone been successful at making a pyinstaller recipe in yocto? Or add pyinstaller in the yocto image? Please I need help -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#54559): https://lists.yoctoproject.org/g/yocto/message/54559

[yocto] using STAGING_KERNEL_DIR for compiling userspace program

2021-08-25 Thread Marek Belisko
Hi, I'm trying to add a recipe for: https://github.com/bootlin/libva-v4l2-request package. This library heavily depends on actual kernel headers (see PR.https://github.com/bootlin/libva-v4l2-request). I've bumped kernel to 5.14-rc7 nad in recipe I'm trying to use what is suggested: # This is how

[yocto] # yocto Fatal QA error (LIC_FILES_CHKSUM) [license-checksum]

2021-08-25 Thread Monsees, Steven C (US) via lists.yoctoproject.org
Using zeus, and I am build an image with no issues... I then want to tweak the configuration by pulling in an a ".cfg" file to be able to tweak options depending on use... I add the following to the image ".bb" file: FILESEXTRAPATHS_prepend := "$THISDIR:" SRC_URI +=

Re: [yocto] # yocto Fatal QA error (LIC_FILES_CHKSUM) [license-checksum]

2021-08-25 Thread Monsees, Steven C (US) via lists.yoctoproject.org
Never mind this, I worked it out… thanks anyway. From: yocto@lists.yoctoproject.org On Behalf Of Monsees, Steven C (US) via lists.yoctoproject.org Sent: Wednesday, August 25, 2021 12:25 PM To: yocto@lists.yoctoproject.org Subject: [yocto] # yocto Fatal QA error (LIC_FILES_CHKSUM)

[linux-yocto][linux-yocto v5.10] kernel code for marvell cn96xx[RT]

2021-08-25 Thread Ruiqiang Hao
Hi Bruce, Please help to merge code into our repo. repo: linux-yocto branch: v5.10/standard/preempt-rt/cn-sdkv4.18/cn96xx Thanks, Ruiqiang The following changes since commit 4750133e9b0b6a40b32f9ccc0190c39c9a7a195c: Merge branch 'v5.10/standard/base' into

[linux-yocto][linux-yocto v5.10] kernel code for marvell cn96xx

2021-08-25 Thread Ruiqiang Hao
Hi Bruce, Please help to merge code into our repo. repo: linux-yocto branch: v5.10/standard/cn-sdkv4.18/cn96xx Thanks, Ruiqiang The following changes since commit 84acbca9471ba06b6142700a9d3ed22c67104f1c: Merge branch 'v5.10/standard/base' into

[linux-yocto]: [kernel v5.10/standard/intel-sdk-5.10/intel-socfpga]: driver: stratix10-svc: correct the error processing path

2021-08-25 Thread Meng Li
From: Limeng Hi Bruce, This patches is used fix an issue about error process path of stratix10-svc driver. Could you please help to merge this patch into linux-ycoto kernel repo, branch v5.10/standard/intel-sdk-5.10/intel-socfpga? diffstat info as below: stratix10-svc.c | 21

[linux-yocto] [PATCH] driver: stratix10-svc: correct the error processing path

2021-08-25 Thread Meng Li
From: Meng Li When build kernel, there is a warning as below: warning: label 'err_put_device' defined but not used [-Wunused-label] 1220 | err_put_device: | ^~ Detailed reason as below: The sdk commit 07ab84bb864d("firmware: stratix10-svc: extend svc to support FCS features ")

Re: [linux-yocto]: [kernel v5.10/standard/intel-sdk-5.10/intel-socfpga]: driver: stratix10-svc: correct the error processing path

2021-08-25 Thread Bruce Ashfield
In message: [linux-yocto]: [kernel v5.10/standard/intel-sdk-5.10/intel-socfpga]: driver: stratix10-svc: correct the error processing path on 25/08/2021 meng...@windriver.com wrote: > From: Limeng > > Hi Bruce, > > This patches is used fix an issue about error process path of stratix10-svc >

Re: [linux-yocto] [yocto-kernel-cache]: bcm-2xxx-rpi: enable configs for raspberrypi 4B platform

2021-08-25 Thread Bruce Ashfield
In message: [yocto-kernel-cache]: bcm-2xxx-rpi: enable configs for raspberrypi 4B platform on 25/08/2021 meng...@windriver.com wrote: > From: Limeng > > These configs are dependence of the existing configs, so enable > them to make the existing configs effective. > > Could you please help to