Tom Rini
Tom Rini
All of the passwords for the sample keys are provided / documented.
> @trini could you please point me to the password of the IMA sample key? Per [layer.conf](https://github.com/jiazhang0/meta-secure-core/blob/master/meta-signing-key/conf/layer.conf#L51) it's "SecureCore".
The RPM_GPG key is how the IMA signatures are done within the RPM. Perhaps you can expand on the problem you're seeing?
Ah, right, OK, sorry, been too long. For some reason [sign_rpm_ext.bbclas](https://github.com/jiazhang0/meta-secure-core/blob/master/meta-integrity/classes/sign_rpm_ext.bbclass#L6) is where the default password is set. This can be overridden in layer.conf, etc, for customization.
I'll chime in here as we have the use case of having recipes that reference a local tar archive of sources to use, and they can't be easily fetched from...
I'm not super familiar with git lfs either, but, if you point me where to go in kas I'll see if I can get it working.
Any suggestions on how this might be implemented, if someone wanted to make an attempt? Thanks!
> Maybe I missed something from the third commit, but shouldn't this be a submodule? As part of the U-Boot thread on switching to lwIP, there are strong feelings about...
> I suppose CI errors are due to new config options being introduced from import. I think they can be safely ignored as we would like to avoid changes to...
> > The subdirectories for dts files are an issue for u-boot? Why not fix that first? 1 directory really doesn't scale. > > +1 Yes, it would be good...