Skip to content

Commit

Permalink
Pull request #1714: Dependencies
Browse files Browse the repository at this point in the history
Merge in PROCESSOR-SDK/processor-sdk-doc from ~A0498204/processor-sdk-doc:dependencies to master

* commit '32013ebdda6f70cc7377c26d71b3ef3f58aa4bd7':
  Foundational_Components/Kernel/_Users_Guide: Add host dependencies
  U-boot: UG-General-Info: Add host dependencies
  • Loading branch information
jmenti authored and cshilwant committed Apr 1, 2024
2 parents 5f13856 + 32013eb commit e5dbaaf
Show file tree
Hide file tree
Showing 2 changed files with 24 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
13 changes: 13 additions & 0 deletions source/linux/Foundational_Components/U-Boot/UG-General-Info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
General Information
-------------------

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

.. rubric:: Install host dependencies

To install host dependencies for building TI U-boot 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 autoconf flex bison libssl-dev bc libncurses-dev \
python3 python3-setuptools python3-dev python3-yaml python3-jsonschema python3-pyelftools \
swig yamllint
Getting the U-Boot Source Code
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit e5dbaaf

Please sign in to comment.