cip-dev.lists.cip-project.org archive mirror
 help / color / mirror / Atom feed
* [cip-dev] [isar-cip-core 0/2] add security image to ci
@ 2020-07-30  9:10 Venkata Pyla
  2020-07-30  9:10 ` [cip-dev] [isar-cip-core 1/2] opt: Add kas option file for security image Venkata Pyla
  2020-07-30  9:10 ` [cip-dev] [isar-cip-core 2/2] ci: Add " Venkata Pyla
  0 siblings, 2 replies; 5+ messages in thread
From: Venkata Pyla @ 2020-07-30  9:10 UTC (permalink / raw)
  To: jan.kiszka; +Cc: venkata pyla, cip-dev

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

From: venkata pyla <venkata.pyla@toshiba-tsip.com>

Add kas option file for security image
Add security image to ci

venkata pyla (2):
  opt: Add kas option file for security image
  ci: Add security image

 .gitlab-ci.yml       |  3 +++
 README.md            |  2 +-
 kas/opt/security.yml | 14 ++++++++++++++
 3 files changed, 18 insertions(+), 1 deletion(-)
 create mode 100644 kas/opt/security.yml

-- 
2.20.1

The information contained in this e-mail message and in any
attachments/annexure/appendices is confidential to the 
recipient and may contain privileged information. 
If you are not the intended recipient, please notify the
sender and delete the message along with any 
attachments/annexure/appendices. You should not disclose,
copy or otherwise use the information contained in the
message or any annexure. Any views expressed in this e-mail 
are those of the individual sender except where the sender 
specifically states them to be the views of 
Toshiba Software India Pvt. Ltd. (TSIP),Bangalore.

Although this transmission and any attachments are believed to be
free of any virus or other defect that might affect any computer 
system into which it is received and opened, it is the responsibility
of the recipient to ensure that it is virus free and no responsibility 
is accepted by Toshiba Embedded Software India Pvt. Ltd, for any loss or
damage arising in any way from its use.


