Skip to content

Commit

Permalink
Foundational_Components/Kernel/_Users_Guide: Add host dependencies
Browse files Browse the repository at this point in the history
Add host dependencies for building TI Linux kernel (standalone).

LCPD-37389

Signed-off-by: Judith Mendez <[email protected]>
  • Loading branch information
jmenti committed Mar 28, 2024
1 parent eb717d2 commit 32013eb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions source/linux/Foundational_Components/Kernel/_Users_Guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ Overview

This document will cover the basic steps for building the Linux kernel.

.. ifconfig:: CONFIG_part_family not in ('General_family', 'AM335X_family', 'AM437X_family')

.. rubric:: Install host dependencies

To install host dependencies for building TI Linux kernel source (standalone)
on Ubuntu 22.04+, run the following command in the terminal prompt:

.. code-block:: console
sudo apt install git xz-utils build-essential flex bison bc libssl-dev libncurses-dev
Getting the Kernel Source Code
------------------------------

Expand Down

0 comments on commit 32013eb

Please sign in to comment.