Hi,
I’m working with the i.MX8MP Verdin SoM on the Mallow Carrier Board, and I’ve successfully built a Yocto image using the Scarthgap release.
Now, I’m trying to add a custom splash screen using Plymouth, following the official Toradex guide here:
However, when I run the build command:
bitbake tdx-reference-multimedia-image
I get the following error:
bitbake tdx-reference-multimedia-image
Loading cache: 100% | | ETA: --:–:–
Loaded 0 entries from dependency cache.
Parsing recipes: 100% |######################################################################################################################################################################| Time: 0:08:14
Parsing of 3369 .bb files complete (0 cached, 3369 parsed). 5382 targets, 667 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES ‘dracut’ (but /home/vilter/scarthgap_splash/build/…/layers/meta-openembedded/meta-oe/recipes-core/plymouth/plymouth_24.004.60.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target ‘dracut’ is unbuildable, removing…
Missing or unbuildable dependency chain was: [‘dracut’]
NOTE: Runtime target ‘plymouth’ is unbuildable, removing…
Missing or unbuildable dependency chain was: [‘plymouth’, ‘dracut’]
ERROR: Required build target ‘tdx-reference-multimedia-image’ has no buildable providers.
Missing or unbuildable dependency chain was: [‘tdx-reference-multimedia-image’, ‘plymouth’, ‘dracut’]
Summary: There were 2 ERROR messages, returning a non-zero exit code.
Can someone help me understand how to resolve this issue in the Scarthgap environment?