Initial import
[lttng-docs.git] / contents / installing-lttng / embedded-distributions / oe-yocto.md
CommitLineData
5e0cbfb0
PP
1---
2id: oe-yocto
3---
4
5LTTng recipes are available in the `openembedded-core` layer of
6OpenEmbedded:
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
21a machine and an image recipe. Then, in the _All recipes_ tab, search
22for `lttng` and you should find and be able to include the three LTTng
23recipes.
This page took 0.023017 seconds and 4 git commands to generate.