Message ID | 20230420125233.1918925-6-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [1/6] arm/trusted-firmware-m: add the tf-m-extras repository that some machines need | expand |
On Thu, Apr 20, 2023 at 01:52:33PM +0100, Ross Burton wrote: > Signed-off-by: Ross Burton <ross.burton@arm.com> A slight rework of this patch was needed to apply cleanly on top of the tc1 patches pushed a few minutes prior to this series. The modified patch can be seen at https://gitlab.com/jonmason00/meta-arm/-/commit/ea407ce849f7f181f5b43a2495436a720a32cbef Thanks, Jon > --- > ci/tc1.yml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/ci/tc1.yml b/ci/tc1.yml > index fd9acbd2..d9a7cbfc 100644 > --- a/ci/tc1.yml > +++ b/ci/tc1.yml > @@ -2,8 +2,10 @@ header: > version: 11 > includes: > - ci/base.yml > + - ci/meta-openembedded.yml > > machine: tc1 > > target: > - tc-artifacts-image > + - trusted-firmware-m > -- > 2.34.1 > >
diff --git a/ci/tc1.yml b/ci/tc1.yml index fd9acbd2..d9a7cbfc 100644 --- a/ci/tc1.yml +++ b/ci/tc1.yml @@ -2,8 +2,10 @@ header: version: 11 includes: - ci/base.yml + - ci/meta-openembedded.yml machine: tc1 target: - tc-artifacts-image + - trusted-firmware-m
Signed-off-by: Ross Burton <ross.burton@arm.com> --- ci/tc1.yml | 2 ++ 1 file changed, 2 insertions(+)