python-application: add `logging.basicConfig()` to example
[lttng-docs.git] / contents / installing-lttng / embedded-distributions / buildroot.md
CommitLineData
5e0cbfb0
PP
1---
2id: buildroot
3---
4
5LTTng packages in Buildroot are `lttng-tools`, `lttng-modules` and
6`lttng-libust`.
7
8To enable them, start the Buildroot configuration menu as usual:
9
10<pre class="term">
11make menuconfig
12</pre>
13
14In:
15
16 * _Kernel_: make sure _Linux kernel_ is enabled
17 * _Toolchain_: make sure the following options are enabled:
18 * _Enable large file (files > 2GB) support_
19 * _Enable WCHAR support_
20
21In _Target packages_/_Debugging, profiling and benchmark_, enable
22_lttng-modules_ and _lttng-tools_. In
23_Target packages_/_Libraries_/_Other_, enable _lttng-libust_.
This page took 0.022837 seconds and 4 git commands to generate.