Re: [poky][PATCH] poky-tiny: correct override syntax in poky-tiny.conf
Richard Purdie <[email protected]>
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <d804dd58cc09c11205508d6a335df5f835bc14cb.camel@linuxfoundation.org> |
On Fri, 2025-03-28 at 13:55 -0700, Khem Raj via lists.yoctoproject.org wrote: > On Fri, Mar 28, 2025 at 12:33 PM Peter Marko via > lists.yoctoproject.org > <[email protected]> wrote: > > > > From: Peter Marko <[email protected]> > > > > it's a comment but should be anyway migrated to new override syntax > > > > Signed-off-by: Peter Marko <[email protected]> > > --- > > meta-poky/conf/distro/poky-tiny.conf | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta- > > poky/conf/distro/poky-tiny.conf > > index 20c13e6f60..075702a32c 100644 > > --- a/meta-poky/conf/distro/poky-tiny.conf > > +++ b/meta-poky/conf/distro/poky-tiny.conf > > @@ -39,7 +39,7 @@ TCLIBC = "musl" > > FULL_OPTIMIZATION = "-Os" > > > > # FIXME: consider adding a new "tiny" feature > > Is this comment still valid, I wonder. I know its in there from day 1 > of this file. I merged a different version of this which just removes the line and the comment. Cheers, Richard