Re: [yocto] Skipping already-stripped check doesn't work

2022-04-12 Thread Alessandro Tagliapietra
Thank you so much! That was the problem! On Tue, Apr 12, 2022 at 1:32 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Mon, 2022-04-11 at 13:27 -0700, Alessandro Tagliapietra wrote: > > Thank you for helping! > > > > The package is node-red-node-

Re: [yocto] Skipping already-stripped check doesn't work

2022-04-12 Thread Alessandro Tagliapietra
, 12. Apr. 2022 um 00:26 Uhr schrieb Alessandro Tagliapietra > : > > > > Tested with updated honister branch, same error > > > > -- > > Alessandro Tagliapietra > > > > > > On Mon, Apr 11, 2022 at 2:41 PM Alessandro Tagliapietra < > tagliapietra.

Re: [yocto] Skipping already-stripped check doesn't work

2022-04-11 Thread Alessandro Tagliapietra
Tested with updated honister branch, same error -- Alessandro Tagliapietra On Mon, Apr 11, 2022 at 2:41 PM Alessandro Tagliapietra < tagliapietra.alessan...@gmail.com> wrote: > I'm using honister (it's from a few months ago, I'm currently > rebuilding using the latest commit) >

Re: [yocto] Skipping already-stripped check doesn't work

2022-04-11 Thread Alessandro Tagliapietra
I'm using honister (it's from a few months ago, I'm currently rebuilding using the latest commit) On Mon, Apr 11, 2022 at 2:29 PM Khem Raj wrote: > which release branch are you using? > > On Mon, Apr 11, 2022 at 2:27 PM Alessandro Tagliapietra > wrote: > > > > R

Re: [yocto] Skipping already-stripped check doesn't work

2022-04-11 Thread Alessandro Tagliapietra
-serialport which is our package so INSANE_SKIP_${PN} += "already-stripped arch" should work. On Mon, Apr 11, 2022 at 2:14 PM Khem Raj wrote: > > > On Mon, Apr 11, 2022 at 1:43 PM Alessandro Tagliapietra < > tagliapietra.alessan...@gmail.com> wrote: > >> On Mon, Ap

Re: [yocto] Skipping already-stripped check doesn't work

2022-04-11 Thread Alessandro Tagliapietra
On Mon, Apr 11, 2022 at 1:36 PM Khem Raj wrote: > > what package folders do you see under packages-split/ folder in your > build area for this recipe ? > The ones I've added in the INSANE_SKIP ls -lah

Re: [yocto] Skipping already-stripped check doesn't work

2022-04-11 Thread Alessandro Tagliapietra
counting for one output package. You > perhaps will need to specify it for all the packages generated by this > recipe. > so check where these files are landing in packages-split/ folder in > the build area of this recipe > > On Mon, Apr 11, 2022 at 9:13 AM Alessandro Taglia

[yocto] Skipping already-stripped check doesn't work

2022-04-11 Thread Alessandro Tagliapietra
I've created an npm package recipe for node-red-node-serialport ( https://www.npmjs.com/package/node-red-node-serialport ) using devtool add "npm://registry.npmjs.org;package=node-red-node-serialport;version=1.0.1" which generated this (

Re: [yocto] Wic partition dir ownership #yocto

2021-05-15 Thread Alessandro Tagliapietra
Just saw that the issue is that you can't use rootfs-dir with a subfolder as the pseudo folder is missing in the parent folder, ended up using overlayfs -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#53522):

[yocto] Wic partition dir ownership #yocto

2021-05-14 Thread Alessandro Tagliapietra
Hi everyone, I'm building an image for a raspberrypi 4, I have a readonly rootfs and I have multiple configs in a custom partition mounted in rw mode at /data My wks file is part --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 4096 --size 100 part /

Re: [yocto] Improving NPM recipe build speed

2021-05-11 Thread Alessandro Tagliapietra
esi -- Alessandro Tagliapietra On Mon, May 10, 2021 at 2:18 AM Nicolas Jeker wrote: > 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- >

Re: [yocto] Improving NPM recipe build speed

2021-05-07 Thread Alessandro Tagliapietra
Anyone? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#53419): https://lists.yoctoproject.org/g/yocto/message/53419 Mute This Topic: https://lists.yoctoproject.org/mt/82392305/21656 Group Owner: yocto+ow...@lists.yoctoproject.org Unsubscribe:

Re: [yocto] running application in user mode instead of root #yocto

2021-04-27 Thread Alessandro Tagliapietra
I'm new to yocto as well but what we do is in our own custom image: inherit extrausers EXTRA_USERS_PARAMS = " useradd nodered" and then since we use systemd we've created our own service file that includes: User=nodered in the [service] block definition, so the executable is run using that

[yocto] Improving NPM recipe build speed

2021-04-26 Thread Alessandro Tagliapietra
Hi everyone, 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 want to override the recipe systemd service file and create a nodered user. Every time I change

Re: [yocto] Cannot execute nodejs

2021-04-14 Thread Alessandro Tagliapietra
I was able to solve it by forcing recompiling nodejs with `bitbake -f -c compile nodejs` Not sure what happened there -- Alessandro Tagliapietra On Wed, Apr 14, 2021 at 11:51 AM Alessandro Tagliapietra < tagliapietra.alessan...@gmail.com> wrote: > Hi everyone, > > I've i

[yocto] Cannot execute nodejs

2021-04-14 Thread Alessandro Tagliapietra
Hi everyone, I've installed nodejs and node-red  by using meta-oe and meta-iot-cloud, with IMAGE_INSTALL_append = " nodejs node-red bash" it was initially working but then I've got some pseudo aborts that fixed automatically and then I saw that: - /usr/bin/node doesn't have the +x flag - the