Re: [yocto] Recipe dependent on Debian package - How should I approach? #debian #yocto

2021-08-04 Thread Khem Raj
On 7/26/21 7:07 AM, Mitch Gaines wrote: So, that is something I already have. What I really need are the systemd header files in order to build my recipe. Looks like the log output didn't format well. Let me re-post that below with some better formatting and you'll see what I'm referring to.

[linux-yocto][v5.10/standard/x86 and v5.10/standard/preempt-rt/x86][PATCH] net: stmmac: fix one porting issue about SGMII pcs-xcps settings

2021-08-04 Thread Yongxin Liu
In e2a6fd20b93a ("net: stmmac: individual mem alloc for dwxpcs plat data"), the pcs-xpcs setting was wrongly removed, which causes the SGMII interface on Elkhart Lake CRB cannot work. Add them back. Signed-off-by: Yongxin Liu --- drivers/net/ethernet/stmicro/stmmac/dwmac-intel.c | 7 +++ 1

Re: [linux-yocto] [yocto-kernel-cache]: marvell-cn106xx: remove PSTORE related kernel configs

2021-08-04 Thread Bruce Ashfield
In message: [yocto-kernel-cache]: marvell-cn106xx: remove PSTORE related kernel configs on 04/08/2021 meng...@windriver.com wrote: > From: Limeng > > Hi Bruce, > > Now, CONFIG_PSTORE and CONFIG_MMC_PSTORE_BACKEND are enabled > for marvell-cn106xx platform. But in linux-yocto v5.10.55, it

Re: [PATCH][linux-yocto][yocto-kernel-cache yocto-5.10] nxp-imx8: Enable vpu_malone and vpu_windsor config

2021-08-04 Thread Bruce Ashfield
merged. Bruce In message: [PATCH][linux-yocto][yocto-kernel-cache yocto-5.10] nxp-imx8: Enable vpu_malone and vpu_windsor config on 04/08/2021 Xiaolei Wang wrote: > Enable vpu_malone and vpu_windsor config for imx8 decoding > and encoding > > Signed-off-by: Xiaolei Wang > --- >

Re: [PATCH 0/3][linux-yocto] [kernel v5.10/standard/nxp-sdk-5.4/nxp-imx8] Add vpu_malone and vpu_windsor and fix build related errors

2021-08-04 Thread Bruce Ashfield
In message: [PATCH 0/3][linux-yocto] [kernel v5.10/standard/nxp-sdk-5.4/nxp-imx8] Add vpu_malone and vpu_windsor and fix build related errors on 04/08/2021 Xiaolei Wang wrote: > Hi bruce merged. Bruce > > This review mainly Add vpu_malone and vpu_windsor and fix build related > errors >

Re: [yocto] [meta-rockchip][PATCH 1/2] layer.conf: update layer compatibility for honister

2021-08-04 Thread Trevor Woerner
On Wed, Aug 4, 2021 at 1:50 PM Trevor Woerner wrote: > Add honister, remove hardknott. > > Signed-off-by: Trevor Woerner > Signed-off-by: Khem Raj > --- > conf/layer.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > applied to meta-rockchip, master -=-=-=-=-=-=-=-=-=-=-=-

Re: [yocto] [meta-rockchip][PATCH 2/2] switch to the new bitbake OVERRIDE syntax

2021-08-04 Thread Trevor Woerner
On Wed, Aug 4, 2021 at 1:50 PM Trevor Woerner wrote: > With bitbake commit 7dcf317cc141dc980634f8c18bfa84f83e57206a > ("bitbake: Switch to using new override syntax"), applied on > Aug 2, 2021, the OVERRIDE separator is now a colon instead of > an underscore. Therefore all builds performed with

[yocto] [meta-zephyr][PATCH v2 1/2] Convert to new override syntax

2021-08-04 Thread Naveen Saini
Use the convert-overrides.py to convert to new syntax and fixed some additional changes manually. Signed-off-by: Naveen Saini --- classes/zephyr.bbclass | 2 +- conf/machine/96b-avenger96.conf| 2 +- conf/machine/96b-nitrogen.conf

[yocto] [meta-zephyr][PATCH v2 2/2] layer.conf: add honister to LAYERSERIES_COMPAT

