All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] corstone1000: branches alignment on master
@ 2022-05-23 11:44 abdellatif.elkhlifi
  2022-05-23 11:44 ` [PATCH 1/2] kas: corstone1000: drop use of meta-arm-image abdellatif.elkhlifi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: abdellatif.elkhlifi @ 2022-05-23 11:44 UTC (permalink / raw)
  To: meta-arm, Ross.Burton, Vishnu.Banavath; +Cc: nd, Abdellatif El Khlifi

From: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>

Dropping use of meta-arm-image and FVP script in the CI kas folder

Abdellatif El Khlifi (2):
  kas: corstone1000: drop use of meta-arm-image
  kas: corstone1000: drop the use of the FVP script

 kas/corstone1000-base.yml | 4 ----
 kas/corstone1000-fvp.yml  | 7 -------
 2 files changed, 11 deletions(-)

-- 
2.17.1



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

* [PATCH 1/2] kas: corstone1000: drop use of meta-arm-image
  2022-05-23 11:44 [PATCH 0/2] corstone1000: branches alignment on master abdellatif.elkhlifi
@ 2022-05-23 11:44 ` abdellatif.elkhlifi
  2022-05-23 11:44 ` [PATCH 2/2] kas: corstone1000: drop the use of the FVP script abdellatif.elkhlifi
  2022-05-23 15:42 ` [PATCH 0/2] corstone1000: branches alignment on master Jon Mason
  2 siblings, 0 replies; 4+ messages in thread
From: abdellatif.elkhlifi @ 2022-05-23 11:44 UTC (permalink / raw)
  To: meta-arm, Ross.Burton, Vishnu.Banavath
  Cc: nd, Abdellatif El Khlifi, Harry Moulton

From: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>

meta-arm-image is no longer supported.

Signed-off-by: Harry Moulton <harry.moulton@arm.com>
Signed-off-by: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
---
 kas/corstone1000-base.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/kas/corstone1000-base.yml b/kas/corstone1000-base.yml
index 64e3aaf1..21e5280a 100644
--- a/kas/corstone1000-base.yml
+++ b/kas/corstone1000-base.yml
@@ -29,10 +29,6 @@ repos:
       meta-oe:
       meta-python:
 
-  meta-arm-image:
-     url: https://git.gitlab.arm.com/arm-reference-solutions/meta-arm-image.git
-     refspec: 9f611833ef58394b707836d69356c4e27d0265fc 
-
 local_conf_header:
   base: |
     CONF_VERSION = "2"
-- 
2.17.1



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

* [PATCH 2/2] kas: corstone1000: drop the use of the FVP script
  2022-05-23 11:44 [PATCH 0/2] corstone1000: branches alignment on master abdellatif.elkhlifi
  2022-05-23 11:44 ` [PATCH 1/2] kas: corstone1000: drop use of meta-arm-image abdellatif.elkhlifi
@ 2022-05-23 11:44 ` abdellatif.elkhlifi
  2022-05-23 15:42 ` [PATCH 0/2] corstone1000: branches alignment on master Jon Mason
  2 siblings, 0 replies; 4+ messages in thread
From: abdellatif.elkhlifi @ 2022-05-23 11:44 UTC (permalink / raw)
  To: meta-arm, Ross.Burton, Vishnu.Banavath; +Cc: nd, Abdellatif El Khlifi

From: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>

FVP script is replaced with the runfvp command.

Signed-off-by: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
---
 kas/corstone1000-fvp.yml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/kas/corstone1000-fvp.yml b/kas/corstone1000-fvp.yml
index 3b0bbcaf..d0d10a73 100644
--- a/kas/corstone1000-fvp.yml
+++ b/kas/corstone1000-fvp.yml
@@ -3,13 +3,6 @@ header:
   includes:
     - kas/corstone1000-base.yml
 
-repos:
-  run-scripts:
-     url: https://git.gitlab.arm.com/arm-reference-solutions/model-scripts.git
-     refspec: b40b4227fe6b6fc8e4b688db8928f4be76e94eb7
-     layers:
-      .: 'excluded'
-
 machine: corstone1000-fvp
 
 local_conf_header:
-- 
2.17.1



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

* Re: [PATCH 0/2] corstone1000: branches alignment on master
  2022-05-23 11:44 [PATCH 0/2] corstone1000: branches alignment on master abdellatif.elkhlifi
  2022-05-23 11:44 ` [PATCH 1/2] kas: corstone1000: drop use of meta-arm-image abdellatif.elkhlifi
  2022-05-23 11:44 ` [PATCH 2/2] kas: corstone1000: drop the use of the FVP script abdellatif.elkhlifi
@ 2022-05-23 15:42 ` Jon Mason
  2 siblings, 0 replies; 4+ messages in thread
From: Jon Mason @ 2022-05-23 15:42 UTC (permalink / raw)
  To: meta-arm, abdellatif.elkhlifi, Ross.Burton, Vishnu.Banavath; +Cc: nd

On Mon, 23 May 2022 12:44:29 +0100, abdellatif.elkhlifi@arm.com wrote:
> Dropping use of meta-arm-image and FVP script in the CI kas folder
> 
> Abdellatif El Khlifi (2):
>   kas: corstone1000: drop use of meta-arm-image
>   kas: corstone1000: drop the use of the FVP script
> 
>  kas/corstone1000-base.yml | 4 ----
>  kas/corstone1000-fvp.yml  | 7 -------
>  2 files changed, 11 deletions(-)

Applied, thanks!

[1/2] kas: corstone1000: drop use of meta-arm-image
      (no commit info)
[2/2] kas: corstone1000: drop the use of the FVP script
      commit: 93cf02a8213c5e2d2edafbcd47ff571941ad0bcc

Best regards,
-- 
Jon Mason <jon.mason@arm.com>


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

end of thread, other threads:[~2022-05-23 17:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-23 11:44 [PATCH 0/2] corstone1000: branches alignment on master abdellatif.elkhlifi
2022-05-23 11:44 ` [PATCH 1/2] kas: corstone1000: drop use of meta-arm-image abdellatif.elkhlifi
2022-05-23 11:44 ` [PATCH 2/2] kas: corstone1000: drop the use of the FVP script abdellatif.elkhlifi
2022-05-23 15:42 ` [PATCH 0/2] corstone1000: branches alignment on master Jon Mason

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.