cip-dev.lists.cip-project.org archive mirror
 help / color / mirror / Atom feed
* [cip-dev] [PATCH] kas: Pull common target out of board files
@ 2020-07-30  9:36 Jan Kiszka
  2020-07-30  9:37 ` Jan Kiszka
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2020-07-30  9:36 UTC (permalink / raw)
  To: cip-dev

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

From: Jan Kiszka <jan.kiszka@siemens.com>

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 kas-cip.yml                   | 1 +
 kas/board/bbb.yml             | 1 -
 kas/board/iwg20m.yml          | 1 -
 kas/board/qemu-amd64.yml      | 1 -
 kas/board/rzg2m.yml           | 1 -
 kas/board/simatic-ipc227e.yml | 1 -
 6 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/kas-cip.yml b/kas-cip.yml
index 0da07db..f4edd0f 100644
--- a/kas-cip.yml
+++ b/kas-cip.yml
@@ -13,6 +13,7 @@ header:
   version: 8
 
 distro: cip-core-buster
+target: cip-core-image
 
 repos:
   cip-core:
diff --git a/kas/board/bbb.yml b/kas/board/bbb.yml
index 08e9ec0..fc8dbbe 100644
--- a/kas/board/bbb.yml
+++ b/kas/board/bbb.yml
@@ -13,4 +13,3 @@ header:
   version: 8
 
 machine: bbb
-target: cip-core-image
diff --git a/kas/board/iwg20m.yml b/kas/board/iwg20m.yml
index fbb2a2e..3def3af 100644
--- a/kas/board/iwg20m.yml
+++ b/kas/board/iwg20m.yml
@@ -13,4 +13,3 @@ header:
   version: 8
 
 machine: iwg20m
-target: cip-core-image
diff --git a/kas/board/qemu-amd64.yml b/kas/board/qemu-amd64.yml
index 8b6a3ac..02e99ba 100644
--- a/kas/board/qemu-amd64.yml
+++ b/kas/board/qemu-amd64.yml
@@ -13,4 +13,3 @@ header:
   version: 8
 
 machine: qemu-amd64
-target: cip-core-image
diff --git a/kas/board/rzg2m.yml b/kas/board/rzg2m.yml
index f68c7b8..bbef122 100644
--- a/kas/board/rzg2m.yml
+++ b/kas/board/rzg2m.yml
@@ -13,4 +13,3 @@ header:
   version: 8
 
 machine: hihope-rzg2m
-target: cip-core-image
diff --git a/kas/board/simatic-ipc227e.yml b/kas/board/simatic-ipc227e.yml
index 25db755..a2c6965 100644
--- a/kas/board/simatic-ipc227e.yml
+++ b/kas/board/simatic-ipc227e.yml
@@ -13,4 +13,3 @@ header:
   version: 8
 
 machine: simatic-ipc227e
-target: cip-core-image
-- 
2.26.2

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

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

View/Reply Online (#5071): https://lists.cip-project.org/g/cip-dev/message/5071
Mute This Topic: https://lists.cip-project.org/mt/75883195/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] 2+ messages in thread

* Re: [cip-dev] [PATCH] kas: Pull common target out of board files
  2020-07-30  9:36 [cip-dev] [PATCH] kas: Pull common target out of board files Jan Kiszka
@ 2020-07-30  9:37 ` Jan Kiszka
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Kiszka @ 2020-07-30  9:37 UTC (permalink / raw)
  To: cip-dev

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

Oops, should have been tagged with "isar-cip-core".

Jan

On 30.07.20 11:36, Jan Kiszka wrote:
> From: Jan Kiszka <jan.kiszka@siemens.com>
> 
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
> ---
>   kas-cip.yml                   | 1 +
>   kas/board/bbb.yml             | 1 -
>   kas/board/iwg20m.yml          | 1 -
>   kas/board/qemu-amd64.yml      | 1 -
>   kas/board/rzg2m.yml           | 1 -
>   kas/board/simatic-ipc227e.yml | 1 -
>   6 files changed, 1 insertion(+), 5 deletions(-)
> 
> diff --git a/kas-cip.yml b/kas-cip.yml
> index 0da07db..f4edd0f 100644
> --- a/kas-cip.yml
> +++ b/kas-cip.yml
> @@ -13,6 +13,7 @@ header:
>     version: 8
>   
>   distro: cip-core-buster
> +target: cip-core-image
>   
>   repos:
>     cip-core:
> diff --git a/kas/board/bbb.yml b/kas/board/bbb.yml
> index 08e9ec0..fc8dbbe 100644
> --- a/kas/board/bbb.yml
> +++ b/kas/board/bbb.yml
> @@ -13,4 +13,3 @@ header:
>     version: 8
>   
>   machine: bbb
> -target: cip-core-image
> diff --git a/kas/board/iwg20m.yml b/kas/board/iwg20m.yml
> index fbb2a2e..3def3af 100644
> --- a/kas/board/iwg20m.yml
> +++ b/kas/board/iwg20m.yml
> @@ -13,4 +13,3 @@ header:
>     version: 8
>   
>   machine: iwg20m
> -target: cip-core-image
> diff --git a/kas/board/qemu-amd64.yml b/kas/board/qemu-amd64.yml
> index 8b6a3ac..02e99ba 100644
> --- a/kas/board/qemu-amd64.yml
> +++ b/kas/board/qemu-amd64.yml
> @@ -13,4 +13,3 @@ header:
>     version: 8
>   
>   machine: qemu-amd64
> -target: cip-core-image
> diff --git a/kas/board/rzg2m.yml b/kas/board/rzg2m.yml
> index f68c7b8..bbef122 100644
> --- a/kas/board/rzg2m.yml
> +++ b/kas/board/rzg2m.yml
> @@ -13,4 +13,3 @@ header:
>     version: 8
>   
>   machine: hihope-rzg2m
> -target: cip-core-image
> diff --git a/kas/board/simatic-ipc227e.yml b/kas/board/simatic-ipc227e.yml
> index 25db755..a2c6965 100644
> --- a/kas/board/simatic-ipc227e.yml
> +++ b/kas/board/simatic-ipc227e.yml
> @@ -13,4 +13,3 @@ header:
>     version: 8
>   
>   machine: simatic-ipc227e
> -target: cip-core-image
> 
> 
> 
> 


-- 
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 (#5072): https://lists.cip-project.org/g/cip-dev/message/5072
Mute This Topic: https://lists.cip-project.org/mt/75883195/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] 2+ messages in thread

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-30  9:36 [cip-dev] [PATCH] kas: Pull common target out of board files Jan Kiszka
2020-07-30  9:37 ` 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).