2021-08-04 Thread Naveen Saini
Signed-off-by: Naveen Saini --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 8e6b15d..5f13c27 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -15,4 +15,4 @@ LAYERVERSION_zephyr = "1" LAYERDEPENDS_zephyr =

Re: [yocto] [meta-rockchip][PATCH v2 1/2] layer: Convert to new override syntax

2021-08-04 Thread Khem Raj
On 8/4/21 10:53 AM, Trevor Woerner wrote: There are still some cases which are being missed. For example, this patch doesn't build successfully for marsboard-rk3066, rock2-square, and tinker-board. I had been working on a similar patch yesterday as well which I had been build-testing and

[yocto] Yocto Technical Team Minutes, Engineering Sync, for August 3 2021

2021-08-04 Thread Trevor Woerner
Yocto Technical Team Minutes, Engineering Sync, for August 3 2021 archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit == disclaimer == Best efforts are made to ensure the below is accurate and valid. However, errors sometimes happen. If any errors or

[yocto] Yocto Technical Team Minutes, Engineering Sync, for July 27 2021

2021-08-04 Thread Trevor Woerner
Yocto Technical Team Minutes, Engineering Sync, for July 27 2021 archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit == disclaimer == Best efforts are made to ensure the below is accurate and valid. However, errors sometimes happen. If any errors or

Re: [yocto] [meta-rockchip][PATCH v2 1/2] layer: Convert to new override syntax

2021-08-04 Thread Trevor Woerner
There are still some cases which are being missed. For example, this patch doesn't build successfully for marsboard-rk3066, rock2-square, and tinker-board. I had been working on a similar patch yesterday as well which I had been build-testing and run-testing when your patches came in ;-) I've

[yocto] [meta-rockchip][PATCH 1/2] layer.conf: update layer compatibility for honister

2021-08-04 Thread Trevor Woerner
Add honister, remove hardknott. Signed-off-by: Trevor Woerner Signed-off-by: Khem Raj --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index f97fb69..25b0a99 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -14,7

[yocto] [meta-rockchip][PATCH 2/2] switch to the new bitbake OVERRIDE syntax

2021-08-04 Thread Trevor Woerner
With bitbake commit 7dcf317cc141dc980634f8c18bfa84f83e57206a ("bitbake: Switch to using new override syntax"), applied on Aug 2, 2021, the OVERRIDE separator is now a colon instead of an underscore. Therefore all builds performed with a bitbake before this change must use a meta-rockchip commit

[linux-yocto] [yocto-kernel-cache]: marvell-cn106xx: remove PSTORE related kernel configs

2021-08-04 Thread Meng Li
From: Limeng Hi Bruce, Now, CONFIG_PSTORE and CONFIG_MMC_PSTORE_BACKEND are enabled for marvell-cn106xx platform. But in linux-yocto v5.10.55, it involved an upstream commit d07f3b081ee6("mark pstore-blk as broken") that causes build error as below: /usr/src/kernel/fs/pstore/blk.c:158:

[PATCH][linux-yocto][yocto-kernel-cache yocto-5.10] nxp-imx8: Enable vpu_malone and vpu_windsor config

2021-08-04 Thread Xiaolei Wang
Enable vpu_malone and vpu_windsor config for imx8 decoding and encoding Signed-off-by: Xiaolei Wang --- bsp/nxp-imx8/nxp-imx8.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bsp/nxp-imx8/nxp-imx8.cfg b/bsp/nxp-imx8/nxp-imx8.cfg index 1480a658..77326503 100644 ---

Re: [yocto] [oe][meta-security][PATCH] meta: Fix typos

2021-08-04 Thread Martin Jansa
Acked-by: Martin Jansa On Mon, Aug 2, 2021 at 11:02 AM George Liu wrote: > Fix the variable spelling errors > s/SKIP_META_SECUIRTY_SANITY_CHECK/SKIP_META_SECURITY_SANITY_CHECK > > Signed-off-by: George Liu > --- > classes/sanity-meta-security.bbclass | 2 +- > 1 file changed, 1 insertion(+),

Re: [yocto] RTC issue

