Skip to content

Index

Embedding RPM application packages in an AutoSD image

Creating and embedding RPM packages in an AutoSD OS image is one method for deploying applications in an automotive environment. The other method is to create containerized applications.

AutoSD OS images are immutable, and you cannot add your application to the OS after it has been built. The RPM method offers a reliable and efficient method to include your application in the OS when the OS is built.

At a high level, adding RPMs to your AutoSD image involves the following steps:

  • Package the RPM: Create an RPM from your application's source code using a variety of tools and commands.
  • Embed the RPM: Add the RPM files to either the root or QM partition of the OS image by specifying options in your Automotive Image Builder manifest.

Important

--8<-- "docs/fusa_disclaimer.md"