[yocto] Next Live Coding with Yocto Project session –Oct 8

2019-10-07 Thread Volosincu, Andreea S
Join us for the next Live Coding with Yocto Project session – When: Oct 8th, 2019 5:00 PM Europe/Berlin Where: www.twitch.tv/yocto_project What: Josef talks about Yocto Project distros, machines and images vs. local.conf Best, Yocto Project Advocacy Team

Re: [yocto] [npm] duplicate code

2019-10-07 Thread Josef Holzmayr
On Mon, Oct 07, 2019 at 09:33:46PM +0200, Stefan Herbrechtsmeier wrote: > Hi Jean-Marie, > > Am 07.10.19 um 14:16 schrieb Jean-marie Lemetayer: > > > I thought about your idea of using Yocto to manage NPM package > > > dependencies and I ran into an issue. NPM projects can have multiple > > >

Re: [yocto] [npm] duplicate code

2019-10-07 Thread Stefan Herbrechtsmeier
Hi Jean-Marie, Am 07.10.19 um 14:16 schrieb Jean-marie Lemetayer: > I thought about your idea of using Yocto to manage NPM package dependencies and I ran into an issue. NPM projects can have multiple dependencies on a single package, and sometimes with multiple versions. NPM will manage this

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

2019-10-07 Thread Stephen K 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] Reminder: Yocto Project Technical Team Meeting @ Monthly from 8am to 8:30am on Tuesday (PDT)

2019-10-07 Thread Stephen K Jolley
All, Just a reminder we will hold the monthly Yocto Project Technical Meeting at 8am PST tomorrow. (10/8) Yocto Project Technical Team Meeting: We encourage people attending the meeting to logon and announce themselves on the Yocto Project IRC chancel during the meeting (optional): Yocto

Re: [yocto] gitlab-ci helper scripts for OpenEmbedded builds

2019-10-07 Thread Thomas Goodwin
The CROPS changes are all upstream now, so I've put up an example gist here: https://gist.github.com/btgoodwin/028c3a63315a27cae3c5989455058eef. There are comments throughout the files, and I'm still hammering out the "deploy" stage. There are ongoing quirks like in the case of deploying the

Re: [yocto] meta-selinux warrior support

2019-10-07 Thread Mark Hatle
I thought this issue was already fixed: http://git.yoctoproject.org/cgit/cgit.cgi/meta-selinux/commit/?h=warrior=bb0c9c3abcb935e4b362eb57985e1ee7fec0bfe0 This patch is what specifically adds the enabled/disabled that the system is saying (in the logs quoted below) is invalid. Can you try

Re: [yocto] [npm] duplicate code

2019-10-07 Thread Jean-marie Lemetayer
Hi Stefan, I thought about your idea of using Yocto to manage NPM package dependencies and I ran into an issue. NPM projects can have multiple dependencies on a single package, and sometimes with multiple versions. NPM will manage this by creating sub 'node_modules' tree. Here is an example

Re: [yocto] kernel.bbclass do_bundle_initramfs did not work

2019-10-07 Thread JH
Hi Moritz, On 10/4/19, Moritz Porst wrote: > Hey JH, > > I had a similiar problem before. What branch and revision do you have > checked out for your meta-layers ? Mine looks like the following and I > get an initramfs built into my image: > > meta-yocto-bsp =

[yocto] Extra files to kernel module package

2019-10-07 Thread Teemu K
Hi, I have recipe that compiles kernel module. It works fine ie. the module ends up to image. I also have few configuration files that I'd like to add with the package. Earlier version (I'm currently using thud-branch) that was done by adding this line to recipe: FILES_${PN} +=