Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-4.0.12.rc2)

2023-08-08 Thread Jing Hui Tham
Hi all, Intel and WR YP QA is planning for QA execution for YP build yocto-4.0.12.rc2. We are planning to execute following tests for this cycle: OEQA-manual tests for following module: 1. OE-Core 2. BSP-hw Runtime auto test for following platforms: 1. MinnowBoard Turbot - 32bit

Re: [linux-yocto] [linux-yocto v6.4+][PATCH] drm/fb-helper: move zeroing code to drm_fb_helper_fill_var

2023-08-08 Thread Bruce Ashfield
Merged, and SRCREV bumps sent to the oe-core mailing list. Bruce On Tue, Aug 8, 2023 at 4:38 PM Jon Mason wrote: > > From: Jon Mason > > __fill_var is used by both drm_fb_helper_check_var and > drm_fb_helper_fill_var. In drm_fb_helper_check_var, it is possible that > some of the variables in

[linux-yocto][yocto-kernel-cache yocto-5.15] Add crypto config for marvell cn106xx

2023-08-08 Thread Ruiqiang Hao via lists.yoctoproject.org
Hi Bruce, Please help to merge this patch into our linux-yocto repo. repo: yocto-kernel-cache branch: yocto-5.15 Thanks, Ruiqiang -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#12948):

[linux-yocto] [PATCH] marvell-cn106xx: add crypto kernel config for dependency

2023-08-08 Thread Ruiqiang Hao via lists.yoctoproject.org
From: Ruiqiang Hao After sync kernel with marvell SDK11.23.07, CRYPTO_DH and CRYPTO_ECDSA are depended by CRYPTO_DEV_OCTEONTX2_CPT. add them to the cfg file. Signed-off-by: Ruiqiang Hao --- bsp/marvell-cn106xx/marvell-cn106xx.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH 0/1] proposal to disable CONFIG_OABI_COMPAT on arm platform

2023-08-08 Thread Bruce Ashfield
On Tue, Aug 8, 2023 at 9:54 PM Xiangyu Chen wrote: > > Hi Bruce, > > > On 8/9/23 02:30, Bruce Ashfield wrote: > > CAUTION: This email comes from a non Wind River email account! > > Do not click links or open attachments unless you recognize the sender and > > know the content is safe. > > > > In

Re: [linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH 0/1] proposal to disable CONFIG_OABI_COMPAT on arm platform

2023-08-08 Thread Xiangyu Chen
Hi Bruce, On 8/9/23 02:30, Bruce Ashfield wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. In message: [linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH 0/1] proposal to

[yocto] QA notification for completed autobuilder build (yocto-4.0.12.rc2)

2023-08-08 Thread Pokybuild User
A build flagged for QA (yocto-4.0.12.rc2) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-4.0.12.rc2 Build hash information: bitbake: 41b6684489d0261753344956042be2cc4adb0159 meta-agl: 45b1b63c35c52b8283e1893dfa099607baa0cdcc

Re: [yocto] How to add a few lines in config.txt in Yocto project for Raspberry Pi

2023-08-08 Thread Crane
You mean S folder? Yes, to be specific, it is S folder. The reason I just mentioned WORKDIR was to compare with the irrelevant folder where "diff -ruN" is used to create the patch. Or you mean something else? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply

[linux-yocto] [linux-yocto v6.4+][PATCH] drm/fb-helper: move zeroing code to drm_fb_helper_fill_var

2023-08-08 Thread Jon Mason
From: Jon Mason __fill_var is used by both drm_fb_helper_check_var and drm_fb_helper_fill_var. In drm_fb_helper_check_var, it is possible that some of the variables in fb_info-> var which are currently being zero'ed have pre-existing values. Zeroing these causes some fb tests to fail with

Re: [yocto] How to add a few lines in config.txt in Yocto project for Raspberry Pi

2023-08-08 Thread Khem Raj
you should generate it w.r.t S not WORKDIR On Tue, Aug 8, 2023 at 11:38 AM Crane wrote: > > Now the issue is with the patch itself. > > The patch is created by using "diff -ruN" is not working. The error is "no > file to patch". I can understand this as the file compared to in the patch >

