[oe] how to populate sysroot with dev packages.

Richard Purdie richard.purdie at linuxfoundation.org
Tue Nov 12 16:19:32 UTC 2013


On Tue, 2013-11-12 at 16:36 +0100, Anup Kini wrote:
> Hi All,
> 
> I am trying to build package-B which needs a few files from package-A-dev
> How do i deploy/install package-A-dev in sysroot such that when i build
> package-B it can access those files.
> 
> I know that i can install dev-pkgs in the image but i would like to know
> how to deploy them in the sysroot.

The act of building A should put its output into the sysroot. You'd
therefore just need a DEPENDS = "A" in recipe B.

Cheers,

Richard





More information about the Openembedded-devel mailing list