AM62 Adding Debian packages: Difference between revisions
From Variscite Wiki
Line 8: | Line 8: | ||
To add a package during the build process, include the package name in the packages section of the YAML configuration file located at: | 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: | {{#var:BUILD_FOLDER}}/{{#var:TI-BDEBSTRAP}}/configs/bdebstrap_configs/am62-{{#var:DEBIAN_NAME_S}}-variscite.yaml | ||
For example: | For example: |
Latest 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:
- Visit variwiki.com
- Select your SoM
- 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.