[yocto] pseudo issue in kirkstone

2022-11-21 Thread Marek Belisko
Hi, I have a class where I create a custom image with cryptsetup and for that purpose I'm using sudo. AFAIK using sudo in image creation should be OK as it runs in pseudo. sudo calls works fine in dunfell releases but while on kirkstone I'm getting: | sudo: error in /etc/sudo.conf, line 0 while l

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

2022-11-21 Thread Stephen Jolley
All, YP M+ or high bugs which moved to a new milestone in WW47 are listed below: Priority Bug ID Short Description Changer Owner Was Became Medium+ 14896 Current autobuilder code incompatible with buildbot 3.5.0 richard.pur..

[yocto] Enhancements/Bugs closed WW47!

2022-11-21 Thread Stephen Jolley
All, The below were the owners of enhancements or bugs closed during the last week! Who Count randy.macl...@windriver.com 2 ross.bur...@arm.com 2 sundeep.kokko...@gmail.com 1 wei.qing...@gmail.com 1 pa...@zhukoff.net 1 Grand Total 7 Thanks, Stephen K. Jolley Yocto Projec

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

2022-11-21 Thread Stephen Jolley
All, Below is the list as of top 31 bug owners as of the end of WW47 of who have open medium or higher bugs and enhancements against YP 4.2. There are 108 possible work days left until the final release candidates for YP 4.2 needs to be released. Who Count michael.opdenac...@bootlin.com 35

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

2022-11-21 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: https://wiki.yoctoproject.org/wiki/Bug_Triage#Newc

Re: [yocto] build 2 sdk toolchain

2022-11-21 Thread Johann Obermayr via lists.yoctoproject.org
Hello, build mingw sdk get follow error: configure: error: linux/capability.h is required in order to build libcap-ng $ SDKMACHINE=x86_64-mingw” bitbake my-image -c populate_sdk We use kernel 5.15 Any idea ? Best regards Johann > -Ursprüngliche Nachricht- > Von: Alexander Kanavin >

Re: [yocto] [meta-rockchip][PATCH] rockchip-defaults: remove xf86-input-keyboard

2022-11-21 Thread Trevor Woerner
On Sat 2022-11-19 @ 08:45:18 AM, Trevor Woerner via lists.yoctoproject.org wrote: > xf86-input-keyboard was removed from openembedded-core at its commit: > f1d7c33b64 (xf86-input-keyboard: remove the recipe, 2022-07-20). Therefore > remove it from the XSERVER definition. > > Signed-off-by: Trevor

Re: [yocto] [PATCH][meta-rockchip][master][kirkstone][honister] rockchip.wic.inc: let wic update fstab again

2022-11-21 Thread Trevor Woerner
On Wed 2022-11-09 @ 02:24:05 PM, Quentin Schulz wrote: > From: Quentin Schulz > > The commit ed3a97f7b2e4 ("rockchip-wic.inc: don't let wic edit fstab") > removing this ability was introduced to fix an issue in the wic tool in > OE-Core in which wic partitions whose "mountpoint" is not a valid pa

Re: [yocto] #kirkstone: boot script section not added in the fitimage

2022-11-21 Thread Quentin Schulz via lists.yoctoproject.org
Hi Sébastien, On 11/14/22 14:50, sebastien.fabr...@gmail.com wrote: Hello, I am working on kirkstone. If UBOOT_ENV is specified and kernel-fitimage is in KERNEL_CLASSES, boot script section is not added in the fitimage. In fitimage_assemble (kernel-fitimage.bbclass), the 3 rd step is not perf

Re: [yocto] Apply Patching #dunfell #patch #yocto #raspberrypi #linux

2022-11-21 Thread Alexander Kanavin
In this case I have no idea unfortunately. Does a regular kernel work? Alex On Mon 21. Nov 2022 at 16.38, Nikita Gupta wrote: > Hello Alex, > Sorry for late reply. Actually i madert- image by setting the preferred > virtual/kernel type. > PREFERRED_PROVIDER_virtual/kernel = "linux-raspberrypi-r

