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

2021-11-22 Thread Ruiqiang Hao
Hi Bruce, Please help to merge code into our linux-yocto repo. repo: linux-yocto branch: v5.10/standard/preempt-rt/cn-sdkv5.4/octeon Thanks, Ruiqiang The following changes since commit 8419c4cc51663b33010dec14bbf609780e133816: Merge branch 'v5.10/standard/base'

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

2021-11-22 Thread Ruiqiang Hao
Hi Bruce, Please help to merge code into our linux-yocto repo. repo: linux-yocto branch: v5.10/standard/cn-sdkv5.4/octeon Thanks, Ruiqiang The following changes since commit 108b38fe0b3bcbb3285cf8ff92bbdedad85ce38f: Merge branch 'v5.10/standard/base' into

[yocto] [meta-cgl][PATCH] resource-agents: Fix QA Issue:

2021-11-22 Thread leimaohui
ERROR: resource-agents-4.5.0-r0 do_package_qa: QA Issue: resource-agents installs files in /var/volatile, but it is expected to be empty [empty-dirs] Signed-off-by: Lei Maohui --- .../cluster-resource-agents/resource-agents_4.5.0.bb | 3 +-- 1 file changed, 1 insertion(+), 2

Re: [yocto] Problem installing python package from a wheel #bitbake

2021-11-22 Thread David Babich
I made it a little further by adding *--no-cache-dir* to the pip3 install command.  That got rid fo the warning about not being able to access the .cache/pip.  However I still have the error: | ERROR: torch-1.10.0-cp36-cp36m-linux_ aarch64.whl is not a supported wheel on this platform.

[yocto] Problem installing python package from a wheel #bitbake #python

2021-11-22 Thread David Babich
Hi, I'm attempting to create a recipe for pytorch for the TX2i using a wheel file obtained from here: https://forums.developer.nvidia.com/t/pytorch-for-jetson-version-1-10-now-available/72048 Here is what I have so far for the recipe: ``` DESCRIPTION = "NVIDIA's Python Torch" HOMEPAGE =

[yocto] Enhancements/Bugs closed WW47!

2021-11-22 Thread Stephen Jolley
All, The below were the owners of enhancements or bugs closed during the last week! Who Count richard.pur...@linuxfoundation.org 4 randy.macl...@windriver.com 2 r...@burtonini.com 1 st...@sakoman.com 1 akuster...@gmail.com 1 Grand Total 9 Thanks, Stephen K. Jolley Yocto

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

2021-11-22 Thread Stephen Jolley
All, Below is the list as of top 47 bug owners as of the end of WW47 of who have open medium or higher bugs and enhancements against YP 3.5. There are 108 possible work days left until the final release candidates for YP 3.5 needs to be released. Who Count r...@burtonini.com 36

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

2021-11-22 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] Honister version: ERROR: QA Issue: Files/directories were installed but not shipped

2021-11-22 Thread JH
Thanks Michael, greatly appreciate it. On 11/23/21, Michael Opdenacker wrote: > Hi Jupiter, > > On 11/22/21 10:51 AM, JH wrote: >> Hi, >> >> I was able to build my package in Zeus, I am now upgrading from Zeus >> to Honister, the same package I could build in Zeus now failed in >> Honister at

Re: [yocto] wic crash when building image with multiple partitions

2021-11-22 Thread Marek Belisko
Actually I found a fix after some debugging. I'm not wic expert but below patch fix issue for wks content above: diff --git a/scripts/lib/wic/plugins/imager/direct.py b/scripts/lib/wic/plugins/imager/direct.py index 7e1c1c0..d37ecee 100644 --- a/scripts/lib/wic/plugins/imager/direct.py +++

Re: [yocto] Honister version: ERROR: QA Issue: Files/directories were installed but not shipped

2021-11-22 Thread Michael Opdenacker
Hi Jupiter, On 11/22/21 10:51 AM, JH wrote: > Hi, > > I was able to build my package in Zeus, I am now upgrading from Zeus > to Honister, the same package I could build in Zeus now failed in > Honister at do_package where I installed my libraries and symbolic > libraries links to my own RW

[yocto] Honister version: ERROR: QA Issue: Files/directories were installed but not shipped

2021-11-22 Thread JH
Hi, I was able to build my package in Zeus, I am now upgrading from Zeus to Honister, the same package I could build in Zeus now failed in Honister at do_package where I installed my libraries and symbolic libraries links to my own RW locations: ERROR: QA Issue: Files/directories were installed

Re: [yocto] Useradd recipe not generating /etc/passwd entries #dunfell

2021-11-22 Thread taylor . winning
Okay, I seem to have achieved this by adding: ALLOW_EMPTY_${PN}="1" To the adh-user-add recipe that everything is depending on (including the image recipe). I'm a bit confused as to why that was such a hassle to achieve something I would have thought was a simple adding of a few users.

[yocto] Useradd recipe not generating /etc/passwd entries #dunfell

2021-11-22 Thread taylor . winning
Hi, I’m attempting to create a few service users for our software products. Initially I had inherited useradd in each recipe that required the user, then had a corresponding user added from within the image recipe. I know this is not ideal, however I have been unable to solve some issues I’m