AM62 Adding Debian packages

From Variscite Wiki
Revision as of 20:55, 9 December 2024 by Pitchaiah (talk | contribs) (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'''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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:

//configs/bdebstrap_configs/am62--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 in the Debian packages directory.