2021-08-04 Thread Matthias Klein
Hello jupiter, I have seen the same message on an i.MX6S7 (https://www.karo-electronics.com/fileadmin/download/Datasheets/TX6S-Datasheet.pdf) with kernel 5.10 (in a dunfell Yocto after I upgraded from kernel 4.14). Since we use an external RTC on the I2C bus, I disabled the internal RTC

[linux-yocto] [PATCH 3/3] mxc: vpu: Fix a build error VFL_TYPE_GRABBER is not defined

2021-08-04 Thread Xiaolei Wang
Refer to commit dc42cf74d98a("media: v4l2-dev.h: remove VFL_TYPE_GRABBER") VFL_TYPE_GRABBER has been removed and replaced with VFL_TYPE_VIDEO Signed-off-by: Xiaolei Wang --- drivers/mxc/vpu_malone/vpu_b0.c | 2 +- drivers/mxc/vpu_windsor/vpu_encoder_b0.c | 2 +- 2 files changed, 2

[linux-yocto] [PATCH 2/3] mxc: vpu: Fix a build error About unknown statement "---help---"

2021-08-04 Thread Xiaolei Wang
delete unsupported character to avoid unknown statement "---help---" error Signed-off-by: Xiaolei Wang --- drivers/mxc/vpu_malone/Kconfig | 2 +- drivers/mxc/vpu_windsor/Kconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mxc/vpu_malone/Kconfig

[linux-yocto] [PATCH 1/3] mxc: vpu: Add vpu_malone and vpu_windsor codec to kbuild

2021-08-04 Thread Xiaolei Wang
When porting the SDK commit b87af9e9171f ("Add directory driver/mxc and related scripts") we neglected vpu_malone and vpu_windsor to mxc directory. So add vpu_malone and vpu_windsor for decoding and encoding Signed-off-by: Xiaolei Wang --- drivers/mxc/Kconfig | 2 ++ drivers/mxc/Makefile | 2

Re: [yocto] (Go) Library for configuring Yocto based boxes?

2021-08-04 Thread Christofer Dutz
Hi, it seems that on the yocto buily the vendor of my box provides (haven't really started customizing this) both NetworkManager as well as systemd-networkd are installed. This seems to be bad. I could find /etc/systemd/network, but this only contained an empty 99-default.link symlink to

[yocto] RTC issue

2021-08-04 Thread JH
Hi, I built Yocto iMX6ULL image on Zeus kernel 4.19, but I have following RTC errors: [ 3494.446265] rtc rtc0: Timeout trying to get valid LPSRT Counter read [ 4190.088406] rtc rtc0: Timeout trying to get valid LPSRT Counter read [ 4885.740595] rtc rtc0: Timeout trying to get valid LPSRT Counter

[yocto] cross compile python #raspberrypi

2021-08-04 Thread yasminebenghozzi6
Hello everyone, So m working on the yocto project, my image is ready, but i need to cross compile my python script from my pc to the image. Is that possible? because i ve been told that python doesn 't to be cross compiled. Thank you very much -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

Re: [yocto] (Go) Library for configuring Yocto based boxes?

2021-08-04 Thread Nicolas Jeker
On Mon, 2021-08-02 at 11:32 +, Christofer Dutz wrote: > Hi all, > > so I guess this is another case of "I should have posed my question > earlier, than I would have found the soltion myself" ;-) > > So it turns out that: > > err = >

[yocto] [meta-selinux][PATCH 3/3] meta-selinux: convert to new override syntax

2021-08-04 Thread Yi Zhao
This is the result of automated script conversion: poky/scripts/contrib/convert-overrides.py meta-selinux Converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Yi Zhao --- README| 6 +- SELinux-FAQ

[yocto] [meta-selinux][PATCH 1/3] refpolicy: update file context for chfn/chsh

2021-08-04 Thread Yi Zhao
The util-linux has provided chfn and chsh since oe-core commit 804c6b5bd3d398d5ea2a45d6bcc23c76e328ea3f. Update the file context for them. Signed-off-by: Yi Zhao --- ...ge-update-file-context-for-chfn-chsh.patch | 34 +++ .../refpolicy/refpolicy_common.inc| 1 + 2

[yocto] [meta-selinux][PATCH 2/3] layer.conf: set default refpolicy provider

2021-08-04 Thread Yi Zhao
Currently there is no default refpolicy provider and the user must specify it in local.conf. Set the default refpolicy provider to refpolicy-targeted in case the user doesn't set it. Signed-off-by: Yi Zhao --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/layer.conf