Re: [ptxdist] Can packages be build w/o installing them on the rootfs?

2017-09-28 Thread Juergen Borleis
Hi Andreas,

On Thursday 28 September 2017 15:12:34 Ian Abbott wrote:
> > We have a platform application and one to three dynamic libraries
> > that, if present, are loaded into the platform to extend its
> > functionality. The finished product with be sold in three grades, base
> > advanced and full. The base version should only contain the platform
> > application, and base dynlib, the advanced version should only contain
> > the platform application, and base + advanced dynlibs, ...
> >
> > Our idea now is to have three ptxdist packages that depend on the
> > platform application package:
> > - base pkg: contains only the base dynlib
> > - advanced pkg: contains only the base + adv dynlibs
> > - full pkg: contains only the base + adv + full dynlibs
> >
> > When we compile the rootfs we want all three packages built, but
> > initially none installed on the rootfs. Is this possible somehow?
>
> Perhaps you could use the "collections" feature.

Sounds like a job for LAZY_PACKAGES instead: Define three lazy packages with 
different library content and then create three different filesystem 
images, each includes one of the three lazy packages. Lazy packages are no 
regular rootfs content. They need to be explicitly listed in the package 
list for an filesystem image.

Unfortunately the LAZY_PACKAGES feature isn't documented yet. I'm working on 
it, but its not finished yet.

Cheers,
Juergen

-- 
Pengutronix e.K.                             | Juergen Borleis             |
Industrial Linux Solutions                   | http://www.pengutronix.de/  |

___
ptxdist mailing list
ptxdist@pengutronix.de

Re: [ptxdist] Can packages be build w/o installing them on the rootfs?

2017-09-28 Thread Ian Abbott

On 28/09/17 11:49, Andreas Glatz wrote:

Hi

We have a platform application and one to three dynamic libraries
that, if present, are loaded into the platform to extend its
functionality. The finished product with be sold in three grades, base
advanced and full. The base version should only contain the platform
application, and base dynlib, the advanced version should only contain
the platform application, and base + advanced dynlibs, ...

Our idea now is to have three ptxdist packages that depend on the
platform application package:
- base pkg: contains only the base dynlib
- advanced pkg: contains only the base + adv dynlibs
- full pkg: contains only the base + adv + full dynlibs

When we compile the rootfs we want all three packages built, but
initially none installed on the rootfs. Is this possible somehow?


Perhaps you could use the "collections" feature.

--
-=( Ian Abbott @ MEV Ltd.E-mail:  )=-
-=(  Web: http://www.mev.co.uk/  )=-

___
ptxdist mailing list
ptxdist@pengutronix.de