# Build Qualcomm Linux The [meta-qcom](https://docs.qualcomm.com/doc/80-80022-27/topic/meta_qcom.html#meta-qcom), and [meta-qcom-distro](https://docs.qualcomm.com/doc/80-80022-27/topic/meta_qcom_distro.html#meta-qcom-distro) sections describe the machine configurations, distribution configurations, and image recipes. The supported values for `MACHINE`, `DISTRO`, and image recipes are listed in the [table](https://docs.qualcomm.com/doc/80-80022-27/topic/build_qualcomm_linux.html#qcom-selected-bsp). To set up the environment, use these values and run the following command: kas shell meta-qcom/ci/.yml:meta-qcom/ci/.yml:meta-qcom/ci/linux-qcom-6.18.yml Copy to clipboard The following table lists the possible image recipes to select and generate an image according to the selected `MACHINE`, and `DISTRO`. Run the following command to build the image: bitbake Copy to clipboard | MACHINE configuration

(selected by you) | Reference distribution configuration supported for MACHINE

(selected by you) | Image recipe

(selected by you) | | --- | --- | --- | | | | | | | | | You can use the following build commands: > > > - To build an image with upstream components for the Rb3 Gen 2 development kit: > > > kas shell meta-qcom/ci/rb3gen2-core-kit.yml:meta-qcom/ci/qcom-distro.yml:meta-qcom/ci/linux-qcom-6.18.yml > bitbake qcom-multimedia-image > Copy to clipboard > - To build an image with Qualcomm software components for the Rb3 Gen 2 development kit: > > > kas shell meta-qcom/ci/rb3gen2-core-kit.yml:meta-qcom/ci/qcom-distro.yml:meta-qcom/ci/linux-qcom-6.18.yml > bitbake qcom-multimedia-proprietary-image > Copy to clipboard > - To build an image with Qualcomm software components, with SELinux for the IQ-9075 EVK: > > > kas shell meta-qcom/ci/iq-9075-evk.yml:meta-qcom/ci/qcom-distro-selinux.yml:meta-qcom/ci/linux-qcom-6.18.yml > bitbake qcom-multimedia-proprietary-image > Copy to clipboard ## Next steps - To learn more about the supported combinations for building Qualcomm Linux, see [Qualcomm Linux Release Notes](https://docs.qualcomm.com/doc/80-80022-300/). - For detailed build instructions, see [Build from Source](https://docs.qualcomm.com/bundle/publicresource/topics/80-80022-254/build_from_source_github_intro.html). Last Published: May 10, 2026 [Previous Topic meta-qcom-extras](https://docs.qualcomm.com/bundle/publicresource/80-80022-27/topics/meta_qcom_extras.md) [Next Topic Configure Qualcomm Linux software components](https://docs.qualcomm.com/bundle/publicresource/80-80022-27/topics/configure_qualcomm_linux_software_components.md)