building-from-source: minor fixes
[lttng-docs.git] / contents / installing-lttng / embedded-distributions / oe-yocto.md
CommitLineData
5e0cbfb0
PP
1---
2id: oe-yocto
3---
4
55369b8f
PP
5LTTng 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:
5e0cbfb0
PP
7
8 * `lttng-tools`
9 * `lttng-modules`
10 * `lttng-ust`
11
12Using BitBake, the simplest way to include LTTng recipes in your
13target image is to add them to `IMAGE_INSTALL_append` in
14`conf/local.conf`:
15
16~~~ text
17IMAGE_INSTALL_append = " lttng-tools lttng-modules lttng-ust"
18~~~
19
20If you're using Hob, click _Edit image recipe_ once you have selected
55369b8f
PP
21a machine and an image recipe. Then, under the _All recipes_ tab, search
22for `lttng` and include the three LTTng recipes.
This page took 0.021988 seconds and 4 git commands to generate.