5 LTTng recipes are available in the
6 <code><a href="http://layers.openembedded.org/layerindex/branch/master/layer/openembedded-core/" class="ext">openembedded-core</a></code> layer of OpenEmbedded:
12 Using BitBake, the simplest way to include LTTng recipes in your
13 target image is to add them to `IMAGE_INSTALL_append` in
17 IMAGE_INSTALL_append = " lttng-tools lttng-modules lttng-ust"
20 If you're using Hob, click _Edit image recipe_ once you have selected
21 a machine and an image recipe. Then, under the _All recipes_ tab, search
22 for `lttng` and include the three LTTng recipes.