I am trying to build my own image with yocto, based on your reference minimal image (“tdx-xwayland-rt”).
I created an additional layer with a custom device tree and a custom kernel config.
However as soon as I add this layer to the bblayers.conf bitbake does not build this test image nor the reference minimal Image. But throws errors:
WARNING: XXX/yocto/build/../layers/meta-toradex-nxp/recipes-kernel/linux/linux-toradex_5.4-2.3.x.bb: Unable to get checksum for linux-toradex SRC_URI entry preempt-rt.scc: file could not be found
WARNING: XXX/yocto/build/../layers/meta-toradex-nxp/recipes-kernel/linux/linux-toradex_5.4-2.3.x.bb: Unable to get checksum for linux-toradex SRC_URI entry preempt-rt-less-latency.scc: file could not be found
WARNING: linux-toradex-5.4.91+gitAUTOINC+c59b3c2da1-r0 do_fetch: Failed to fetch URL file://preempt-rt.scc, attempting MIRRORS if available
ERROR: linux-toradex-5.4.91+gitAUTOINC+c59b3c2da1-r0 do_fetch: Fetcher failure: Unable to find file file://preempt-rt.scc anywhere. The paths that were searched were:
The preemt-rt.scc exists in these folders. When I remove my layer from the bblayers.conf I can build the reference minimal image with tdx-xwayland-rt. Any Idea what is wrong?
You are missing the terminal colon above which then later mangles your second path with our path where those scc files should be found. It should look as follows instead: