All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] CI: fix INHERIT assignment
@ 2022-03-28 11:03 Ross Burton
  2022-03-29  1:40 ` Jon Mason
  0 siblings, 1 reply; 2+ messages in thread
From: Ross Burton @ 2022-03-28 11:03 UTC (permalink / raw)
  To: meta-arm

We were accidentally assigning instead of adding to INHERIT.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 ci/fvp-base.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/fvp-base.yml b/ci/fvp-base.yml
index 43b2f190..037e36ef 100644
--- a/ci/fvp-base.yml
+++ b/ci/fvp-base.yml
@@ -7,7 +7,7 @@ machine: fvp-base
 
 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] 2+ messages in thread

* Re: [PATCH] CI: fix INHERIT assignment
  2022-03-28 11:03 [PATCH] CI: fix INHERIT assignment Ross Burton
@ 2022-03-29  1:40 ` Jon Mason
  0 siblings, 0 replies; 2+ messages in thread
From: Jon Mason @ 2022-03-29  1:40 UTC (permalink / raw)
  To: meta-arm, Ross Burton

On Mon, 28 Mar 2022 12:03:37 +0100, Ross Burton wrote:
> We were accidentally assigning instead of adding to INHERIT.

Applied, thanks!

[1/1] CI: fix INHERIT assignment
      commit: c49d4018285db3fd5c91fe46aaff5a5291332dcc

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


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

end of thread, other threads:[~2022-03-29  1:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-28 11:03 [PATCH] CI: fix INHERIT assignment Ross Burton
2022-03-29  1:40 ` 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.