Error when building image with latest Kirkstone branch

When I try to build an image with the latest Kirkstone branch I get the following error:

ERROR: ParseError at /drv2/yocto/layers/meta-toradex-bsp-common/recipes-kernel/linux-firmware/linux-firmware_20230928.bb:1: Could not include required file recipes-kernel/linux-firmware/linux-firmware_20230625.bb                                          | ETA:  0:00:06
ERROR: Parsing halted due to errors, see error messages above

Hey @nmohan86,

Your build, which includes linux-firmware_20230928.bb is dependent on or requires
linux-firmware_20230625.bb. and your yocto build does not have access to this file.

I found the required at ../layers/openembedded-core/meta/recipes/kernel/linux-firmware_20230625.bb So you would need to include this location in your bblayers.

Can you tell me what image you are trying to build?

-Eric