[yocto] How to create connman_1.40.bbappend to enable and to build connman with iwd?

2021-11-25 Thread JH
Hi, Given the high profile of iwd and advocating connman with iwd, I believe someone have already built Yocto connman and iwd, surprisingly, I could not even find an iwd recipe in https://github.com/openembedded/openembedded/tree/master/recipes, nor can I find connman document and instructions to

[yocto] How to create connman_1.40.bbappend to enable and to build connman with iwd?

2021-11-25 Thread JH
Hi, Please correct me, but it seems to me the connman is moving to a direction to ditch out wpa_supplicant and to use iwd, but the Honister still configure connman with wpa_supplicant by default, appreciate your advice: - Is connman with iwd stable enough? - How can I create a

[yocto] Task is not re-triggered even if variables in vardeps change #bitbake #yocto

2021-11-25 Thread Mohannad Oraby
Hi guys, I have an issue related to vardeps where I am making a task dependent on some variables. I have created some new variables e.g., NEW_VARIABLE, added them to BB_ENV_EXTRAWHITE. In some recipes, I wrote my own implementation of some tasks that are dependent on these new variables, and

[yocto] Task is not re-triggered even if variables in vardeps change #bitbake #yocto

2021-11-25 Thread Mohannad Oraby
Hi guys, I have an issue related to vardeps where I am make a task dependent on some variables. I have created some new variables e.g., NEW_VARIABLE, added them to BB_ENV_EXTRAWHITE. In some recipes, I wrote my own implementation of some tasks that are dependent on these new variables, and

Re: [yocto] [yocto-infrastructure] push.yoctoproject.org downtime Wednesday November 24th

2021-11-25 Thread Alexander Kanavin
Thanks! A few repositories became uncategorized, and clutter the page at the top: https://git.yoctoproject.org/ Alex On Wed, 24 Nov 2021 at 23:18, Michael Halstead < mhalst...@linuxfoundation.org> wrote: > The migration is complete. git.yoctoproject.org now serves from a pair of > load balanced

[yocto] Minutes: Yocto Project Weekly Triage Meeting 11/25/2021

2021-11-25 Thread Trevor Gamblin
*Wiki: *https://wiki.yoctoproject.org/wiki/Bug_Triage *Attendees: *Alexandre, Bruce, Michael, Stephen, Randy, Richard, Tim, Trevor *ARs:* N/A *Notes:* No meeting next week - YP Summit *Medium+ 3.5 Unassigned Enhancements/Bugs: *73 (No change) *Medium+ 3.99 Unassigned Enhancements/Bugs:

[linux-yocto] [PATCH] arm64: Restore the init of srcin for __arch_copy_{from,to}_user()

2021-11-25 Thread Kevin Hao
From: Kevin Hao When we were trying to merge the v5.10.77 stable kernel, the commit d4d9c065988c ("arm64: Avoid premature usercopy failure") conflicts with the changes in the Marvell specific workaround commit 8b8b3bc1497a ("arm64: Use nops between LDs and STs"). In the fixup of these conflicts,

[yocto] [PATCH yocto-autobuilder-helper] publish-artefacts: publish meta-arm/generic-arm64 binaries

2021-11-25 Thread Ross Burton
Publish the generic-arm64 binaries in a dedicated meta-arm/ directory so it is clear this isn't from the core layers. Signed-off-by: Ross Burton --- scripts/publish-artefacts | 5 + 1 file changed, 5 insertions(+) diff --git a/scripts/publish-artefacts b/scripts/publish-artefacts index

[linux-yocto][yocto-kernel-cache][yocto-5.10][PATCH 1/2] xilinx-zynqmp: add preempt-rt support

2021-11-25 Thread quanyang.wang
From: Quanyang Wang Add xilinx-zynqmp-preempt-rt.scc to enable preempt-rt for xilinx-zynqmp. Signed-off-by: Quanyang Wang --- bsp/xilinx-zynqmp/xilinx-zynqmp-preempt-rt.scc | 9 + 1 file changed, 9 insertions(+) create mode 100644 bsp/xilinx-zynqmp/xilinx-zynqmp-preempt-rt.scc diff

[linux-yocto][yocto-kernel-cache][yocto-5.10][PATCH 2/2] xilinx-zynqmp: disable CONFIG_ARM_CCI_PMU for preempt-rt

2021-11-25 Thread quanyang.wang
From: Quanyang Wang CONFIG_ARM_CCI_PMU depends on PERF_EVENTS which is not enabled for preempt-rt, so the building warning as below can be caught: [NOTE]: 'CONFIG_ARM_CCI_PMU' last val (y) and .config val (n) do not match [INFO]: CONFIG_ARM_CCI_PMU : n [INFO]: raw config text:

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

2021-11-25 Thread Nicolas Jeker
On Wed, 2021-11-24 at 09:55 -0800, Tim Orling wrote: > > > On Mon, Nov 22, 2021 at 2:54 PM David Babich > wrote: > > 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

Re: [yocto] cross-localedef file not found in do_rootfs #yocto #zeus

2021-11-25 Thread Bel Hadj Salem Talel
Thanks for the reply, I tried adding IMAGE_LINGUAS = " ", it passes but do_image_cpio gives nothing (means no image.gpio.gz) is generated. I don't know why. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#55419):

Re: [yocto] Selectively disable uninative for a recipe

2021-11-25 Thread Richard Purdie
On Wed, 2021-11-24 at 19:21 -0500, Mohammed Billoo wrote: > Hi, > > I need to add TI MCU firmware as part of an OE/Yocto build for a > project that I am working on. Basically, the firmware needs to be > built during the overall image build and be stored in the RFS. My > strategy to build the

Re: [yocto] [docs] [PATCH yocto-autobuilder-helper] scripts/run-docs-build: remove gatesgarth

2021-11-25 Thread Nicolas Dechesne
On Wed, Nov 24, 2021 at 7:50 PM Michael Opdenacker < michael.opdenac...@bootlin.com> wrote: > Hi Quentin, > > On 11/24/21 7:47 PM, Quentin Schulz wrote: > > Hi Michael, Richard, > > > > On Wed, Nov 24, 2021 at 06:10:56PM +, Richard Purdie wrote: > >> On Wed, 2021-11-24 at 18:16 +0100, Michael