[yocto] extra-cmake-modules-native-5.81.0 Package porting on riscv target using meta-qt5-extra layer #yocto

2021-10-11 Thread sateesh m
Hi Guys, I am facing compile-time issue (extra-cmake-modules-native-5.81.0 ). Using bitbake extra-cmake-modules it's compiled fine. It is dependent on other packages. Using bitbake extra-cmake-modules is compiled success. other dependent package expecting extra-cmake-modules-native.

Re: [yocto] building the kernel's usbipd daemon

2021-10-11 Thread chuck kamas via lists.yoctoproject.org
Thanks for the quick reply. I looked at the perf recipe, and its quite involved. Is there a simpler recipie to use as a template? Perhaps one of these? meta-openembedded/meta-oe/recipes-kernel/bpftool/bpftool.bb meta-openembedded/meta-oe/recipes-kernel/spidev-test/spidev-test.bb

Re: [yocto] Error while installing Python modules using pip3 in yocto zeus #zeus

2021-10-11 Thread poornesh
Greetings ! I am working on Rockpis Board with Yocto Zeus for development . When I am trying to install  Python modules " *backports.zoneinfo"* using pip3 I am facing the below error . Kindly requesting any suggestions to resolve. *Error Log:*

Re: [yocto] [OE-core] How to trigger Yocto Linux /etc/profile or shell scripts in /etc/profile.d without shell logging in?

2021-10-11 Thread Federico Pellegrin
Hi Jupiter, To centralize, agreed that you are using systemd, one way I could see is setting the variables in systemd-system.conf using the DefaultEnvironment directive, see: https://freedesktop.org/software/systemd/man/systemd-system.conf.html This states: DefaultEnvironment=¶

Re: [yocto] building the kernel's usbipd daemon

2021-10-11 Thread Bruce Ashfield
On Mon, Oct 11, 2021 at 6:16 PM chuck kamas via lists.yoctoproject.org wrote: > > Hi all, > > > I've googled most of the day, but to no avail. How does one compile and > add to the image the daemon usbipd? Is there a bitbake file already for > this? The code is part of the kernel found in the

[yocto] Enhancements/Bugs closed WW40!

2021-10-11 Thread Stephen Jolley
All, The below were the owners of enhancements or bugs closed during the last week! Who Count richard.pur...@linuxfoundation.org 2 mhalst...@linuxfoundation.org 1 r...@burtonini.com 1 Grand Total 4 Thanks, Stephen K. Jolley Yocto Project Program Manager *Cell:

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

2021-10-11 Thread Stephen Jolley
All, Below is the list as of top 50 bug owners as of the end of WW41 of who have open medium or higher bugs and enhancements against YP 3.4. There are 13 possible work days left until the final release candidates for YP 3.4 needs to be released. Who Count michael.opdenac...@bootlin.com 34

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

2021-10-11 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:

[yocto] building the kernel's usbipd daemon

2021-10-11 Thread chuck kamas via lists.yoctoproject.org
Hi all, I've googled most of the day, but to no avail. How does one compile and add to the image the daemon usbipd? Is there a bitbake file already for this? The code is part of the kernel found in the kernel tree: KERNEL_SRC_PATH/tools/usb/usbip/src and is invoked from the

Re: [yocto] Yocto build error

2021-10-11 Thread Khem Raj
On Sun, Oct 10, 2021 at 6:45 PM JH wrote: > > Hi, > > I have following errors: > > No GNU_HASH in the ELF binary > /build/tmp-glibc/work/cortexa7t2hf-neon-oe-linux-gnueabi/solar/1.0.0-0/packages-split/wifi_signal, > didn't pass LDFLAGS? [ldflags] > > So I add --hash-style=gnu to my Makefile: > >

[yocto] QA notification for completed autobuilder build (yocto-3.4.rc1)

2021-10-11 Thread Richard Purdie
A build flagged for QA (yocto-3.4.rc1) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-3.4.rc1 Build hash information: bitbake: c78ebac71ec976fdf27ea24767057882870f5c60 meta-agl: 228ecc1dec390138c44299d1c244acda9ad75ce1 meta-arm:

[yocto] [meta-zephyr][PATCH 1/2] zephyr-kernel/2.7.0: add recipe

2021-10-11 Thread Naveen Saini
https://github.com/zephyrproject-rtos/zephyr/commits/v2.7-branch Keeping the default PREFERRED_VERSION to 2.6.1 for now. Signed-off-by: Naveen Saini --- .../zephyr-kernel/zephyr-kernel-src-2.7.0.inc | 17 + 1 file changed, 17 insertions(+) create mode 100644

[yocto] [meta-zephyr][PATCH 2/2] zephyr-kernel/2.5.0: drop recipe

2021-10-11 Thread Naveen Saini
As v2.7.0 is being added, drop this version support Signed-off-by: Naveen Saini --- ...phyr-2.5.0-cmake-add-yocto-toolchain.patch | 63 --- .../zephyr-kernel/zephyr-kernel-src-2.5.0.inc | 17 - 2 files changed, 80 deletions(-) delete mode 100644

Re: [yocto] [OE-core] How to trigger Yocto Linux /etc/profile or shell scripts in /etc/profile.d without shell logging in?

2021-10-11 Thread JH
Hi Federico, Thanks for your response. > /etc/profile and similar are interactive shell (/bash) concepts, not really > system startup ones. So indeed: just on a login (be it local, ssh and so > on) they are executed. Understood, here is what I try to figure out. I use several systemd services

Re: [yocto] Yocto build error

2021-10-11 Thread Alexander Kanavin
You need to show the full command line that produces the error. Alex On Mon, 11 Oct 2021 at 03:45, JH wrote: > Hi, > > I have following errors: > > No GNU_HASH in the ELF binary > > /build/tmp-glibc/work/cortexa7t2hf-neon-oe-linux-gnueabi/solar/1.0.0-0/packages-split/wifi_signal, > didn't pass