Initial import
[lttng-docs.git] / contents / installing-lttng / embedded-distributions / buildroot.md
1 ---
2 id: buildroot
3 ---
4
5 LTTng packages in Buildroot are `lttng-tools`, `lttng-modules` and
6 `lttng-libust`.
7
8 To enable them, start the Buildroot configuration menu as usual:
9
10 <pre class="term">
11 make menuconfig
12 </pre>
13
14 In:
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
21 In _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.029338 seconds and 4 git commands to generate.