Message ID | 6cbe841e8b09ac4804e8c87e23f81d68f97c17f4.1760648348.git.scott.murray@konsulko.com |
---|---|
State | New |
Headers | show |
Series | Assorted fixes | expand |
Hello Scott, We do not need this one, it will actually break the build for meta-security, I have removed it already earlier this week from https://git.yoctoproject.org/meta-security/log/?h=master-next Kind regards, Marta On Thu, Oct 16, 2025 at 11:22 PM Scott Murray via lists.yoctoproject.org <scott.murray=konsulko.com@lists.yoctoproject.org> wrote: > From: Marta Rybczynska <marta.rybczynska@ygreky.com> > > Use the repo name directly, otherwise the build can get the wrong clone. > > Signed-off-by: Marta Rybczynska <marta.rybczynska@ygreky.com> > --- > kas/kas-security-base.yml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/kas/kas-security-base.yml b/kas/kas-security-base.yml > index 17f4bb3..e5af7bc 100644 > --- a/kas/kas-security-base.yml > +++ b/kas/kas-security-base.yml > @@ -6,7 +6,7 @@ distro: poky > repos: > meta-security: > layers: > - ../meta-security: > + ../meta-security-staging: > meta-tpm: > meta-integrity: > meta-hardening: > -- > 2.51.0 > > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#2326): > https://lists.yoctoproject.org/g/yocto-patches/message/2326 > Mute This Topic: https://lists.yoctoproject.org/mt/115797538/5827677 > Group Owner: yocto-patches+owner@lists.yoctoproject.org > Unsubscribe: > https://lists.yoctoproject.org/g/yocto-patches/leave/13234581/5827677/971106717/xyzzy > [rybczynska@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- > > >
On Fri, 17 Oct 2025, Marta Rybczynska (Ygreky) wrote: > Hello Scott, > > we do not need this one (removed from > https://git.yoctoproject.org/meta-security/log/?h=master-next) > > and it would actually break the build for meta-security Oops, I wasn't paying attention, thought I'd filtered that one out previously. We definitely don't want this one on master. Thanks, Scott > On 16.10.2025 23:22, Scott Murray wrote: > > From: Marta Rybczynska <marta.rybczynska@ygreky.com> > > > > Use the repo name directly, otherwise the build can get the wrong clone. > > > > Signed-off-by: Marta Rybczynska <marta.rybczynska@ygreky.com> > > --- > > kas/kas-security-base.yml | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/kas/kas-security-base.yml b/kas/kas-security-base.yml > > index 17f4bb3..e5af7bc 100644 > > --- a/kas/kas-security-base.yml > > +++ b/kas/kas-security-base.yml > > @@ -6,7 +6,7 @@ distro: poky > > repos: > > meta-security: > > layers: > > - ../meta-security: > > + ../meta-security-staging: > > meta-tpm: > > meta-integrity: > > meta-hardening: > >
diff --git a/kas/kas-security-base.yml b/kas/kas-security-base.yml index 17f4bb3..e5af7bc 100644 --- a/kas/kas-security-base.yml +++ b/kas/kas-security-base.yml @@ -6,7 +6,7 @@ distro: poky repos: meta-security: layers: - ../meta-security: + ../meta-security-staging: meta-tpm: meta-integrity: meta-hardening: