Hi Khem,

On Fri, Jun 1, 2018 at 1:11 PM, Khem Raj <raj.k...@gmail.com> wrote:

> On 5/31/18 1:06 PM, Trevor Woerner wrote:
> > Instead of installing an entire recipe's build output (i.e. ${D}), allow
> the
> > user to optionally specify a package from said recipe to be installed
> > exclusively (i.e. ${PKGDEST}/<package>).
> >
>
> Thinking of developer's workflow, it might be needed to be able to
> install debug/dev packages to debug the package on device.
>
> although I think we should be able to segment it and may be have an
> option to install the dev part separately
>

Currently -dev packages will be installed, but -dbg packages will not
(since the components of the -dbg package aren't placed in ${D}). So if
anything this patch (or better yet, the v2 I'll be sending shortly) will
improve the situation.

Although I have noticed that there are differences between the -dbg package
that is created with the normal bitbake workflow and the -dbg package that
is created as part of the "devtool modify ..." workflow.
-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to