Re: [yocto] Multiple ubifs partition

2019-05-06 Thread Gabriele Zampieri
uching > >> >> image.bbclass > >> >> > and install my configuration from the image recipe? > >> >> > > >> >> > Thanks, > >> >> > Gabriele > >> >> > >> >> you need one or more recipe(s) that c

Re: [yocto] Multiple ubifs partition

2019-05-06 Thread Ulrich Ölmann
out of that (see the >> >> introductory documentation in 'genimage.bbclass'). In the former you >> >> inherit 'core-image' and only in the latter which inherits 'genimage' >> >> you have to set the SRC_URI to point to your 'genimage.config

Re: [yocto] Multiple ubifs partition

2019-05-06 Thread Gabriele Zampieri
t; Best regards > >> Ulrich > >> > >> > >> > Il giorno mer 13 mar 2019 alle ore 16:14 Gabriele Zampieri < > >> > gabbla.mal...@gmail.com> ha scritto: > >> > > >> >> Hi all, > >> >> > >>

Re: [yocto] Multiple ubifs partition

2019-05-02 Thread Ulrich Ölmann
t; thank you very much for the suggestion, I will check genimage and test >> it. >> >> >> >> Gabriele >> >> >> >> Il giorno gio 7 mar 2019 alle ore 16:23 Ulrich Ölmann < >> >> u.oelm...@pengutronix.de> ha scritto: >>

Re: [yocto] Multiple ubifs partition

2019-05-02 Thread Gabriele Zampieri
@goerlitz.com> wrote: > >>> > Have you seen https://github.com/pengutronix/genimage? > >>> > >>> you can find it included within > https://github.com/pengutronix/meta-ptx > >>> with an accompanying genimage.bbclass. > >>> > >

Re: [yocto] Multiple ubifs partition

2019-04-24 Thread Ulrich Ölmann
e you seen https://github.com/pengutronix/genimage? >>> >>> you can find it included within https://github.com/pengutronix/meta-ptx >>> with an accompanying genimage.bbclass. >>> >>> Best regards >>> Ulrich >>> >>> > Regards, >

Re: [yocto] Multiple ubifs partition

2019-04-24 Thread Gabriele Zampieri
gt; Von: yocto-boun...@yoctoproject.org [mailto: >> yocto-boun...@yoctoproject.org] Im Auftrag von Gabriele Zampieri >> > Gesendet: Montag, 4. März 2019 12:17 >> > An: yocto@yoctoproject.org >> > Betreff: [yocto] Multiple ubifs partition >> > >> >

Re: [yocto] Multiple ubifs partition

2019-03-13 Thread Gabriele Zampieri
Carsten > > > > Von: yocto-boun...@yoctoproject.org [mailto: > yocto-boun...@yoctoproject.org] Im Auftrag von Gabriele Zampieri > > Gesendet: Montag, 4. März 2019 12:17 > > An: yocto@yoctoproject.org > > Betreff: [yocto] Multiple ubifs partition > > > > H

Re: [yocto] Multiple ubifs partition

2019-03-07 Thread Ulrich Ölmann
sten > > Von: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] > Im Auftrag von Gabriele Zampieri > Gesendet: Montag, 4. März 2019 12:17 > An: yocto@yoctoproject.org > Betreff: [yocto] Multiple ubifs partition > > Hi all, > > I'm trying to bu

Re: [yocto] Multiple ubifs partition

2019-03-07 Thread Marc Ferland
> On Mon, Mar 4, 2019 at 6:17 AM Gabriele Zampieri > wrote: > > > > Hi all, > > > > I'm trying to build a distribution that has multiple partitions. The > > desiderata is something like: > > > > - rootfs.ubifs mounted on / > > - data.ubifs mounted on /data > > - opt.ubifs mounted on /opt > > > >

Re: [yocto] Multiple ubifs partition

2019-03-07 Thread Marc Ferland
Look for the multiubi fstype: https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/classes/image_types.bbclass#n151 On Mon, Mar 4, 2019 at 6:17 AM Gabriele Zampieri wrote: > > Hi all, > > I'm trying to build a distribution that has multiple partitions. The > desiderata is something like:

Re: [yocto] Multiple ubifs partition

2019-03-07 Thread Stelling2 Carsten
Hi Gabriele, Have you seen https://github.com/pengutronix/genimage? Regards, Carsten Von: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] Im Auftrag von Gabriele Zampieri Gesendet: Montag, 4. März 2019 12:17 An: yocto@yoctoproject.org Betreff: [yocto] Multiple ubifs

[yocto] Multiple ubifs partition

2019-03-04 Thread Gabriele Zampieri
Hi all, I'm trying to build a distribution that has multiple partitions. The desiderata is something like: - rootfs.ubifs mounted on / - data.ubifs mounted on /data - opt.ubifs mounted on /opt I was wondering if there is a standard way to achieve the goal. I see that there is a tool called wic,