cip-dev.lists.cip-project.org archive mirror
 help / color / mirror / Atom feed
* [cip-dev][PATCH] Update to kas 3.0
@ 2022-03-07  9:34 Srinuvasan A
  2022-03-07  9:41 ` Jan Kiszka
  2022-03-08 17:03 ` Jan Kiszka
  0 siblings, 2 replies; 7+ messages in thread
From: Srinuvasan A @ 2022-03-07  9:34 UTC (permalink / raw)
  To: cip-dev; +Cc: jan.kiszka, Srinuvasan A

From: Srinuvasan A <srinuvasan_a@mentor.com>

Update to kas 3.0.

Signed-off-by: Srinuvasan A <srinuvasan_a@mentor.com>
---
 .gitlab-ci.yml | 2 +-
 README.md      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c06c783..f573da6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: ghcr.io/siemens/kas/kas-isar:2.6.2
+image: ghcr.io/siemens/kas/kas-isar:3.0
 
 variables:
   GIT_STRATEGY: clone
diff --git a/README.md b/README.md
index f7cb86e..fc4ddbf 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ from scratch.
 
 Install `kas-container` from the [kas project](https://github.com/siemens/kas):
 
-    wget https://raw.githubusercontent.com/siemens/kas/2.6.2/kas-container
+    wget https://raw.githubusercontent.com/siemens/kas/3.0/kas-container
     chmod a+x kas-container
 
 Furthermore, install docker and make sure you have required permissions to
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [cip-dev][PATCH] Update to kas 3.0
  2022-03-07  9:34 [cip-dev][PATCH] Update to kas 3.0 Srinuvasan A
@ 2022-03-07  9:41 ` Jan Kiszka
  2022-03-07 10:09   ` Srinuvasan Arjunan
  2022-03-08 17:03 ` Jan Kiszka
  1 sibling, 1 reply; 7+ messages in thread
From: Jan Kiszka @ 2022-03-07  9:41 UTC (permalink / raw)
  To: Srinuvasan A, cip-dev

On 07.03.22 10:34, Srinuvasan A wrote:
> From: Srinuvasan A <srinuvasan_a@mentor.com>
> 
> Update to kas 3.0.
> 
> Signed-off-by: Srinuvasan A <srinuvasan_a@mentor.com>
> ---
>  .gitlab-ci.yml | 2 +-
>  README.md      | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index c06c783..f573da6 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -1,4 +1,4 @@
> -image: ghcr.io/siemens/kas/kas-isar:2.6.2
> +image: ghcr.io/siemens/kas/kas-isar:3.0
>  
>  variables:
>    GIT_STRATEGY: clone
> diff --git a/README.md b/README.md
> index f7cb86e..fc4ddbf 100644
> --- a/README.md
> +++ b/README.md
> @@ -12,7 +12,7 @@ from scratch.
>  
>  Install `kas-container` from the [kas project](https://github.com/siemens/kas):
>  
> -    wget https://raw.githubusercontent.com/siemens/kas/2.6.2/kas-container
> +    wget https://raw.githubusercontent.com/siemens/kas/3.0/kas-container
>      chmod a+x kas-container
>  
>  Furthermore, install docker and make sure you have required permissions to

Please test before you submit: We have an open issue with kas-isar:3.0.

Jan

-- 
Siemens AG, Technology
Competence Center Embedded Linux


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [cip-dev][PATCH] Update to kas 3.0
  2022-03-07  9:41 ` Jan Kiszka
@ 2022-03-07 10:09   ` Srinuvasan Arjunan
  2022-03-07 12:43     ` Jan Kiszka
  0 siblings, 1 reply; 7+ messages in thread
From: Srinuvasan Arjunan @ 2022-03-07 10:09 UTC (permalink / raw)
  To: cip-dev; +Cc: Srinuvasan A

[-- Attachment #1: Type: text/plain, Size: 2677 bytes --]

On Mon, Mar 7, 2022 at 3:11 PM Jan Kiszka <jan.kiszka@siemens.com> wrote:

> On 07.03.22 10:34, Srinuvasan A wrote:
> > From: Srinuvasan A <srinuvasan_a@mentor.com>
> >
> > Update to kas 3.0.
> >
> > Signed-off-by: Srinuvasan A <srinuvasan_a@mentor.com>
> > ---
> >  .gitlab-ci.yml | 2 +-
> >  README.md      | 2 +-
> >  2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> > index c06c783..f573da6 100644
> > --- a/.gitlab-ci.yml
> > +++ b/.gitlab-ci.yml
> > @@ -1,4 +1,4 @@
> > -image: ghcr.io/siemens/kas/kas-isar:2.6.2
> > +image: ghcr.io/siemens/kas/kas-isar:3.0
> >
> >  variables:
> >    GIT_STRATEGY: clone
> > diff --git a/README.md b/README.md
> > index f7cb86e..fc4ddbf 100644
> > --- a/README.md
> > +++ b/README.md
> > @@ -12,7 +12,7 @@ from scratch.
> >
> >  Install `kas-container` from the [kas project](
> https://github.com/siemens/kas):
> >
> > -    wget
> https://raw.githubusercontent.com/siemens/kas/2.6.2/kas-container
> > +    wget
> https://raw.githubusercontent.com/siemens/kas/3.0/kas-container
> >      chmod a+x kas-container
> >
> >  Furthermore, install docker and make sure you have required permissions
> to
>
> Please test before you submit: We have an open issue with kas-isar:3.0.
>

  I did a build and verified the pipeline in KAS github, It seems okay, but
when i trigger the build i was able to see some logs related to sbuild
Adding user `builder' to group `sbuild' ...
Adding user builder to group sbuild
Done.

# Setup tasks for sudo users:

# BUILD
# HOME directory in chroot, user:sbuild, 0770 perms, from
# passwd/group copying to chroot, filtered
# Maybe source 50sbuild, or move into common location.

Next, copy the example sbuildrc file to the home directory of each user and
set the variables for your system:

  cp /usr/share/doc/sbuild/examples/example.sbuildrc /builder/.sbuildrc

Now try a build:

  cd /path/to/source
  sbuild-update -ud <distribution>
  (or "sbuild-apt <distribution> apt-get -f install"
       first if the chroot is broken)
  sbuild -d <distribution> <package>_<version>

 Might be i missed the open issue things

thanks,
Srinuvasan.A


> Jan
>
> --
> Siemens AG, Technology
> Competence Center Embedded Linux
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#7662):
> https://lists.cip-project.org/g/cip-dev/message/7662
> Mute This Topic: https://lists.cip-project.org/mt/89608460/5367685
> Group Owner: cip-dev+owner@lists.cip-project.org
> Unsubscribe:
> https://lists.cip-project.org/g/cip-dev/leave/9347598/5367685/1965380532/xyzzy
> [srinuvasanasv@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

[-- Attachment #2: Type: text/html, Size: 4679 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [cip-dev][PATCH] Update to kas 3.0
  2022-03-07 10:09   ` Srinuvasan Arjunan
@ 2022-03-07 12:43     ` Jan Kiszka
  0 siblings, 0 replies; 7+ messages in thread
From: Jan Kiszka @ 2022-03-07 12:43 UTC (permalink / raw)
  To: Srinuvasan Arjunan, cip-dev; +Cc: Srinuvasan A

On 07.03.22 11:09, Srinuvasan Arjunan wrote:
> 
> 
> On Mon, Mar 7, 2022 at 3:11 PM Jan Kiszka <jan.kiszka@siemens.com
> <mailto:jan.kiszka@siemens.com>> wrote:
> 
>     On 07.03.22 10:34, Srinuvasan A wrote:
>     > From: Srinuvasan A <srinuvasan_a@mentor.com
>     <mailto:srinuvasan_a@mentor.com>>
>     >
>     > Update to kas 3.0.
>     >
>     > Signed-off-by: Srinuvasan A <srinuvasan_a@mentor.com
>     <mailto:srinuvasan_a@mentor.com>>
>     > ---
>     >  .gitlab-ci.yml | 2 +-
>     >  README.md      | 2 +-
>     >  2 files changed, 2 insertions(+), 2 deletions(-)
>     >
>     > diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
>     > index c06c783..f573da6 100644
>     > --- a/.gitlab-ci.yml
>     > +++ b/.gitlab-ci.yml
>     > @@ -1,4 +1,4 @@
>     > -image: ghcr.io/siemens/kas/kas-isar:2.6.2
>     <http://ghcr.io/siemens/kas/kas-isar:2.6.2>
>     > +image: ghcr.io/siemens/kas/kas-isar:3.0
>     <http://ghcr.io/siemens/kas/kas-isar:3.0>
>     > 
>     >  variables:
>     >    GIT_STRATEGY: clone
>     > diff --git a/README.md b/README.md
>     > index f7cb86e..fc4ddbf 100644
>     > --- a/README.md
>     > +++ b/README.md
>     > @@ -12,7 +12,7 @@ from scratch.
>     > 
>     >  Install `kas-container` from the [kas
>     project](https://github.com/siemens/kas
>     <https://github.com/siemens/kas>):
>     > 
>     > -    wget
>     https://raw.githubusercontent.com/siemens/kas/2.6.2/kas-container
>     <https://raw.githubusercontent.com/siemens/kas/2.6.2/kas-container>
>     > +    wget
>     https://raw.githubusercontent.com/siemens/kas/3.0/kas-container
>     <https://raw.githubusercontent.com/siemens/kas/3.0/kas-container>
>     >      chmod a+x kas-container
>     > 
>     >  Furthermore, install docker and make sure you have required
>     permissions to
> 
>     Please test before you submit: We have an open issue with kas-isar:3.0.
> 
> 
>   I did a build and verified the pipeline in KAS github, It seems okay,
> but when i trigger the build i was able to see some logs related to sbuild
> Adding user `builder' to group `sbuild' ...
> Adding user builder to group sbuild
> Done.
> 
> # Setup tasks for sudo users:
> 
> # BUILD
> # HOME directory in chroot, user:sbuild, 0770 perms, from
> # passwd/group copying to chroot, filtered
> # Maybe source 50sbuild, or move into common location.
> 
> Next, copy the example sbuildrc file to the home directory of each user and
> set the variables for your system:
> 
>   cp /usr/share/doc/sbuild/examples/example.sbuildrc /builder/.sbuildrc
> 
> Now try a build:
> 
>   cd /path/to/source
>   sbuild-update -ud <distribution>
>   (or "sbuild-apt <distribution> apt-get -f install"
>        first if the chroot is broken)
>   sbuild -d <distribution> <package>_<version>
>  
>  Might be i missed the open issue things

That warning is just a cosmetic issue, but I plan to fix it with 3.0.1
this week. The actual issue was (now fixed in next) that swupdate images
did not build. CI would have revealed it as well, but I happened to
notice this already on Friday during EFI Boot Guard experiments.

Jan

-- 
Siemens AG, Technology
Competence Center Embedded Linux


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [cip-dev][PATCH] Update to kas 3.0
  2022-03-07  9:34 [cip-dev][PATCH] Update to kas 3.0 Srinuvasan A
  2022-03-07  9:41 ` Jan Kiszka
@ 2022-03-08 17:03 ` Jan Kiszka
  2022-03-09  8:19   ` [cip-dev][isar-cip-core][PATCH] Update to kas 3.0.2 Srinuvasan A
  1 sibling, 1 reply; 7+ messages in thread
From: Jan Kiszka @ 2022-03-08 17:03 UTC (permalink / raw)
  To: Srinuvasan A, cip-dev

On 07.03.22 10:34, Srinuvasan A wrote:
> From: Srinuvasan A <srinuvasan_a@mentor.com>
> 
> Update to kas 3.0.
> 
> Signed-off-by: Srinuvasan A <srinuvasan_a@mentor.com>
> ---
>  .gitlab-ci.yml | 2 +-
>  README.md      | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index c06c783..f573da6 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -1,4 +1,4 @@
> -image: ghcr.io/siemens/kas/kas-isar:2.6.2
> +image: ghcr.io/siemens/kas/kas-isar:3.0
>  
>  variables:
>    GIT_STRATEGY: clone
> diff --git a/README.md b/README.md
> index f7cb86e..fc4ddbf 100644
> --- a/README.md
> +++ b/README.md
> @@ -12,7 +12,7 @@ from scratch.
>  
>  Install `kas-container` from the [kas project](https://github.com/siemens/kas):
>  
> -    wget https://raw.githubusercontent.com/siemens/kas/2.6.2/kas-container
> +    wget https://raw.githubusercontent.com/siemens/kas/3.0/kas-container
>      chmod a+x kas-container
>  
>  Furthermore, install docker and make sure you have required permissions to

Please give kas 3.0.2 now a try. It should finally work without
undesired side-effects.

Thanks,
Jan

-- 
Siemens AG, Technology
Competence Center Embedded Linux


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [cip-dev][isar-cip-core][PATCH] Update to kas 3.0.2
  2022-03-08 17:03 ` Jan Kiszka
@ 2022-03-09  8:19   ` Srinuvasan A
  2022-03-09  8:32     ` Jan Kiszka
  0 siblings, 1 reply; 7+ messages in thread
From: Srinuvasan A @ 2022-03-09  8:19 UTC (permalink / raw)
  To: cip-dev, jan.kiszka; +Cc: Srinuvasan A

From: Srinuvasan A <srinuvasan_a@mentor.com>

Update to kas 3.0.2.

Signed-off-by: Srinuvasan A <srinuvasan_a@mentor.com>
---
 .gitlab-ci.yml | 2 +-
 README.md      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c06c783..e2ed919 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: ghcr.io/siemens/kas/kas-isar:2.6.2
+image: ghcr.io/siemens/kas/kas-isar:3.0.2
 
 variables:
   GIT_STRATEGY: clone
diff --git a/README.md b/README.md
index f7cb86e..ff973c5 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ from scratch.
 
 Install `kas-container` from the [kas project](https://github.com/siemens/kas):
 
-    wget https://raw.githubusercontent.com/siemens/kas/2.6.2/kas-container
+    wget https://raw.githubusercontent.com/siemens/kas/3.0.2/kas-container
     chmod a+x kas-container
 
 Furthermore, install docker and make sure you have required permissions to
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [cip-dev][isar-cip-core][PATCH] Update to kas 3.0.2
  2022-03-09  8:19   ` [cip-dev][isar-cip-core][PATCH] Update to kas 3.0.2 Srinuvasan A
@ 2022-03-09  8:32     ` Jan Kiszka
  0 siblings, 0 replies; 7+ messages in thread
From: Jan Kiszka @ 2022-03-09  8:32 UTC (permalink / raw)
  To: Srinuvasan A, cip-dev

On 09.03.22 09:19, Srinuvasan A wrote:
> From: Srinuvasan A <srinuvasan_a@mentor.com>
> 
> Update to kas 3.0.2.
> 
> Signed-off-by: Srinuvasan A <srinuvasan_a@mentor.com>
> ---
>  .gitlab-ci.yml | 2 +-
>  README.md      | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index c06c783..e2ed919 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -1,4 +1,4 @@
> -image: ghcr.io/siemens/kas/kas-isar:2.6.2
> +image: ghcr.io/siemens/kas/kas-isar:3.0.2
>  
>  variables:
>    GIT_STRATEGY: clone
> diff --git a/README.md b/README.md
> index f7cb86e..ff973c5 100644
> --- a/README.md
> +++ b/README.md
> @@ -12,7 +12,7 @@ from scratch.
>  
>  Install `kas-container` from the [kas project](https://github.com/siemens/kas):
>  
> -    wget https://raw.githubusercontent.com/siemens/kas/2.6.2/kas-container
> +    wget https://raw.githubusercontent.com/siemens/kas/3.0.2/kas-container
>      chmod a+x kas-container
>  
>  Furthermore, install docker and make sure you have required permissions to

Thanks, applied.

Jan

-- 
Siemens AG, Technology
Competence Center Embedded Linux


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-03-09  8:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-07  9:34 [cip-dev][PATCH] Update to kas 3.0 Srinuvasan A
2022-03-07  9:41 ` Jan Kiszka
2022-03-07 10:09   ` Srinuvasan Arjunan
2022-03-07 12:43     ` Jan Kiszka
2022-03-08 17:03 ` Jan Kiszka
2022-03-09  8:19   ` [cip-dev][isar-cip-core][PATCH] Update to kas 3.0.2 Srinuvasan A
2022-03-09  8:32     ` Jan Kiszka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).