[Buildroot] Workflow question - separating the distribution from embedded applications

Michael Habibi mikehabibi at gmail.com
Wed Jul 20 14:49:10 UTC 2016


Great, thanks for this info. I'll look into this in more detai.

On Wed, Jul 20, 2016 at 9:41 AM, Grant Edwards
<grant.b.edwards at gmail.com> wrote:
> On 2016-07-20, Michael Habibi <mikehabibi at gmail.com> wrote:
>
>> With buildroot, I imagine we can do the same thing since it also
>> builds a root filesystem. However I am trying to understand a workflow
>> where we could build the distribution's root filesystem of the
>> distribution separate from our embedded applications.
>
> We use buildroot to build the root filesystem (including the ipkg
> package manager).
>
> Application developers build applications separately and package them
> as .ipk packages.
>
> We then install each set of .ipk packages into a JFFS2 filesystem
> image.  [This is don't on a development host, not on the target.]
>
> We then distribute two images: the kermel+rootfs uImage, and the JFFS2
> filesystem image containing all of the applications.  The former
> rarely gets updated and is common across several products.  The latter
> gets updated much more frequently and there are various different
> flavors of it for different products.
>
> --
> Grant Edwards               grant.b.edwards        Yow! I feel partially
>                                   at               hydrogenated!
>                               gmail.com
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot


More information about the buildroot mailing list