Re: [yocto] Switching between multiple DISTROs without "contamination"

2022-07-13 Thread Nicolas Jeker
a "my-application-dev.bb" recipe that > > includes > > my-application.bb and just changes what it needs to be different. > > > > > > > > > > Met vriendelijke groet / kind regards, > > > > Mike Looijmans > > System Expert > >

Re: [yocto] How to get license text

2022-07-12 Thread Nicolas Jeker
On Mon, 2022-07-11 at 10:00 -0700, William Huang wrote: > Hi, > I was wondering if it is possible to get the license information for > all of the deployed packages in the image? I know there's a > license.manifest file in deploy/licenses, but I'm looking for a file > that includes that manifest as

[yocto] Switching between multiple DISTROs without "contamination"

2022-07-12 Thread Nicolas Jeker
Hi all, I'm currently using an additional layer and image to differentiate between a release and development build (enabling NFS, SSH, root login, etc.). To create a development build, I manually add the layer to bblayers.conf. This works quite well, but feels a bit clumsy to integrate into a

Re: [yocto] Yocto cyrillic characters support #yocto

2022-05-03 Thread Nicolas Jeker
On Fri, 2022-04-29 at 06:48 -0700, Ashutosh Naik wrote: > I am having trouble creating files with cyrillic characters on a > yocto generated image. >   > For eg. If I try to create a file like : > # touch  1Черная >   > I do get: >   > # ls > 1??  Is your file created with the wrong name or

Re: [yocto] firewalld isssue #yocto

2022-03-28 Thread Nicolas Jeker
On Sun, 2022-03-27 at 23:39 -0700, sateesh m wrote: > Hi Team, > >                 I have built a custom image core-image-base on riscv > target machine installed nftables,firewalld,JSON packages support. I > am using firewalld_0.9.3 sources depends nftables-python is present. > But I am getting

Re: [yocto] CVE patch updates

2022-03-28 Thread Nicolas Jeker
On Thu, 2022-03-24 at 18:56 +, Monsees, Steven C (US) via lists.yoctoproject.org wrote: >   > So, my only change to my build is the INHERIT =+ “cve-check”… > No issue seen until this line added… >   > Can someone tell me why when I build from scratch, clean, I see the > following error ? >

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

2022-02-03 Thread Nicolas Jeker
Re-adding the list. On Wed, 2022-02-02 at 11:51 -0800, Sourabh Hegde wrote: > Hi @Nicolas, Hi Sourabh > Thanks for the detailed answer. > > I followed your steps to fix ssh "config" file and now it's working > fine. Glad to hear it works now. > Regarding my build environment: I am using

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

2022-02-02 Thread Nicolas Jeker
On Mon, 2022-01-31 at 02:54 -0800, Sourabh Hegde wrote: > Hello @Nicolas @Erik @Khem, Hi! > Update from my side: > > After following some discussion from other posts, I added "config" > file. > I think you're starting to mix various things together, you should maybe try to not do everything

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 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 >

Re: [yocto] Building uImage with appended DTB

2022-01-18 Thread Nicolas Jeker
> On 17 Jan 2022, at 06:41, rgovos...@gmail.com wrote: > > I'm a complete newcomer to Yocto, trying to translate a manual process of > building software for an embedded device based on the PHYTEC phyCORE-LPC3250 > SOM. I did not find an existing BSP layer for this board so I am trying to >

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] building the kernel's usbipd daemon

2021-11-08 Thread Nicolas Jeker
On Fri, 2021-11-05 at 15:02 -0700, chuck kamas via lists.yoctoproject.org wrote: > Well it turns out that following the Perf recipe was not only a good > idea, but absolutely necessary. The perf recipe copies the code out of > the work-shared kernel directory into the perf build directory. This

Re: [yocto] Enabling Websockets in Mosquitto in yocto zeus #zeus

2021-10-05 Thread Nicolas Jeker
On Fri, 2021-10-01 at 03:45 -0700, poorn...@elmeasure.com wrote: > Greetings ! > > I could able to add Mosquitto in Yocto Zeus , but as default websockets > is disabled in Mosquitto . Can anyone help me how to enable websockets > in Mosquitto in yocto zeus. > There's a 'websockets'

Re: [yocto] Inactive service of hello world #yocto

