[yocto] Question about Package Splitting

Nicolas Dechesne nicolas.dechesne at linaro.org
Fri Aug 8 01:06:36 PDT 2014


On Fri, Aug 8, 2014 at 9:43 AM, Gaurang Shastri <gmshastri at gmail.com> wrote:

> You can do something like this if you want your own package:
>
> PACKAGES += "${PN}-frontend ${PN}-backend ${PN}-tests"
>
> Here ${PN} means "project" and yes "project-dbg" and "project-dev" will be
> created by default.
>
> And than you can put your required files in particular package by,
>
> FILES_${PN}-frontend = "${bindir}" -- just example...likewise you can have
> your own packages with required files.
>

and in addition to that:
http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#splitting-an-application-into-multiple-packages
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20140808/328cae59/attachment.html>


More information about the yocto mailing list