Skip to content

Embedding RPM application packages in the QM partition

QM-level RPM application packages belong in the QM partition. When you create an Automotive Image Builder manifest, place all QM-specific operations inside the qm stage.

Prerequisites

Procedure

  1. To configure your custom automotive image builder manifest to install your auto-apps application into the QM partition of the OS image, include the qm stage in your manifest file. Create a content section in the the qm stage and define the repository that you want to enable, as well as the RPM that you want to install:

    automotive image builder manifest
    qm:
      content:
        repos:
          - id: auto-apps
            baseurl: file:///var/tmp/my_repo
        rpms:
          - auto-apps
    

Next steps

Now that you have configured your custom automotive image builder manifest to initialize the QM partition and install your RPM package, you can build your AutoSD image. For more information, see Building an image from a custom manifest.


© Red Hat