[yocto] M+ & H bugs with Milestone Movements WW32

2021-08-09 Thread Stephen Jolley
All, YP M+ or high bugs which moved to a new milestone in WW32 are listed below: Priority Bug ID Short Description Changer Owner Was Became Medium+ 12090 bitbake resident server reconnect handling needed

[yocto] Enhancements/Bugs closed WW32!

2021-08-09 Thread Stephen Jolley
All, The below were the owners of enhancements or bugs closed during the last week! Who Count richard.pur...@linuxfoundation.org 13 michael.opdenac...@bootlin.com 2 Grand Total 15 Thanks, Stephen K. Jolley Yocto Project Program Manager *Cell:(208) 244-4460

[yocto] What is the best way to get Environment variables setup in my shell script for export PATH?

2021-08-09 Thread JH
Hi, Please correct me, but I think the system environment set up in Yocto Linux may not be the same as other distributions. I have a shell script to set up export PATH and LD_LIBRARY_PATH, I want to avoid putting full path in ExecStart and all of my shell scripts ExecStart=my_measurement.sh I

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

2021-08-09 Thread Stephen Jolley
All, Below is the list as of top 50 bug owners as of the end of WW32 of who have open medium or higher bugs and enhancements against YP 3.4. There are 57 possible work days left until the final release candidates for YP 3.4 needs to be released. Who Count r...@burtonini.com 34

Re: [yocto] How does one add do_fetch, do_unpack to an image recipe?

2021-08-09 Thread John Klug
Thanks for your great help. A native recipe is what I needed with data in it only. So my native recipe copies files into ${D}${datadir}/${PN}. Then my image build uses DEPENDS= to bring in the native recipe. Then my IMAGE_POSTPROCESS_COMMAND can reference ${STAGING_DATADIR_NATIVE}/[native

Re: [yocto] Hello world recipe

2021-08-09 Thread Bel Hadj Salem Talel
It is clear that the build system cannot find anything that is providing 'python-hello' recipe. Which means it parsed all layers in bblayers.conf and it didn't find any python-hello_*.bb file (the _* is the version) It is mentioned in the tutorial that you provided that the recipe should be in

[yocto] Hello world recipe

2021-08-09 Thread yasminebenghozzi6
Hello everyone, SO i ve been following this tutorial to be able to execute hello world on the raspberry pi, but i tried so much and still not working, please any help? e I followed the tutorial from the Scripts et modules PYthon part:

[yocto] [meta-selinux][dunfell][PATCH] libselinux: Backport class cache flushing patch from 3.1

2021-08-09 Thread Daniel Danner via lists.yoctoproject.org
This fixes a bug in libselinux that gets triggered by loading another policy at runtime. Before this patch, the userspace class cache was not flushed when a new policy was loaded. This led to SELinux-aware processes performing invalid lookups if their lifecycle overlapped with a policy load.

[linux-yocto][kernel v5.10/standard/nxp-sdk-5.4/nxp-imx8][PATCH] mmc: core: Fix the 'err' undeclared compile failure in mmc_alloc_host()

2021-08-09 Thread jmiao1
There is a compile failture caused by commit 3b4009b49634 ("mmc: core: Don't allocate IDA for OF aliases"). When merging code, it conflicts with sdk kernel patch, "err" is not replaced by "index", and some indents and "}" are lost. build error: drivers/mmc/core/host.c:449:3: error: 'err'

[linux-yocto][yocto-kernel-cache][yocto-5.10][PATCH] ti-j72xx: change RPMSG_KDRV_ETH_SWITCH with y

2021-08-09 Thread Xulin Sun
Change RPMSG_KDRV_ETH_SWITCH with y to install Ethernet Switch earlier, otherwise this feature may fail to install by default. Signed-off-by: Xulin Sun --- bsp/ti-j72xx/ti-j72xx-remoteproc.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git