debug.yml kas configuration fragment in your build command, which enables the DEBUG_BUILD=1 configuration. To understand which kernel defconfig and config fragments are used when DEBUG_BUILD is set to 1, see Kernel recipes.
Build instructions
-
Download Qualcomm’s Yocto layer
meta-qcom. For the latest<meta-qcom-release-tag>, see Configuration Parameters.
-
Build the software image using
kas. You define build targets based on machine and distro combinations.
-
The build creates a single tarball containing all the relevant files to
perform a full clean flash, including partition metadata, boot firmware,
ESP partition and the rootfs. After a successful build, check if the
qcomflash tarball exists in the build artifacts. The following examples
use
qcom-multimedia-proprietary-imageas the image name.
recipes-kernel/linux/linux-qcom_6.18.bb enables the debug configuration fragments for the kernel being built:
Next steps
- For debug tools available in the image, see Debug tools.
- For general Yocto build debugging, see Debugging Yocto builds.

