Message ID | 20200730091022.602-2-venkata.pyla@toshiba-tsip.com (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | add security image to ci | expand |
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 >
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 > -=-=-=-=-=-=-=-=-=-=-=- 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/4520428 Group Owner: cip-dev+owner@lists.cip-project.org Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129116/1171672734/xyzzy [patchwork-cip-dev@patchwork.kernel.org] -=-=-=-=-=-=-=-=-=-=-=-
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