[oe] How do you add libstdc++ to the micro-image distro?

Leon Woestenberg leon.woestenberg at gmail.com
Tue Jun 9 09:46:58 UTC 2009


Hello James,

On Tue, Jun 2, 2009 at 3:47 AM, Newell, James
C.<James.Newell at colfaxcorp.com> wrote:
> I am fairly new to the openembedded project.  I'm attempting to add a
> c++ application to the micro-image distro for experimenting with oe,
> but it doesn't include a stdc++.   How would one add libstdc++ to the
> micro image distro?  Adding libstdc++ and a few other attempts to the
> IMAGE_INSTALL variable in recipes/images/micro-image.bb doesn't seem to
> work.  Any help is appreciated.
>
Add a recipe for your C++ application.

Add the application package to your IMAGE_INSTALL.

OpenEmbedded will then automatically find out about the shared library
dependencies and will include
libstdc++ in the image.

Regards,
-- 
Leon




More information about the Openembedded-devel mailing list