python-application: add `logging.basicConfig()` to example
[lttng-docs.git] / contents / installing-lttng / embedded-distributions / oe-yocto.md
1 ---
2 id: oe-yocto
3 ---
4
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:
7
8 * `lttng-tools`
9 * `lttng-modules`
10 * `lttng-ust`
11
12 Using BitBake, the simplest way to include LTTng recipes in your
13 target image is to add them to `IMAGE_INSTALL_append` in
14 `conf/local.conf`:
15
16 ~~~ text
17 IMAGE_INSTALL_append = " lttng-tools lttng-modules lttng-ust"
18 ~~~
19
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.
This page took 0.043052 seconds and 4 git commands to generate.