Message ID | 20230105142554.1391600-1-michael.opdenacker@bootlin.com |
---|---|
State | Accepted, archived |
Commit | a1c20b5d9b079ae83f1225e2310a19399824c6f3 |
Headers | show |
Series | .gitignore: ignore files generated by Toaster | expand |
Hello, On 05/01/2023 15:25:54+0100, Michael Opdenacker via lists.openembedded.org wrote: > From: Michael Opdenacker <michael.opdenacker@bootlin.com> > > When Toaster is run as documented on > https://docs.yoctoproject.org/toaster-manual/setup-and-use.html > > Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> > --- > .gitignore | 4 ++++ For this file, can you also send the patch against poky? > 1 file changed, 4 insertions(+) > > diff --git a/.gitignore b/.gitignore > index b66d371aac..3e6a60b527 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -17,3 +17,7 @@ hob-image-*.bb > *.orig > *.rej > *~ > +_toaster_clones/ > +downloads/ > +sstate-cache/ > +toaster.sqlite > -- > 2.37.2 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#175532): https://lists.openembedded.org/g/openembedded-core/message/175532 > Mute This Topic: https://lists.openembedded.org/mt/96072570/3617179 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com] > -=-=-=-=-=-=-=-=-=-=-=- >
Hello Alex, On 06.01.23 at 13:50, Alexandre Belloni via lists.openembedded.org wrote: > Hello, > > On 05/01/2023 15:25:54+0100, Michael Opdenacker via lists.openembedded.org wrote: >> From: Michael Opdenacker <michael.opdenacker@bootlin.com> >> >> When Toaster is run as documented on >> https://docs.yoctoproject.org/toaster-manual/setup-and-use.html >> >> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> >> --- >> .gitignore | 4 ++++ > For this file, can you also send the patch against poky? Sure, I guess you mean through the poky-contrib directory. Happy to do it. Thanks Michael.
On 06/01/2023 18:23:42+0100, Michael Opdenacker wrote: > Hello Alex, > > On 06.01.23 at 13:50, Alexandre Belloni via lists.openembedded.org wrote: > > Hello, > > > > On 05/01/2023 15:25:54+0100, Michael Opdenacker via lists.openembedded.org wrote: > > > From: Michael Opdenacker <michael.opdenacker@bootlin.com> > > > > > > When Toaster is run as documented on > > > https://docs.yoctoproject.org/toaster-manual/setup-and-use.html > > > > > > Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> > > > --- > > > .gitignore | 4 ++++ > > For this file, can you also send the patch against poky? > > Sure, I guess you mean through the poky-contrib directory. > > Happy to do it. > Exactly, both files are quite different.
diff --git a/.gitignore b/.gitignore index b66d371aac..3e6a60b527 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,7 @@ hob-image-*.bb *.orig *.rej *~ +_toaster_clones/ +downloads/ +sstate-cache/ +toaster.sqlite