meta-arm.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] CI: append classes to INHERIT in the common fvp.yml
@ 2023-03-03 16:09 abdellatif.elkhlifi
  2023-03-03 16:09 ` [PATCH 1/1] " abdellatif.elkhlifi
  2023-03-04 16:59 ` [PATCH 0/1] " Jon Mason
  0 siblings, 2 replies; 3+ messages in thread
From: abdellatif.elkhlifi @ 2023-03-03 16:09 UTC (permalink / raw)
  To: meta-arm, Ross.Burton; +Cc: nd, Abdellatif El Khlifi

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

Making sure INHERIT in fvp.yml uses a += rather than =

Abdellatif El Khlifi (1):
  CI: append classes to INHERIT in the common fvp.yml

 ci/fvp.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.25.1



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

* [PATCH 1/1] CI: append classes to INHERIT in the common fvp.yml
  2023-03-03 16:09 [PATCH 0/1] CI: append classes to INHERIT in the common fvp.yml abdellatif.elkhlifi
@ 2023-03-03 16:09 ` abdellatif.elkhlifi
  2023-03-04 16:59 ` [PATCH 0/1] " Jon Mason
  1 sibling, 0 replies; 3+ messages in thread
From: abdellatif.elkhlifi @ 2023-03-03 16:09 UTC (permalink / raw)
  To: meta-arm, Ross.Burton; +Cc: nd, Abdellatif El Khlifi

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

appending classes garantees no previous values are overriden

Signed-off-by: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
---
 ci/fvp.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/fvp.yml b/ci/fvp.yml
index a12c621e..a8f8dfc0 100644
--- a/ci/fvp.yml
+++ b/ci/fvp.yml
@@ -3,7 +3,7 @@ header:
 
 local_conf_header:
   testimagefvp: |
-    INHERIT = "fvpboot"
+    INHERIT += "fvpboot"
     # This fails but we can't add to the ignorelist from meta-arm yet
     # https://bugzilla.yoctoproject.org/show_bug.cgi?id=14604
     TEST_SUITES:remove = "parselogs"
-- 
2.25.1



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

* Re: [PATCH 0/1] CI: append classes to INHERIT in the common fvp.yml
  2023-03-03 16:09 [PATCH 0/1] CI: append classes to INHERIT in the common fvp.yml abdellatif.elkhlifi
  2023-03-03 16:09 ` [PATCH 1/1] " abdellatif.elkhlifi
@ 2023-03-04 16:59 ` Jon Mason
  1 sibling, 0 replies; 3+ messages in thread
From: Jon Mason @ 2023-03-04 16:59 UTC (permalink / raw)
  To: meta-arm, abdellatif.elkhlifi, Ross.Burton; +Cc: nd

On Fri, 3 Mar 2023 16:09:47 +0000, abdellatif.elkhlifi@arm.com wrote:
> Making sure INHERIT in fvp.yml uses a += rather than =
> 
> Abdellatif El Khlifi (1):
>   CI: append classes to INHERIT in the common fvp.yml
> 
>  ci/fvp.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks!

[1/1] CI: append classes to INHERIT in the common fvp.yml
      commit: 27125aff1ca33644ba61de186cc1991db10b4ece

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


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

end of thread, other threads:[~2023-03-04 16:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-03 16:09 [PATCH 0/1] CI: append classes to INHERIT in the common fvp.yml abdellatif.elkhlifi
2023-03-03 16:09 ` [PATCH 1/1] " abdellatif.elkhlifi
2023-03-04 16:59 ` [PATCH 0/1] " Jon Mason

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