Re: [yocto] Rootless Podman

2023-08-08 Thread Khem Raj
On Tue, Aug 8, 2023 at 11:43 AM Stephen John Smoogen wrote: > > > Does anyone know what ways it is failing (or how I can duplicate it ) and I > can forward to the podman group (can't promise I can get it fixed.. but will > do what I can). Also if people have already opened issues on the

Re: [yocto] Rootless Podman

2023-08-08 Thread Bruce Ashfield
On Tue, Aug 8, 2023 at 3:25 PM Bruce Ashfield wrote: > > Assuming we are talking about a meta-virtualization built podman, and > a yocto image, > this would be more appropriate on the meta-virtualization mailing list > > That being said, I do test rootless podman each release, and during >

Re: [yocto] Rootless Podman

2023-08-08 Thread Bruce Ashfield
Assuming we are talking about a meta-virtualization built podman, and a yocto image, this would be more appropriate on the meta-virtualization mailing list That being said, I do test rootless podman each release, and during updates to the package (I have a medium term TODO to automate that), and

Re: [yocto] Rootless Podman

2023-08-08 Thread Stephen John Smoogen
Does anyone know what ways it is failing (or how I can duplicate it ) and I can forward to the podman group (can't promise I can get it fixed.. but will do what I can). Also if people have already opened issues on the failures, let me know. On Tue, 8 Aug 2023 at 14:34, Khem Raj wrote: > > We

Re: [yocto] How to add a few lines in config.txt in Yocto project for Raspberry Pi

2023-08-08 Thread Crane
Now the issue is with the patch itself. The patch is created by using "diff -ruN" is not working. The error is "no file to patch". I can understand this as the file compared to in the patch doesn't exist in the $(WORKDIR). I changed to use "git format-patch" in the $(WORKDIR) to generate the

Re: [yocto] How to add a few lines in config.txt in Yocto project for Raspberry Pi

2023-08-08 Thread Crane
Thanks Raj! I forgot where I copied this piece of code. I just copied and didn't check and believed it. This is the problem! -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#60747): https://lists.yoctoproject.org/g/yocto/message/60747 Mute This

Re: [linux-yocto][linux-yocto v5.15] kernel code for marvell octeon[RT]

2023-08-08 Thread Bruce Ashfield
In message: [linux-yocto][linux-yocto v5.15] kernel code for marvell octeon[RT] on 08/08/2023 Ruiqiang Hao wrote: > Hi Bruce, > > Please help to merge following pull request into our linux-yocto repo. > > repo: > linux-yocto > branch: >

Re: [yocto] Rootless Podman

2023-08-08 Thread Khem Raj
We have tried it hard in yoe distro but it always fails in novel ways so much. I have switched back to docker for now On Tue, Aug 8, 2023 at 11:07 AM Joel Winarske wrote: > Anyone successfully building using Rootless Podman? > > I'm seeing a variety of strange issues. > > My baseline podman

Re: [linux-yocto][linux-yocto v5.15] kernel code for marvell octeon

2023-08-08 Thread Bruce Ashfield
In message: [linux-yocto][linux-yocto v5.15] kernel code for marvell octeon on 08/08/2023 Ruiqiang Hao wrote: > Hi Bruce, > > Please help to merge following pull request into our linux-yocto repo. > > repo: > linux-yocto > branch: > v5.15/standard/cn-sdkv5.4/octeon

Re: [yocto] How to add a few lines in config.txt in Yocto project for Raspberry Pi

2023-08-08 Thread Khem Raj
On Tue, Aug 8, 2023 at 10:44 AM Daniel Chaves wrote: > Hi, it might be a syntax issue with THISDIR variable expansion: it should > be in curly braces for Yocto. > Ah yes I was ignoring it all along thinking it is meta code but if it is literally coded like this then that is the issue really >

Re: [linux-yocto][yocto-kernel-cache][yocto-5.15 to master][PATCH] features/intel-pinctrl: add pinctrl driver for Intel Alder Lake

2023-08-08 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][yocto-kernel-cache][yocto-5.15 to master][PATCH] features/intel-pinctrl: add pinctrl driver for Intel Alder Lake on 04/08/2023 Yongxin Liu wrote: > Signed-off-by: Yongxin Liu > --- > features/intel-pinctrl/intel-pinctrl.cfg | 1 + > 1 file changed, 1

Re: [linux-yocto][linux-yocto v5.15] support for cypress flash s25fl064l on Marvell cn96xx boards

2023-08-08 Thread Bruce Ashfield
In message: [linux-yocto][linux-yocto v5.15] support for cypress flash s25fl064l on Marvell cn96xx boards on 04/08/2023 Ruiqiang Hao wrote: > Hi Bruce, > > Please help to merge these 2 patches into our linux-yocto repo. > > repo: > linux-yocto > branch: >

Re: [linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH 0/1] proposal to disable CONFIG_OABI_COMPAT on arm platform

2023-08-08 Thread Bruce Ashfield
In message: [linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH 0/1] proposal to disable CONFIG_OABI_COMPAT on arm platform on 04/08/2023 Xiangyu Chen wrote: > From: Xiangyu Chen > > > Hi Bruce, > > Recently, we found that the audit tool cannot work correctly on qemuarm > platform unless we

Re: [linux-yocto][linux-yocto v5.15] Add TMP464 driver for octeon branches

2023-08-08 Thread Bruce Ashfield
In message: [linux-yocto][linux-yocto v5.15] Add TMP464 driver for octeon branches on 04/08/2023 Ruiqiang Hao wrote: > Hi Bruce, > > Please help to merge following 2 patches into our linux-yocto repo. > > repo: > linux-yocto > branch: >

Re: [yocto] How to add a few lines in config.txt in Yocto project for Raspberry Pi

2023-08-08 Thread Crane
Thanks Daniel for your input. Yes I tried and it works to find the patch now. It should be in curly braces. I am wondering why it couldn't be identified by checking the environment FILESEXTRAPATHS. Not matter round braces or curly braces are used, the value of this variable keeps the same as

[yocto] Rootless Podman

2023-08-08 Thread Joel Winarske
Anyone successfully building using Rootless Podman? I'm seeing a variety of strange issues. My baseline podman config: --user 1001:1001 --ipc host --privileged --security-opt label=disable --pid host --userns keep-id --ulimit host --mount type=devpts,destination=/dev/pts --security-opt

Re: [yocto] How to add a few lines in config.txt in Yocto project for Raspberry Pi

2023-08-08 Thread Crane
crane@Ubuntu2204:~/yocto-pi/sources/meta-farview/recipes-bsp/bootfiles$ ls files  rpi-config_git.bbappend crane@Ubuntu2204:~/yocto-pi/sources/meta-farview/recipes-bsp/bootfiles$ ls files/ 0001-disable-bluetooth-and-enable-uart0.patch  rpi-cmdline.patch  rpi-config.patch

Re: [yocto] How to add a few lines in config.txt in Yocto project for Raspberry Pi

2023-08-08 Thread Daniel
Hi, it might be a syntax issue with THISDIR variable expansion: it should be in curly braces for Yocto. FILESEXTRAPATHS:prepend := "${THISDIR}/files:" SRC_URI:append = " file://rpi-config.patch" Have a look to this Variable Expansion documentation for more details:

Re: [yocto] How to add a few lines in config.txt in Yocto project for Raspberry Pi

2023-08-08 Thread Khem Raj
where does 0001-disable-bluetooth-and-enable-uart0.patch exist in your layer? can you show the path ? On Tue, Aug 8, 2023 at 10:02 AM Crane wrote: > > The error is this when bitbaking only the recipe for rpi-config: > "WARNING: rpi-config-git-r5 do_fetch: Failed to fetch URL >

Re: [yocto] How to add a few lines in config.txt in Yocto project for Raspberry Pi

2023-08-08 Thread Crane
The error is this when bitbaking only the recipe for rpi-config: "WARNING: rpi-config-git-r5 do_fetch: Failed to fetch URL file://0001-disable-bluetooth-and-enable-uart0.patch, attempting MIRRORS if available ERROR: rpi-config-git-r5 do_fetch: Fetcher failure: Unable to find file

[yocto] Yocto Project Status 8 August 2023 (WW32)

2023-08-08 Thread Stephen Jolley
Current Dev Position: YP 4.3 M3 Next Deadline: 28th August 2023 YP 4.3 M3 build date Next Team Meetings: - Bug Triage meeting Thursday August 10th 7:30 am PDT ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09) - Weekly Project Engineering Sync Tuesday August

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

