On Fri, Aug 8, 2014 at 9:43 AM, Gaurang Shastri <gmshas...@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
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to