Message ID | 20240425092608.685136-1-kumar.rakesh@siemens.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | [isar-cip-core] update ISAR to latest version | expand |
On 25.04.24 11:26, Rakesh Kumar wrote: > Update the isar to get the latest changes into cip-core. > One of the changes is DEBIAN_PROVIDES, which is required to > resolve the duplicate Provides problem in secure-boot-secrets > to ensure that the build process completes successfully. > > Signed-off-by: Rakesh Kumar <kumar.rakesh@siemens.com> > --- > kas-cip.yml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/kas-cip.yml b/kas-cip.yml > index 2c3c8b0..8a83951 100644 > --- a/kas-cip.yml > +++ b/kas-cip.yml > @@ -22,7 +22,7 @@ repos: > > isar: > url: https://github.com/ilbers/isar.git > - commit: 9dc362cd7115074c0f60843e687ed89db5c9339a > + commit: 3327e66994e1a487eb1b609902c12f383faa3b3a This is current master. I suppose we could even include current next to have Felix' snapshot changes for reproducibility available as well. Jan
diff --git a/kas-cip.yml b/kas-cip.yml index 2c3c8b0..8a83951 100644 --- a/kas-cip.yml +++ b/kas-cip.yml @@ -22,7 +22,7 @@ repos: isar: url: https://github.com/ilbers/isar.git - commit: 9dc362cd7115074c0f60843e687ed89db5c9339a + commit: 3327e66994e1a487eb1b609902c12f383faa3b3a layers: meta:
Update the isar to get the latest changes into cip-core. One of the changes is DEBIAN_PROVIDES, which is required to resolve the duplicate Provides problem in secure-boot-secrets to ensure that the build process completes successfully. Signed-off-by: Rakesh Kumar <kumar.rakesh@siemens.com> --- kas-cip.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)