According to the docs if you'd like to include intermediate certificates you have to use --intermediate=your/cert/here.pem, but the bundle.bbclass does not provide such option.
One could misuse the BUNDLE_ARGS variable to acomplish this.
I propose a RAUC_INTERMEDIATE_FILE (or RAUC_INTER_FILE for short, although I'd like to see the longer version) that will automatically add an intermediate file to the rauc bundle command.
According to the docs if you'd like to include intermediate certificates you have to use
--intermediate=your/cert/here.pem, but thebundle.bbclassdoes not provide such option.One could misuse the
BUNDLE_ARGSvariable to acomplish this.I propose a
RAUC_INTERMEDIATE_FILE(orRAUC_INTER_FILEfor short, although I'd like to see the longer version) that will automatically add an intermediate file to therauc bundlecommand.