Re: [yocto] Reproducible builds not working with musl?

2022-11-21 Thread Alexander Kanavin
You have to find them yourself with gut bisect I would say. Too many things have changed. Alex On Mon 21. Nov 2022 at 17.07, Kenth Eriksson wrote: > I see. Any particular fixes you can point me to that may be relevant also > for musl? > > > -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messa

Re: [yocto] Reproducible builds not working with musl?

2022-11-21 Thread Kenth Eriksson
I see. Any particular fixes you can point me to that may be relevant also for musl? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#58604): https://lists.yoctoproject.org/g/yocto/message/58604 Mute This Topic: https://lists.yoctoproject.org/mt/95172

Re: [yocto] Apply Patching #dunfell #patch #yocto #raspberrypi #linux

2022-11-21 Thread Nikita Gupta
Hello Alex, Sorry for late reply. Actually i madert- image by setting the preferred virtual/kernel type. PREFERRED_PROVIDER_virtual/kernel = "linux-raspberrypi-rt" and bake the recipe for following target. bitbake core-image-base I got my image successfully and it is booting up, but it is not ta

Re: [yocto] Reproducible builds not working with musl?

2022-11-21 Thread Joshua Watt
On 11/21/22 08:38, Alexander Kanavin wrote: On Mon, 21 Nov 2022 at 15:31, Kenth Eriksson wrote: Having trouble with reproducible builds in yocto on dunfell release with musl as libc. E.g. I can see that the build path for musl crti assembler file is leaking through and becomes visible when I

Re: [yocto] Reproducible builds not working with musl?

2022-11-21 Thread Alexander Kanavin
On Mon, 21 Nov 2022 at 15:31, Kenth Eriksson wrote: > > Having trouble with reproducible builds in yocto on dunfell release with musl > as libc. E.g. I can see that the build path for musl crti assembler file is > leaking through and becomes visible when I do strings on libraries and > binaries

[yocto] Reproducible builds not working with musl?

2022-11-21 Thread Kenth Eriksson
Having trouble with reproducible builds in yocto on dunfell release with musl as libc. E.g. I can see that the build path for musl crti assembler file is leaking through and becomes visible when I do strings on libraries and binaries. $ strings /opt/infn-xr/1.0/sysroots/aarch64-xr-linux-musl/us

Re: [yocto] rust issue for armv6 in mainline poky

2022-11-21 Thread Alexander Kanavin
Can you try the tip of master please? Alex On Mon, 21 Nov 2022 at 13:32, Marek Belisko wrote: > > Hi, > > on kirkstone branch when trying to build rust for raspberrypi machine > I'm getting: > > ERROR: rust-cross-arm1176jzfshf-vfp-glibc-1.59.0-r0 > do_rust_gen_targets: Error executing a python f

[yocto] rust issue for armv6 in mainline poky

2022-11-21 Thread Marek Belisko
Hi, on kirkstone branch when trying to build rust for raspberrypi machine I'm getting: ERROR: rust-cross-arm1176jzfshf-vfp-glibc-1.59.0-r0 do_rust_gen_targets: Error executing a python function in exec_func_python() autogenerated: The stack trace of python calls that resulted in this exception/f

Re: [yocto] [meta-rockchip][PATCH] rockchip-defaults: remove xf86-input-keyboard

2022-11-21 Thread Quentin Schulz via lists.yoctoproject.org
Hi Trevor, On 11/19/22 14:45, Trevor Woerner wrote: xf86-input-keyboard was removed from openembedded-core at its commit: f1d7c33b64 (xf86-input-keyboard: remove the recipe, 2022-07-20). Therefore > remove it from the XSERVER definition. Signed-off-by: Trevor Woerner Reviewed-by: Quentin Sc