When setting RAUC_KEY_FILE to a pkcs11 uri, I get
WARNING: Unable to get checksum for system-bundle SRC_URI entry pkcs11: [Errno 2] No such file or directory: 'pkcs11'
which is rather confusing at first since there's no SRC_URI elements at all in the recipe. However, I think I tracked down the root cause (and SRC_URI just happens to be hard-coded in the error message) to be in bitbake code, and I've sent a patch: https://lore.kernel.org/bitbake-devel/20260513105549.527210-1-ravi@prevas.dk/T/#u .
I don't know if there's anything that can or needs to be done in meta-rauc, but I am unsure whether the hard-coded :False is actually correct in the case where one does point at real files.
When setting RAUC_KEY_FILE to a pkcs11 uri, I get
which is rather confusing at first since there's no SRC_URI elements at all in the recipe. However, I think I tracked down the root cause (and SRC_URI just happens to be hard-coded in the error message) to be in bitbake code, and I've sent a patch: https://lore.kernel.org/bitbake-devel/20260513105549.527210-1-ravi@prevas.dk/T/#u .
I don't know if there's anything that can or needs to be done in meta-rauc, but I am unsure whether the hard-coded
:Falseis actually correct in the case where one does point at real files.