ParseError when building the reference multimedia image for Camera AR0521

Hello Everyone,

I am following the tutorial to connect and stream the camera AR0521on a display.

I did all the preparation with Building a Reference Image with Yocto Project and I am trying to build the reference multimedia image on an SSD since my host computer doesn’t have enough memory but I obtain this parseerror and I am not sure what to do.

/media/oratek/SSDToradex/or-core/build$ bitbake tdx-reference-multimedia-image

ERROR: ParseError at /media/oratek/SSDToradex/or-core/build/../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_20230804.bb
ERROR: Parsing halted due to errors, see error messages above

Thanks a lot,
Coline

1 Like

Hi @coline !

The issue you are facing is indeed strange… I have never seen it.

Could you please share all the steps you took since the beginning?

Also, about the SSD you are using, what is the file system format? (ext4, NTFS, exFAT, etc)

Please, also share the output of repo diff and repo info from within your workdir for OpenEmbedded/Yocto.

Best regards,

You can remove the recipe in meta-toradex-bsp-common (meta-toradex-bsp-common/recipes-kernel/linux-firmware/linux-firmware_20230928.bb) and use the newer recipe already provided in openembedded-core

Hi @henrique.tx,

we do have the same issue. It looks to be a pining issue for
meta-toradex-bsp-common in manifest https://git.toradex.com/cgit/toradex-manifest.git/tree/bsp/pinned-tdx.xml?h=kirkstone-6.x.y most probably fixed in the layer by https://git.toradex.com/cgit/meta-toradex-bsp-common.git/commit/?h=kirkstone-6.x.y&id=d2e4686e1a17abdc56ce331dd7fc34af75467685.

Regards

Hi all!

Thanks @b.ed and @gmi for the great tips! :smiley:

@coline, could you please try to follow their advice and let us know if it works for you?

Best regards,