[-- Attachment #2: Type: text/plain, Size: 419 bytes --]

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#5065): https://lists.cip-project.org/g/cip-dev/message/5065
Mute This Topic: https://lists.cip-project.org/mt/75882937/4520388
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129055/727948398/xyzzy  [cip-dev@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-

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

* [cip-dev] [isar-cip-core 1/2] opt: Add kas option file for security image
  2020-07-30  9:10 [cip-dev] [isar-cip-core 0/2] add security image to ci Venkata Pyla
@ 2020-07-30  9:10 ` Venkata Pyla
  2020-07-30  9:21   ` Jan Kiszka
  2020-07-30  9:10 ` [cip-dev] [isar-cip-core 2/2] ci: Add " Venkata Pyla
  1 sibling, 1 reply; 5+ messages in thread
From: Venkata Pyla @ 2020-07-30  9:10 UTC (permalink / raw)
  To: jan.kiszka; +Cc: venkata pyla, cip-dev

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

From: venkata pyla <venkata.pyla@toshiba-tsip.com>

Signed-off-by: Venkata Pyla <venkata.pyla@toshiba-tsip.com>
---
 README.md            |  2 +-
 kas/opt/security.yml | 14 ++++++++++++++
 2 files changed, 15 insertions(+), 1 deletion(-)
 create mode 100644 kas/opt/security.yml

diff --git a/README.md b/README.md
index 26fbbef..250dbad 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ card, run
 ## Building Security target images
 Building images for QEMU x86-64bit machine
 
-    ./kas-docker --isar build --target cip-core-image-security kas.yml:board-qemu-amd64.yml
+    ./kas-docker --isar build kas-cip.yml:kas/board/qemu-amd64.yml:kas/opt/security.yml
 
 Run the generated securiy images on QEMU (x86-64bit)
 
diff --git a/kas/opt/security.yml b/kas/opt/security.yml
new file mode 100644
index 0000000..237cbeb
--- /dev/null
+++ b/kas/opt/security.yml
@@ -0,0 +1,14 @@
+#
+# CIP Core, generic profile
+#
+# Copyright (c) Toshiba Corporation, 2020
+#
+# Authors:
+#  Venkata Pyla <venkata.pyla@toshiba-tsip.com>
+#
+# SPDX-License-Identifier: MIT
+#
+header:
+  version: 8
+
+target: cip-core-image-security
-- 
2.20.1

The information contained in this e-mail message and in any
attachments/annexure/appendices is confidential to the 
recipient and may contain privileged information. 
If you are not the intended recipient, please notify the
sender and delete the message along with any 
attachments/annexure/appendices. You should not disclose,
copy or otherwise use the information contained in the
message or any annexure. Any views expressed in this e-mail 
are those of the individual sender except where the sender 
specifically states them to be the views of 
Toshiba Software India Pvt. Ltd. (TSIP),Bangalore.

Although this transmission and any attachments are believed to be
free of any virus or other defect that might affect any computer 
system into which it is received and opened, it is the responsibility
of the recipient to ensure that it is virus free and no responsibility 
is accepted by Toshiba Embedded Software India Pvt. Ltd, for any loss or
damage arising in any way from its use.


[-- Attachment #2: Type: text/plain, Size: 419 bytes --]

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#5066): https://lists.cip-project.org/g/cip-dev/message/5066
Mute This Topic: https://lists.cip-project.org/mt/75882938/4520388
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129055/727948398/xyzzy  [cip-dev@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-

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

* [cip-dev] [isar-cip-core 2/2] ci: Add security image
  2020-07-30  9:10 [cip-dev] [isar-cip-core 0/2] add security image to ci Venkata Pyla
  2020-07-30  9:10 ` [cip-dev] [isar-cip-core 1/2] opt: Add kas option file for security image Venkata Pyla
@ 2020-07-30  9:10 ` Venkata Pyla
  1 sibling, 0 replies; 5+ messages in thread
From: Venkata Pyla @ 2020-07-30  9:10 UTC (permalink / raw)
  To: jan.kiszka; +Cc: venkata pyla, cip-dev

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

From: venkata pyla <venkata.pyla@toshiba-tsip.com>

Signed-off-by: Venkata Pyla <venkata.pyla@toshiba-tsip.com>
---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 241b09e..3fe7af2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,3 +27,6 @@ all:
     - sudo rm -rf build/tmp
     - kas build kas-cip.yml:kas/board/rzg2m.yml:kas/opt/rt.yml:kas/opt/targz-img.yml
     - scripts/deploy-cip-core.sh buster hihope-rzg2m renesas/r8a774a1-hihope-rzg2m-ex.dtb
+
+    - sudo rm -rf build/tmp
+    - kas build kas-cip.yml:kas/board/qemu-amd64.yml:kas/opt/security.yml
-- 
2.20.1

The information contained in this e-mail message and in any
attachments/annexure/appendices is confidential to the 
recipient and may contain privileged information. 
If you are not the intended recipient, please notify the
sender and delete the message along with any 
attachments/annexure/appendices. You should not disclose,
copy or otherwise use the information contained in the
message or any annexure. Any views expressed in this e-mail 
are those of the individual sender except where the sender 
specifically states them to be the views of 
Toshiba Software India Pvt. Ltd. (TSIP),Bangalore.

Although this transmission and any attachments are believed to be
free of any virus or other defect that might affect any computer 
system into which it is received and opened, it is the responsibility
of the recipient to ensure that it is virus free and no responsibility 
is accepted by Toshiba Embedded Software India Pvt. Ltd, for any loss or
damage arising in any way from its use.


[-- Attachment #2: Type: text/plain, Size: 419 bytes --]

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#5064): https://lists.cip-project.org/g/cip-dev/message/5064
Mute This Topic: https://lists.cip-project.org/mt/75882936/4520388
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129055/727948398/xyzzy  [cip-dev@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-

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

* Re: [cip-dev] [isar-cip-core 1/2] opt: Add kas option file for security image
  2020-07-30  9:10 ` [cip-dev] [isar-cip-core 1/2] opt: Add kas option file for security image Venkata Pyla
@ 2020-07-30  9:21   ` Jan Kiszka
  2020-07-30  9:34     ` Venkata Pyla
  0 siblings, 1 reply; 5+ messages in thread
From: Jan Kiszka @ 2020-07-30  9:21 UTC (permalink / raw)
  To: venkata.pyla; +Cc: cip-dev

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

On 30.07.20 11:10, venkata.pyla@toshiba-tsip.com wrote:
> From: venkata pyla <venkata.pyla@toshiba-tsip.com>
> 
> Signed-off-by: Venkata Pyla <venkata.pyla@toshiba-tsip.com>

Different capitalization of your name. Only reporting that as my tooling 
detected this mismatch. It checks if signed-off and authorship match.

Both patches applied to next - let's get CI started.

Thanks,
Jan

> ---
>   README.md            |  2 +-
>   kas/opt/security.yml | 14 ++++++++++++++
>   2 files changed, 15 insertions(+), 1 deletion(-)
>   create mode 100644 kas/opt/security.yml
> 
> diff --git a/README.md b/README.md
> index 26fbbef..250dbad 100644
> --- a/README.md
> +++ b/README.md
> @@ -39,7 +39,7 @@ card, run
>   ## Building Security target images
>   Building images for QEMU x86-64bit machine
>   
> -    ./kas-docker --isar build --target cip-core-image-security kas.yml:board-qemu-amd64.yml
> +    ./kas-docker --isar build kas-cip.yml:kas/board/qemu-amd64.yml:kas/opt/security.yml
>   
>   Run the generated securiy images on QEMU (x86-64bit)
>   
> diff --git a/kas/opt/security.yml b/kas/opt/security.yml
> new file mode 100644
> index 0000000..237cbeb
> --- /dev/null
> +++ b/kas/opt/security.yml
> @@ -0,0 +1,14 @@
> +#
> +# CIP Core, generic profile
> +#
> +# Copyright (c) Toshiba Corporation, 2020
> +#
> +# Authors:
> +#  Venkata Pyla <venkata.pyla@toshiba-tsip.com>
> +#
> +# SPDX-License-Identifier: MIT
> +#
> +header:
> +  version: 8
> +
> +target: cip-core-image-security
> 

-- 
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux

[-- Attachment #2: Type: text/plain, Size: 419 bytes --]

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#5068): https://lists.cip-project.org/g/cip-dev/message/5068
Mute This Topic: https://lists.cip-project.org/mt/75882938/4520388
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129055/727948398/xyzzy  [cip-dev@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-

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

* Re: [cip-dev] [isar-cip-core 1/2] opt: Add kas option file for security image
  2020-07-30  9:21   ` Jan Kiszka
@ 2020-07-30  9:34     ` Venkata Pyla
  0 siblings, 0 replies; 5+ messages in thread
From: Venkata Pyla @ 2020-07-30  9:34 UTC (permalink / raw)
  To: cip-dev

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

On Thu, Jul 30, 2020 at 02:51 PM, Jan Kiszka wrote:

>
> On 30.07.20 11:10, venkata.pyla@toshiba-tsip.com wrote:
> > From: venkata pyla <venkata.pyla@toshiba-tsip.com>
> > 
> > Signed-off-by: Venkata Pyla <venkata.pyla@toshiba-tsip.com>
> 
> Different capitalization of your name. Only reporting that as my tooling 
> detected this mismatch. It checks if signed-off and authorship match. 

I will correct this problem thank you.

>
> Both patches applied to next - let's get CI started.

Thank you for applying the patches.

> 
> Thanks,
> Jan
> 
> > ---
> >   README.md            |  2 +-
> >   kas/opt/security.yml | 14 ++++++++++++++
> >   2 files changed, 15 insertions(+), 1 deletion(-)
> >   create mode 100644 kas/opt/security.yml
> > 
> > diff --git a/README.md b/README.md
> > index 26fbbef..250dbad 100644
> > --- a/README.md
> > +++ b/README.md
> > @@ -39,7 +39,7 @@ card, run
> >   ## Building Security target images
> >   Building images for QEMU x86-64bit machine
> >   
> > -    ./kas-docker --isar build --target cip-core-image-security
> kas.yml:board-qemu-amd64.yml
> > +    ./kas-docker --isar build
> kas-cip.yml:kas/board/qemu-amd64.yml:kas/opt/security.yml
> >   
> >   Run the generated securiy images on QEMU (x86-64bit)
> >   
> > diff --git a/kas/opt/security.yml b/kas/opt/security.yml
> > new file mode 100644
> > index 0000000..237cbeb
> > --- /dev/null
> > +++ b/kas/opt/security.yml
> > @@ -0,0 +1,14 @@
> > +#
> > +# CIP Core, generic profile
> > +#
> > +# Copyright (c) Toshiba Corporation, 2020
> > +#
> > +# Authors:
> > +#  Venkata Pyla <venkata.pyla@toshiba-tsip.com>
> > +#
> > +# SPDX-License-Identifier: MIT
> > +#
> > +header:
> > +  version: 8
> > +
> > +target: cip-core-image-security
> > 
> 
> -- 
> Siemens AG, Corporate Technology, CT RDA IOT SES-DE
> Corporate Competence Center Embedded Linux
>

[-- Attachment #2: Type: text/plain, Size: 419 bytes --]

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#5069): https://lists.cip-project.org/g/cip-dev/message/5069
Mute This Topic: https://lists.cip-project.org/mt/75882938/4520388
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129055/727948398/xyzzy  [cip-dev@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-

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

end of thread, other threads:[~2020-07-30  9:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-30  9:10 [cip-dev] [isar-cip-core 0/2] add security image to ci Venkata Pyla
2020-07-30  9:10 ` [cip-dev] [isar-cip-core 1/2] opt: Add kas option file for security image Venkata Pyla
2020-07-30  9:21   ` Jan Kiszka
2020-07-30  9:34     ` Venkata Pyla
2020-07-30  9:10 ` [cip-dev] [isar-cip-core 2/2] ci: Add " Venkata Pyla

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).