Re: [yocto] Building single package as image, respecting dependencies

2019-05-29 Thread Norman Stetter
urton, Ross > > Cc: yocto@yoctoproject.org > Betreff: Re: [yocto] Building single package as image, respecting > dependencies > > On 24/05/2019 15:28, Norman Stetter wrote: > > Is there no way to simply force bitbake to only build the packages I > > want, ignoring depen

Re: [yocto] Building single package as image, respecting dependencies

2019-05-28 Thread Paul Barker
On 24/05/2019 15:28, Norman Stetter wrote: Is there no way to simply force bitbake to only build the packages I want, ignoring dependencies? We used to build the image like this before, using PTXDist. Everything else seems to be a dirty hack. Can you just collect the extra packages (ipk/deb/

Re: [yocto] Building single package as image, respecting dependencies

2019-05-24 Thread Norman Stetter
HRB 60514 Geschäftsführer: Matthias Fricke, Manfred Garz, Marc-Michael Braun Von: Burton, Ross [mailto:ross.bur...@intel.com] Gesendet: Friday, May 24, 2019 11:45 AM An: Norman Stetter Cc: yocto@yoctoproject.org Betreff: Re: [yocto] Building single package as image, respecting dependencies On F

Re: [yocto] Building single package as image, respecting dependencies

2019-05-24 Thread Norman Stetter
tetter Cc: yocto@yoctoproject.org Betreff: Re: [yocto] Building single package as image, respecting dependencies On Fri, 24 May 2019 at 07:30, Norman Stetter mailto:norman.stet...@garz-fricke.com>> wrote: For the OS image I use cpio.gz as file system. It gets booted as a RAMdisk. Sorry, f

Re: [yocto] Building single package as image, respecting dependencies

2019-05-24 Thread Burton, Ross
On Fri, 24 May 2019 at 07:30, Norman Stetter wrote: > For the OS image I use cpio.gz as file system. It gets booted as a > RAMdisk. Sorry, forgot to mention that. > Would you consider switching to a proper filesystem? The peril of using a cpio.gz is that every file you add slows the boot down:

Re: [yocto] Building single package as image, respecting dependencies

2019-05-23 Thread Norman Stetter
e, Manfred Garz, Marc-Michael Braun Von: Burton, Ross [mailto:ross.bur...@intel.com] Gesendet: Thursday, May 23, 2019 3:46 PM An: Norman Stetter Cc: yocto@yoctoproject.org Betreff: Re: [yocto] Building single package as image, respecting dependencies On Thu, 23 May 2019 at 13:46, Norm

Re: [yocto] Building single package as image, respecting dependencies

2019-05-23 Thread Burton, Ross
On Thu, 23 May 2019 at 13:46, Norman Stetter wrote: > That seems to be a misunderstanding. I want to keep the OS image as small > as possible to reduce boot time. We only use python for some test > scenarios, so it doesn’t have to be included in the OS image. I did some > measurements and includi

Re: [yocto] Building single package as image, respecting dependencies

2019-05-23 Thread Norman Stetter
Hi Ross, thanks for clarifying that there are no dependencies between images. Von: Burton, Ross [mailto:ross.bur...@intel.com] Gesendet: Thursday, May 23, 2019 2:15 PM An: Norman Stetter Cc: yocto@yoctoproject.org Betreff: Re: [yocto] Building single package as image, respecting dependencies

Re: [yocto] Building single package as image, respecting dependencies

2019-05-23 Thread Burton, Ross
On Wed, 22 May 2019 at 14:28, Norman Stetter wrote: > Is there a way to have dependencies between images? So I could have the > python-image build know which dependencies are already built into my OS > image and therefore not include them itself? > No. An image is a self-contained file system.

[yocto] Building single package as image, respecting dependencies

2019-05-22 Thread Norman Stetter
Hi there, I am currently working on a minimal CLI only system. The image is based on 'core-image-base' using sysvinit and busybox. To reduce image size and boot time, I removed as many packages as possible. For some application cases I will need python3 though. My idea was to have python3 as some