Message ID | 20240429052417.736212-1-kumar.rakesh@siemens.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [v1] update ISAR to latest version | expand |
On 29.04.24 07:24, Rakesh Kumar wrote: > 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..b098dc0 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: 55833bb33a04fc93eec1c325ee72c298b5bbb802 > layers: > meta: > I guess you meant "PATCH v2" ;) Thanks, applied. Jan
On 29.04.24 14:06, Jan Kiszka wrote: > On 29.04.24 07:24, Rakesh Kumar wrote: >> 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..b098dc0 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: 55833bb33a04fc93eec1c325ee72c298b5bbb802 >> layers: >> meta: >> > > I guess you meant "PATCH v2" ;) > > Thanks, applied. > Dropped again - we need to resolve the duplicate provides in lock-step with bumping the isar revision, or the build breaks in between. Please send a corresponding patch. Jan
diff --git a/kas-cip.yml b/kas-cip.yml index 2c3c8b0..b098dc0 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: 55833bb33a04fc93eec1c325ee72c298b5bbb802 layers: meta:
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(-)