Linux OS Build ...
  • Start Yocto Project ...
  • Build Yocto Project Step By Step¶
  • Introducing the Yocto Project Development Environment¶
  • How to install apt-get to the Yocto Project image
  • Installing gcc/g++ toolchain in yocto project
  • Installing GDB in yocto project
  • Installing ssh-server-dropbear for embedded linux in yocto project
  • Add Python To A Build
  • Add Boost To A Build
  • Adding Valgrind To Build
  • How To Add A Custom App To A Yocto Build
  • 🖥️Raspberry Pi
  • Communication Protocol
Powered by GitBook
On this page

Adding Valgrind To Build

Valgrind is provided under meta/recipes-devtools/valgrind. As of Nov 2017, Valgrind v3.12.0 is supported. Valgrind can be added to your Yocto image by adding the following line of code to your build/conf/local.conf file:

IMAGE_INSTALL += " valgrind"

Choose an image, for example, core-image-minimal

Re-Compile Image

#compile your source code ..
$ time bitbake <Your Image-Name>
PreviousAdd Boost To A BuildNextHow To Add A Custom App To A Yocto Build

Last updated 2 years ago