How to add libstdc++ to a Yocto (Poky) image

From KoanSoftware Wiki
Revision as of 14:38, 19 July 2017 by Koan (talk | contribs) (Created page with "== How to add libstdc++ to a Yocto (Poky) image == The C++ standard library is not included in the default Yocto Project and Openembedded images. * If you need it, add in th...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

How to add libstdc++ to a Yocto (Poky) image

The C++ standard library is not included in the default Yocto Project and Openembedded images.

  • If you need it, add in the local.conf or into the image file the following line
IMAGE_INSTALL_append = " libstdc++"