AM62 Adding Debian packages: Difference between revisions

From Variscite Wiki
(Created page with "= Adding packages during build time = To add a package during the build process, include the package name in the packages section of the YAML configuration file located at: {{#var:BUILD_FOLDER}}/{{#var:TI-BDEBSTRAP}}/configs/bdebstrap_configs/am62-{{#var:DEBIAN_NAME}}-variscite.yaml For example: packages: - git - vim Once you've updated the configuration, refer to {{Varlink|Debian_Build_Release_TI|{{#var:RELEASE_LINK}}#Deploy_source|'''Build the Debian image'''...")
 
Line 1: Line 1:
<!-- Set release according to "release" parameter in URL and use am62-yocto-dunfell-5.10.168_08.06.00.42-v1.0 as default
--> {{INIT_RELEASE_PARAM|am62-debian-bookworm-6.1.83_09.02.01.10-v1.0}}<!--
--> {{#lst:Debian_Platform_Customization|{{#var:RELEASE_PARAM}}}} <!--
--> {{PageHeader|{{#var:HARDWARE_NAME}} - Adding Debian Packages}} {{DocImage|category1={{#var:HARDWARE_NAME}}|category2=Debian}} __toc__
= Adding packages during build time =
= Adding packages during build time =



Revision as of 20:57, 9 December 2024

Warning: This page is designed to be used with a 'release' URL parameter.

This page is using the default release am62-debian-bookworm-6.1.83_09.02.01.10-v1.0.
To view this page for a specific Variscite SoM and software release, please follow these steps:

  1. Visit variwiki.com
  2. Select your SoM
  3. Select the software release
VAR-SOM-AM62 - Adding Debian Packages

Adding packages during build time

To add a package during the build process, include the package name in the packages section of the YAML configuration file located at:

~/debian_am62x_var_som/ti-bdebstrap/configs/bdebstrap_configs/am62-Bookworm-variscite.yaml

For example:

packages:
 - git
 - vim

Once you've updated the configuration, refer to Build the Debian image. The specified packages will then be included in the root filesystem during the Debian build process.


Note: You can browse available packages for Debian Bookworm in the Debian packages directory.