Image recipe concepts
An image recipe (.bb file) defines the complete set of packages installed in the root filesystem. Qualcomm provides reference images in meta-qcom-distro/recipes-products/images. For a description of each reference image, see meta-qcom-distro.
Qualcomm reference images
| Image | Description |
|---|---|
qcom-minimal-image | Minimal rootfs to boot to the shell |
qcom-console-image | Extends minimal image with SSH and package management |
qcom-multimedia-image | Full multimedia packages with upstream components |
qcom-multimedia-proprietary-image | Multimedia image with Qualcomm proprietary features |
qcom-container-orchestration-image | Multimedia proprietary image with Kubernetes and container runtime |
Creating a custom image recipe
- To add an image recipe, change the directory to
<workspace>/layers/meta-qcom-distro/recipes-products/images. - Create a file, for example
sample-image.bb, and add the following content: - Add the
sample-image.bbfile to themeta-qcom/ci/qcom-distro.ymlCI file, undertarget:: - Source the environment:
- Build using the BitBake command:
The generated images are as follows:

