* [PATCH] .gitignore: ignore files generated by Toaster
@ 2023-01-05 14:25 michael.opdenacker
2023-01-06 12:50 ` [OE-core] " Alexandre Belloni
0 siblings, 1 reply; 4+ messages in thread
From: michael.opdenacker @ 2023-01-05 14:25 UTC (permalink / raw)
To: openembedded-core; +Cc: Michael Opdenacker
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 ++++
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [OE-core] [PATCH] .gitignore: ignore files generated by Toaster
2023-01-05 14:25 [PATCH] .gitignore: ignore files generated by Toaster michael.opdenacker
@ 2023-01-06 12:50 ` Alexandre Belloni
2023-01-06 17:23 ` Michael Opdenacker
0 siblings, 1 reply; 4+ messages in thread
From: Alexandre Belloni @ 2023-01-06 12:50 UTC (permalink / raw)
To: michael.opdenacker; +Cc: openembedded-core
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]
> -=-=-=-=-=-=-=-=-=-=-=-
>
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [OE-core] [PATCH] .gitignore: ignore files generated by Toaster
2023-01-06 12:50 ` [OE-core] " Alexandre Belloni
@ 2023-01-06 17:23 ` Michael Opdenacker
2023-01-06 17:26 ` Alexandre Belloni
0 siblings, 1 reply; 4+ messages in thread
From: Michael Opdenacker @ 2023-01-06 17:23 UTC (permalink / raw)
To: alexandre.belloni; +Cc: openembedded-core
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.
--
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [OE-core] [PATCH] .gitignore: ignore files generated by Toaster
2023-01-06 17:23 ` Michael Opdenacker
@ 2023-01-06 17:26 ` Alexandre Belloni
0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Belloni @ 2023-01-06 17:26 UTC (permalink / raw)
To: Michael Opdenacker; +Cc: openembedded-core
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.
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-01-06 17:28 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-05 14:25 [PATCH] .gitignore: ignore files generated by Toaster michael.opdenacker
2023-01-06 12:50 ` [OE-core] " Alexandre Belloni
2023-01-06 17:23 ` Michael Opdenacker
2023-01-06 17:26 ` Alexandre Belloni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox