Re: [yocto] Python3 app install best practice

2022-01-28 Thread Mauro Ziliani via lists.yoctoproject.org
Hi list. I solved my problem working with distutils parameteres inside myapp.bb recipe Mauro On 26/01/22 18:30, Mauro Ziliani via lists.yoctoproject.org wrote: Hi all I'd like to install my python3 application in a custom folder with all local packages and data. The source code

Re: [yocto] [oe] Inclusive Language Proposal for YP/OE

2022-01-28 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-de...@lists.openembedded.org de...@lists.openembedded.org> On Behalf Of Jon Mason > Sent: den 24 januari 2022 17:18 > To: yocto@lists.yoctoproject.org; Patches and discussions about the oe- > core layer ; OpenEmbedded Devel > List > Subject: [oe]

Re: [yocto] libquadmath

2022-01-28 Thread Randy MacLeod
On 2022-01-04 10:00, staticd wrote: One final update for anyone who might run into this problem. With all of my fiddling/twiddling I failed to get libquadmath to build under the `zeus` branch.  Unfortunately, my other layer dependencies only support `zeus` so it seems I will have to wait

Re: [yocto] Preferred provide base-utils issue

2022-01-28 Thread Paul van Berlo
Hi, Adding that line results in an error: ERROR: Nothing RPROVIDES 'syslog' (but /yocto/poky-dunfell/meta/recipes-core/packagegroups/ packagegroup-core-boot.bb, /yocto/poky-dunfell/meta/recipes-core/initrdscripts/ initramfs-module-install_1.0.bb,

Re: [yocto] Preferred provide base-utils issue

2022-01-28 Thread Randy MacLeod
On 2022-01-26 11:17, Paul van Berlo wrote: Hello, so I'm a bit at a loss. I admit, I've not yet been using Yocto for a long time. I'm trying to use base-utils as provided by packagegroup-core-base-utils to have a more full featured set of base utils instead of busybox. It all builds just

Re: [yocto] Fetch private gitlab repo using ssh with Yocto recipe #bitbake

2022-01-28 Thread Khem Raj
On Fri, Jan 28, 2022 at 2:27 AM VIVAVIS AG wrote: > > Hi, > > > Von: yocto@lists.yoctoproject.org Im Auftrag > > von Sourabh Hegde > > Gesendet: Freitag, 28. Januar 2022 10:47 > > > > Can you please let me know how to "forward SSH_AGENT into it to be able > > to fetch from internal projects

Re: [yocto] Custom SDK generation from YoctoSDK #sdk

2022-01-28 Thread Randy MacLeod
On 2022-01-28 12:02, Randy MacLeod wrote: On 2022-01-24 13:04, Praveen wrote: I am looking for Custom SDK with filtered Header files/libraries based on some rules/approvals. It means not all files from YoctoSDK will be packaged in the CustomSDK. What is the mechanism or approach where we can

Re: [yocto] Custom SDK generation from YoctoSDK #sdk

2022-01-28 Thread Randy MacLeod
On 2022-01-24 13:04, Praveen wrote: I am looking for Custom SDK with filtered Header files/libraries based on some rules/approvals. It means not all files from YoctoSDK will be packaged in the CustomSDK. What is the mechanism or approach where we can pull only those approved header files &

Re: [yocto] Fetch private gitlab repo using ssh with Yocto recipe #bitbake

2022-01-28 Thread Erik Boto
On Fri, Jan 28, 2022 at 11:50 AM Nicolas Jeker wrote: > > On Fri, 2022-01-28 at 10:27 +, VIVAVIS AG wrote: > > Hi, > > > > > Von: yocto@lists.yoctoproject.org Im > > > Auftrag von Sourabh Hegde > > > Gesendet: Freitag, 28. Januar 2022 10:47 > > > > > > Can you please let me know how to

Re: [yocto] Fetch private gitlab repo using ssh with Yocto recipe #bitbake

2022-01-28 Thread Nicolas Jeker
On Fri, 2022-01-28 at 10:27 +, VIVAVIS AG wrote: > Hi, >   > > Von: yocto@lists.yoctoproject.org  Im > > Auftrag von Sourabh Hegde > > Gesendet: Freitag, 28. Januar 2022 10:47 > > > > Can you please let me know how to "forward SSH_AGENT into it to be > > able > > to fetch from internal

Re: [yocto] Fetch private gitlab repo using ssh with Yocto recipe #bitbake

2022-01-28 Thread VIVAVIS AG
Hi, > Von: yocto@lists.yoctoproject.org Im Auftrag > von Sourabh Hegde > Gesendet: Freitag, 28. Januar 2022 10:47 > > Can you please let me know how to "forward SSH_AGENT into it to be able > to fetch from internal projects without the need to mount the key into the > container."? I never did

Re: [yocto] Fetch private gitlab repo using ssh with Yocto recipe #bitbake

2022-01-28 Thread Sourabh Hegde
Hi Nicolas, Thanks for your answer. That's great. Even I am building inside a docker container. I tried with creating a "config" file in .ssh directory. But I still have same issue. Can you please let me know how to "forward SSH_AGENT into it to be able to fetch from internal projects without

Re: [yocto] Fetch private gitlab repo using ssh with Yocto recipe #bitbake

2022-01-28 Thread Nicolas Jeker
On Tue, 2022-01-25 at 23:16 -0800, hrsourabh...@gmail.com wrote: > I am trying to fetch a private gitlab repo within Yocto image recipe > using SSH protocol. In my image recipe I have passed SRC_URI as: > > SRC_URI = " \ > gitsm://g...@git.example.com:2224/blah/blah/blah/blah;protocol >