[yocto] VS: [meta-raspberrypi] Support for Raspberry pi CM4 (USB host support not working)

2021-03-01 Thread Jonas Vennevold
Hello, I was wondering if the meta-raspberrypi layer has official support for the cm4 module? I see a commit adding the .dtb files for the cm4 and 400 in the master branch.

[yocto] Reminder: Yocto Project Technical Team Meeting @ Monthly from 8am on the first Tuesday (PDT)

2021-03-01 Thread Stephen Jolley
All, Just a reminder we will hold the monthly Yocto Project Technical Meeting at 8am PST tomorrow. (3/2) Yocto Project Technical Team Meeting: We encourage people attending the meeting to logon and announce themselves on the Yocto Project IRC chancel during the meeting (optional): Yocto

[yocto] Enhancements/Bugs closed WW09!

2021-03-01 Thread Stephen Jolley
All, The below were the owners of enhancements or bugs closed during the last week! Who Count randy.macl...@windriver.com 4 richard.pur...@linuxfoundation.org 4 alexandre.bell...@bootlin.com 3 st...@sakoman.com 1 thomas...@hotmail.com 1 de...@denix.org 1

[yocto] Current high bug count owners for Yocto Project 3.3

2021-03-01 Thread Stephen Jolley
All, Below is the list as of top 50 bug owners as of the end of WW09 of who have open medium or higher bugs and enhancements against YP 3.3. There are 43 possible work days left until the final release candidates for YP 3.3 needs to be released. Who Count richard.pur...@linuxfoundation.org

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2021-03-01 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

Re: [yocto] Kernel panic - not syncing: VFS: Unable to mount root fs ...

2021-03-01 Thread Rudolf J Streif
Hi, On 3/1/21 1:16 PM, jchludzinski via lists.yoctoproject.org wrote: I rebuilt socfpga_arria10_socdk_sdmmc.dtb in ./sd_card/sdfs/ using modified files:    arch/arm/boot/dts/socfpga_arria10_socdk_sdmmc.dts    arch/arm/boot/dts/socfpga_arria10_socdk.dtsi When I try booting I now get: Are you

[yocto] Kernel panic - not syncing: VFS: Unable to mount root fs ...

2021-03-01 Thread jchludzinski via lists.yoctoproject.org
I rebuilt socfpga_arria10_socdk_sdmmc.dtb in ./sd_card/sdfs/ using modified files: arch/arm/boot/dts/socfpga_arria10_socdk_sdmmc.dts arch/arm/boot/dts/socfpga_arria10_socdk.dtsi When I try booting I now get: Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,2)

Re: [yocto] [opkg-devel] [opkg-utils PATCH] CONTRIBUTING: fix yocto ML link

2021-03-01 Thread Alex Stewart
Merged 1 commit to opkg-utils:master. 18f7bfca3ac6f5c4502ce05de6e5e4fa5360e759 Thanks, -- Alex Stewart Software Engineer - NI Real-Time OS NI (National Instruments) alex.stew...@ni.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#52525):

Re: [yocto] [opkg-devel] [opkg-utils PATCH] opkg-build: make sure destination dir exists

2021-03-01 Thread Alex Stewart
Merged 1 commit to opkg-utils:master. 53ab66853e073f54ef43d3045b38ed0303da72a4 Thanks, -- Alex Stewart Software Engineer - NI Real-Time OS NI (National Instruments) alex.stew...@ni.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#52524):

Re: [yocto] npmsw://${THISDIR}/${BPN}/npm-shrinkwrap.json from remote location

2021-03-01 Thread TRO
i did this: addtask getsw after do_fetch before do_compile python do_getsw() { import os bb.debug("downloading shrinkwrap file") os.system ("git archive --remote=ssh://g...@gitxxx.git HEAD frontend/npm-shrinkwrap.json | tar -xO > /tmp/npm-shrinkwrap.json_dwnl") src_uri_sw =

Re: [yocto] [PATCH] dev-manual/common-task.rst: Added documentation for debuginfod support

2021-03-01 Thread akuster
Dorinda, Thanks for the patch. Documentation has its own mailing list. d...@lists.yoctoproject.org Please resend to that list. -armin On 3/1/21 6:45 AM, Dorinda wrote: > Added documentation on running debuginfod server and using it on the target. > > Signed-off-by: Dorinda Bassey > --- >

[yocto] [PATCH] dev-manual/common-task.rst: Added documentation for debuginfod support

2021-03-01 Thread Dorinda
Added documentation on running debuginfod server and using it on the target. Signed-off-by: Dorinda Bassey --- documentation/dev-manual/common-tasks.rst | 46 ++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/documentation/dev-manual/common-tasks.rst

Re: [yocto] Poky Dunfell 3.1.6 broken due to pseudo changes

2021-03-01 Thread Steve Sakoman
On Mon, Mar 1, 2021 at 1:46 AM Peter Kjellerstedt wrote: > > If you upgrade an existing build tree to use the Poky Dunfell 3.1.6 release, > you are likely to see a lot of pseudo aborts. This is because commit e3cab68b > in poky (commit 8c1084f3 in meta-yocto) was not backported to meta-poky. Due

[yocto] Including Python3 modules in generated SDK do not work (pandas, dunfell)

2021-03-01 Thread Daniel Adolfsson via lists.yoctoproject.org
Hello, I have been using Yocto for several years now and I really appreciate all the hard work you all are putting into this project! I have up until now been able to find documentation or answers to questions that cover my issues. But this time I have not been able to find my way, maybe I

[yocto] [meta-security][PATCH] ima-policy-hashed: add CGROUP2_SUPER_MAGIC fsmagic

2021-03-01 Thread Ming Liu
From: Ming Liu This fixes following systemd boot issues: [7.455580] systemd[1]: Failed to create /init.scope control group: Permission denied [7.457677] systemd[1]: Failed to allocate manager object: Permission denied [!!] Failed to allocate manager object. [7.459270]

[yocto] Poky Dunfell 3.1.6 broken due to pseudo changes

2021-03-01 Thread Peter Kjellerstedt
If you upgrade an existing build tree to use the Poky Dunfell 3.1.6 release, you are likely to see a lot of pseudo aborts. This is because commit e3cab68b in poky (commit 8c1084f3 in meta-yocto) was not backported to meta-poky. Due to this, OELAYOUT_ABI remains at 12, and thus the sanity test