2021-09-08 Thread Nicolas Jeker
On Tue, 2021-09-07 at 10:43 -0700, Rudolf J Streif wrote: > What does your 'Hello World' service do? Just print 'Hello World' to > the console and then exit? > > If so that would be the reason why it is inactive. Systemd starts it > and then it exits. Typically, services keep running (except for

Re: [yocto] raspberrypi GPIO #raspberrypi

2021-08-18 Thread Nicolas Jeker
On Wed, 2021-08-18 at 03:59 -0700, yasminebenghoz...@gmail.com wrote: > Hello,  > > I have a problem importing python RPi.GPIO in yocto, not found, while > they should be there only by cloning the meta-raspberry right?  There is a recipe for RPi.GPIO available in meta-raspberrypi [1]. I doubt

Re: [yocto] execute a python code in raspberrypi #python

2021-08-17 Thread Nicolas Jeker
On Fri, 2021-08-13 at 02:40 -0700, yasminebenghoz...@gmail.com wrote: > Hello beautiful people,  > > I successfully executed helloworld.py on the raspberrypi by making a > layer. BUt now i need to add a whole python code with classes etc, > which exists in different files like the picture, I

Re: [yocto] best way to get feature of systemd v248 in yocto-hardknott (systemd v247)?

2021-08-17 Thread Nicolas Jeker
On Fri, 2021-08-13 at 15:31 -0600, Bill Plunkett wrote: > I'd like to use a systemd DHCP client feature that became available > in v248 in my yocto-hardknott system.  Is there any hope of using the > complete v249.1 recipe from the oe master branch? > To backport a newer version, I usually just

Re: [yocto] (Go) Library for configuring Yocto based boxes?

2021-08-05 Thread Nicolas Jeker
systemd-networkd back then. As long as you only use Ethernet and Wi-Fi, systemd-networkd should work fine. > Chris > > > -Ursprüngliche Nachricht- > Von: Nicolas Jeker > Gesendet: Mittwoch, 4. August 2021 09:05 > An: Christofer Dutz ; > yocto@lists.yoctoproject.org >

Re: [yocto] (Go) Library for configuring Yocto based boxes?

2021-08-04 Thread Nicolas Jeker
etworkd https://wiki.archlinux.org/title/NetworkManager https://man.archlinux.org/man/systemd-networkd.8 https://man.archlinux.org/man/extra/networkmanager/NetworkManager.8.en > Chris > > > > -Ursprüngliche Nachricht- > Von: Nicolas Jeker > Gesendet: Montag, 2.

Re: [yocto] (Go) Library for configuring Yocto based boxes?

2021-08-02 Thread Nicolas Jeker
n how I can apply my changes without rebooting? >   > Chris > > > -Ursprüngliche Nachricht- > Von: Nicolas Jeker > Gesendet: Freitag, 30. Juli 2021 10:06 > An: Christofer Dutz ; > yocto@lists.yoctoproject.org > Betreff: Re: [yocto] (Go) Library for configurin

Re: [yocto] (Go) Library for configuring Yocto based boxes?

2021-07-30 Thread Nicolas Jeker
On Fri, 2021-07-30 at 07:43 +, Christofer Dutz wrote: > Hi all, >   > I’m very new to the Yocto world. >   > We are currently working on migrating away from OpenWRT based edge > devices towards ones that we now have Yocto builds for. >   > All seems to be working nicely on the yocto side. >  

Re: [yocto] #yocto

2021-07-27 Thread Nicolas Jeker
On Thu, 2021-07-22 at 23:26 -0700, sateesh m wrote: > Hi Guys, > >               I am facing below error while compiling consul package. > can anybody know this issue please suggest me.  > ERROR: consul-git-r0 do_compile: Execution of '/home/sources/fu540- >

Re: [yocto] Improving NPM recipe build speed

2021-05-10 Thread Nicolas Jeker
On Mon, 2021-04-26 at 16:29 -0700, Alessandro Tagliapietra wrote: > Hi everyone, Hi Alessandro, > I'm making an image that includes the node-red recipe from meta-iot- > cloud. > The whole process takes about 30+ minutes for that recipe alone (most > of the time spent in do_configure). > Now I

[yocto] Wrong OELAYOUT_ABI in poky dunfell 3.1.6 suppresses message

2021-04-19 Thread Nicolas Jeker
Hi all, I recently upgraded my project from dunfell 3.1.5 to 3.1.6 and saw errors about pseudo path mismatches on various build machines. Removing TMPDIR solved the problem, but I did some digging to see if I find the source of the problem. First of all: The wiki page about pseudo aborts [1] is

Re: [yocto] How to get packages version from an image recipe #yocto #linux

2021-02-12 Thread Nicolas Jeker
Hi Zakaria On Thu, 2021-02-11 at 03:47 -0800, zakaria.zid...@smile.fr wrote: > Hello, >   > I want to get the version of the packages generated by a recipe from > the image recipe (or by a python script that runs outside of the > package generating recipe). (like the output of the bitbake -s >

Re: [yocto] Duplictae files gets created on opening any file in yocto for rpi cm3 #cm3 #dunfell

2021-02-10 Thread Nicolas Jeker
On Tue, 2021-02-09 at 21:22 -0800, prashantsi...@dialtronics.com wrote: > Dear team, > > I'm using yocto-dunfell for generating for my rpi-cm3. > it is working fine, but one issue I'm facing that when ever I'm > trying to open any file, that gets duplicated with it's name and then > ~ sign. >

Re: [yocto] RT patch for 5.4.74?

2021-02-05 Thread Nicolas Jeker
On Thu, 2021-02-04 at 17:39 -0500, jchludzinski via lists.yoctoproject.org wrote: >  From Altera/Intel? > > On 2021-02-04 17:20, jchludzinski via lists.yoctoproject.org wrote: > > Is there an RT patch for 5.4.74? > > (I've used patch-5.4.44-rt27.patch.) This is the official download page for the

Re: [yocto] [meta-virtualization]: dunfell docker run issues

2021-02-05 Thread Nicolas Jeker
On Thu, 2021-02-04 at 16:03 +0100, Marek Belisko wrote: > Hi, > I'm trying to run docker containers on orangepi and use > meta-virtualization layer to add docker. I've installed the docker-ce > package and everything seems to be fine. > > But docker service seems fails to start with: > Feb 04

Re: [yocto] #yocto #kernel #zeus

2020-12-04 Thread Nicolas Jeker
On Fri, 2020-12-04 at 12:17 +, Monsees, Steven C (US) via lists.yoctoproject.org wrote: >   > I seem to have an issue initializing busybox. > I have attached my error log… but basically busybox fails to compile > when I set >   > CONFIG_FEATURE_MOUNT_NFS=y >   The log indicates that it is

Re: [yocto] #yocto

2020-12-02 Thread Nicolas Jeker
Hi Steve On Tue, 2020-12-01 at 20:06 +, Monsees, Steven C (US) via lists.yoctoproject.org wrote: >   > I still haven’t been able to track this down, can someone tell me in > what package is the banner output generated ?  I'm not sure to what lines you refer by "banner", so I just wrote my

Re: [yocto] How to add python application into the build. #python #toolchain

2020-11-24 Thread Nicolas Jeker
On Tue, 2020-11-24 at 04:33 -0800, vijayrakeshmunga...@gmail.com wrote: > Hi, Hi Vijay > I'm new to the Yocto Project, trying to include my python application > into the build. Can anyone guide me how to write a bitbake recipe .bb > file or any example recipe would be helpful. Reading and

Re: [yocto] KeyError: 'getpwuid(): uid not found: 1000' in do_package phase

2020-11-17 Thread Nicolas Jeker
On Mon, 2020-11-16 at 23:27 +0100, Martin Jansa wrote: > https://github.com/webOS-ports/meta-webos-ports/commit/9fd17a67cdbed92df13a14b002a189b4c6c2d442 > > is an example where it triggers this error, but doesn't trigger the > more common host-user-contaminated QA error (unless you happened to >

Re: [yocto] Yocto recipe for Tailscale #yocto #golang

2020-09-18 Thread Nicolas Jeker
Hi Mike, On Thu, 2020-09-17 at 22:43 -0700, Mike Thompson via lists.yoctoproject.org wrote: > Does anyone know if there is an existing bitbake recipe for building > the Tailscale client daemon and CLI tool from the following source? > A search on Google yielded no obvious links. > >

Re: [yocto] Which recipe for Linux tools to run u-boot command inside Linux?

2020-04-30 Thread Nicolas Jeker
On Thu, 2020-04-30 at 16:34 +1000, JH wrote: > Hi Yann, > > Thanks for the tips, I have run to add libubootenv, but got so many > errors, I can build a good Yocto image before adding libubootenv, > what > was it going on? Does that mean I need to add all kernel modules and > to rebuild kernel

Re: [yocto] Patching submodules

2020-03-20 Thread Nicolas Jeker
On Thu, 2020-03-19 at 23:10 -0500, Emily wrote: > Hi all - > > I have a recipe that I'd like to patch - the source is in a repo > which has a submodule, and the patch occurs in the submodule. Is > there a way I can apply this patch without getting an error? I do > kind of understand why it's a

Re: [yocto] Uboot NetBoot IMX8

2020-03-11 Thread Nicolas Jeker
On Wed, 2020-03-11 at 00:39 +, Trevor wrote: > > Mar 11 00:21:16 b2qt-b9-imx8mq mount[2611]: mount: only root can > > use "--types" option (effective UID is 1000) > > > The mount error seems prevalent across all the errors. somehow UID > is 1000 when it should be 0 during boot? By googling