2023-08-08 Thread Steve Sakoman
It appears that I'll need to run an rc2 due to a cert issue in our infrastructure which caused oe-selftest failures: ERROR: cannot verify downloads.yoctoproject.org's certificate, issued by ‘CN=R3,O=Let's Encrypt,C=US’: Steve On Tue, Aug 8, 2023 at 1:55 AM Pokybuild User wrote: > > > A build

[yocto-announce] [ANNOUNCEMENT] Milestone 2 for Yocto Project 4.3 (yocto-4.3_M2) Now Available

2023-08-08 Thread Lee Chee Yang
Hello We are pleased to announce the second milestone release for Yocto Project 4.3 (yocto-4.3_M2) is now available for download. Download: http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-4.3_M2 bitbake: 64bc00a46d1aacc23fe7e8d9a46a126f3a4bc318 meta-agl:

[yocto] [ANNOUNCEMENT] Milestone 2 for Yocto Project 4.3 (yocto-4.3_M2) Now Available

2023-08-08 Thread Lee Chee Yang
Hello We are pleased to announce the second milestone release for Yocto Project 4.3 (yocto-4.3_M2) is now available for download. Download: http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-4.3_M2 bitbake: 64bc00a46d1aacc23fe7e8d9a46a126f3a4bc318 meta-agl:

[yocto] QA notification for completed autobuilder build (yocto-4.0.12.rc1)

2023-08-08 Thread Pokybuild User
A build flagged for QA (yocto-4.0.12.rc1) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-4.0.12.rc1 Build hash information: bitbake: 41b6684489d0261753344956042be2cc4adb0159 meta-agl: e302f9668bc399d671128d325ed108be1a48ee69

Re: [yocto] Intermittent build failure where dwarfsrcfiles doesn't exist

2023-08-08 Thread Richard Purdie
On Tue, 2023-08-08 at 18:10 +1200, Tom Isaacson wrote: > We've been using Dunfell for a while but recently I've started getting > an intermittent build failure from an app: > ERROR: my-app-1.0.52-213f116 do_package: Fatal errors occurred in > subprocesses: > [Errno 2] No such file or

[linux-yocto][linux-yocto v5.15] kernel code for marvell octeon

2023-08-08 Thread Ruiqiang Hao via lists.yoctoproject.org
Hi Bruce, Please help to merge following pull request into our linux-yocto repo. repo: linux-yocto branch: v5.15/standard/cn-sdkv5.4/octeon Thanks, Ruiqiang The following changes since commit db1c8a12ce471d006e214777feb071f555cdbc58: Merge branch

[linux-yocto][linux-yocto v5.15] kernel code for marvell octeon[RT]

2023-08-08 Thread Ruiqiang Hao via lists.yoctoproject.org
Hi Bruce, Please help to merge following pull request into our linux-yocto repo. repo: linux-yocto branch: v5.15/standard/preempt-rt/cn-sdkv5.4/octeon Thanks, Ruiqiang The following changes since commit 12120b82abacbfec0e23ad666b8c0681f3eb90eb: Merge branch

[yocto] Intermittent build failure where dwarfsrcfiles doesn't exist

2023-08-08 Thread Tom Isaacson
We've been using Dunfell for a while but recently I've started getting an intermittent build failure from an app: ERROR: my-app-1.0.52-213f116 do_package: Fatal errors occurred in subprocesses: [Errno 2] No such file or directory: 'dwarfsrcfiles': 'dwarfsrcfiles': Traceback (most recent