[linux-yocto] [PATCH] aufs: remove the redundant fput function invoking

2021-02-02 Thread Meng Li
From: Meng Li This issue is introduced by commit bad361d963fb("aufs5: aufs5-mmap"). The fput should be placed by vma_fput, but it is missed. So, remove the redundant fput with this patch. Signed-off-by: Meng Li --- mm/mmap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mm/mmap.c

[linux-yocto] [linux-yocto-dev]: aufs: remove the redundant fput function invoking

2021-02-02 Thread Meng Li
From: Limeng Hi Bruce, Do you still remeber that we discussed the aufs some days ago. I said it cause the /usr/bin/pulseaudio process didn't work on raspberry pi 4 platform. I checked the patches of add aufs feature, and I found out that there is a fput() that should be placed by vma_fput,

[yocto] [meta-rockchip] Question about OVERRIDES in meta-rockchip

2021-02-02 Thread Markus Volk
I'm building an image for rock-pi-4c using meta-rockchip layer and need to remove a DISTRO_FEATURE in local.conf. That would be needed for all rockchip based boards, but i only found overrides based on soc_family. I ended up adding a line for every soc_family: DISTRO_FEATURES_remove_rk3066 =

Re: [yocto] Regarding YOCTO

2021-02-02 Thread U RAVI KUMAR
Hello Raj, Actually i want to customize the browser,using the above browser we cannot customize it. I want to build a browser in the QT creator and then embed the browser(after customizing) in the core-image-sato. Pls help me out. On Wed, Feb 3, 2021 at 9:13 AM Khem Raj wrote: > Look

Re: [yocto] Regarding YOCTO

2021-02-02 Thread Khem Raj
Look at something like https://github.com/meta-qt5/meta-qt5/tree/master/recipes-qt/qt-kiosk-browser On Sat, Jan 30, 2021 at 8:13 PM U RAVI KUMAR wrote: > > Hello folks, > > I want to build a qtweb browser using the QT creator, And embed the browser > in the core-image-sato.Can anyone pls

Re: [yocto] #yocto #zeus #sdk populate_sdk_ext build failing

2021-02-02 Thread Khem Raj
it seems bitbake does not execute when its trying to configure eSDK for install. Perhaps you can try to see some logs inside the esdk build area to check if there is further info. secondly, try to build an esdk for core-image-minimal and see if that works. On Fri, Jan 29, 2021 at 3:04 PM Monsees,

Re: [yocto] [prelink-cross][PATCH] Add SPDX license headers to all source files

2021-02-02 Thread Mark Hatle
Change is fine. I'm not having the time to merge and test build right now. Paul E suggested someone else might be able to, that is fine with me. --Mark On 2/2/21 4:54 AM, Ida Delphine wrote: > From: Meh Mbeh Ida Delphine > > Added SPDX headers in all source files except src/makecrc.c since it

Re: [yocto] [meta-zephyr] bitbake zephyr-helloworld configure failure

2021-02-02 Thread Khem Raj
The mentioned patches are in master-next, please use it from there for now until its applied to master which might be in couple of days. On Tue, Feb 2, 2021 at 2:30 AM Ross Burton wrote: > > I sent a patch to meta-oe yesterday: there was a missing dependency in > python3-kwalify and missing

[yocto] Yocto Project Status WW05`21

2021-02-02 Thread Stephen Jolley
Current Dev Position: YP 3.3 M3 development Next Deadline: 1st March 2021 YP 3.3 M3 build Next Team Meetings: * Bug Triage meeting Thursday Feb. 4th at 7:30am PDT (

[yocto] Query on kernel configuration change

2021-02-02 Thread SIMON BABY
Details Hello. I have a question about modifying kernel flag using bitbake virtual/kernel -c menuconfig . When I tried to do this command it failed with error “ failed to create child process “ on the second pop up screen . Did anyone know a way to modify it manually ? Thank you Regard Simon

[linux-yocto][linux-yocto v5.4/standard/nxp-imx8][PATCH] irqchip: imx: Disable the runtime PM function of the interrupt controller

2021-02-02 Thread Xiaolei Wang
Disable the runtime PM function of the interrupt controller, because kdump will not wake up the interrupt controller when shutting down irq Internal error: synchronous external abort: 96000210 [#1] PREEMPT SMP Modules linked in: sch_fq_codel CPU: 3 PID: 3772 Comm: sh Kdump: loaded Not tainted

Re: [yocto] [prelink-cross][PATCH] Add SPDX license headers to all source files

2021-02-02 Thread Meh Mbeh Ida Delphine
I sent this patch October last year and couldn't be integrated since it was the end of the development cycle. On Tue, 2 Feb 2021, 11:55 am Meh Mbeh Ida Delphine via lists.yoctoproject.org, wrote: > From: Meh Mbeh Ida Delphine > > Added SPDX headers in all source files except src/makecrc.c

[yocto] [prelink-cross][PATCH] Add SPDX license headers to all source files

2021-02-02 Thread Meh Mbeh Ida Delphine
From: Meh Mbeh Ida Delphine Added SPDX headers in all source files except src/makecrc.c since it is not copyrighted. Skipped Makefile.am as well. Also cleared redundant license text. Updated README file with correct email addresses. Fixes: [YOCTO #13529] Signed-off-by: Meh Mbeh Ida Delphine

Re: [yocto] [meta-zephyr] bitbake zephyr-helloworld configure failure

2021-02-02 Thread Ross Burton
I sent a patch to meta-oe yesterday: there was a missing dependency in python3-kwalify and missing class extend in the ruamel recipe. Ross On Thu, 28 Jan 2021 at 05:49, Tim Orling wrote: > > > > On Wed, Jan 27, 2021 at 12:51 AM Peter Smith wrote: >> >> Using master branch >> >>

Re: [yocto] [OE-core] Let me tell you how I really feel. Zero filter. If you need meta-python2, you need to become a maintainer. Immediately. Period.

2021-02-02 Thread Zoran
> This sounds like a good idea to me and I have admin > right so I've given you access :) +1 Zee ___ On Tue, Feb 2, 2021 at 10:33 AM Richard Purdie wrote: > > On Mon, 2021-02-01 at 15:40 +0100, Martin Jansa wrote: > > can I get the write access to meta-python2 as mentioned above? > > > > I

Re: [yocto] using SYSTEMD_SERVICE to disable a systemd service?

2021-02-02 Thread Mikko Rapeli
Hi, On Tue, Feb 02, 2021 at 03:38:34AM -0500, Robert P. J. Day wrote: > > while the "standard" way to disable a systemd service from > auto-booting is SYSTEMD_AUTO_ENABLE, i just ran across a number of > examples in an existing project that do this: > > SYSTEMD_SERVICE_${PN} = "" > > ouch.

Re: [yocto] [OE-core] Let me tell you how I really feel. Zero filter. If you need meta-python2, you need to become a maintainer. Immediately. Period.

2021-02-02 Thread Richard Purdie
On Mon, 2021-02-01 at 15:40 +0100, Martin Jansa wrote: > can I get the write access to meta-python2 as mentioned above? > > I have 2 fixes to make it parse able with latest oe-core: > https://lists.openembedded.org/g/openembedded-devel/message/89201 >

[yocto] using SYSTEMD_SERVICE to disable a systemd service?

2021-02-02 Thread Robert P. J. Day
while the "standard" way to disable a systemd service from auto-booting is SYSTEMD_AUTO_ENABLE, i just ran across a number of examples in an existing project that do this: SYSTEMD_SERVICE_${PN} = "" ouch. that's a new one on me and, while i'm prepared to believe it works, it seems like