Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] autobuild-run: also save Meson config log files on package failure
@ 2025-11-24 21:37 Bernd Kuhls
  2025-11-26 11:18 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2025-11-24 21:37 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 scripts/autobuild-run | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/autobuild-run b/scripts/autobuild-run
index 4987c61..0e4e4bf 100755
--- a/scripts/autobuild-run
+++ b/scripts/autobuild-run
@@ -627,7 +627,7 @@ class Builder:
             srcroot = os.path.join(self.outputdir, "build", '-'.join(reason))
             destroot = os.path.join(self.resultdir, '-'.join(reason))
             config_files = ('config.log', 'CMakeCache.txt', 'CMakeError.log',
-                'CMakeOutput.log')
+                'CMakeOutput.log', 'meson-log.txt')
 
             for root, dirs, files in os.walk(srcroot):
                 dest = os.path.join(destroot, os.path.relpath(root, srcroot))
-- 
2.47.3

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Buildroot] [PATCH 1/1] autobuild-run: also save Meson config log files on package failure
  2025-11-24 21:37 [Buildroot] [PATCH 1/1] autobuild-run: also save Meson config log files on package failure Bernd Kuhls
@ 2025-11-26 11:18 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2025-11-26 11:18 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

Hello Bernd,

On Mon, 24 Nov 2025 22:37:35 +0100
Bernd Kuhls <bernd@kuhls.net> wrote:

> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
>  scripts/autobuild-run | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/scripts/autobuild-run b/scripts/autobuild-run
> index 4987c61..0e4e4bf 100755
> --- a/scripts/autobuild-run
> +++ b/scripts/autobuild-run
> @@ -627,7 +627,7 @@ class Builder:
>              srcroot = os.path.join(self.outputdir, "build", '-'.join(reason))
>              destroot = os.path.join(self.resultdir, '-'.join(reason))
>              config_files = ('config.log', 'CMakeCache.txt', 'CMakeError.log',
> -                'CMakeOutput.log')
> +                'CMakeOutput.log', 'meson-log.txt')

Thanks for the patch, but are you sure you are using the latest master
of the buildroot-test repo? Indeed the exact same change was made by
Peter in September:

	https://gitlab.com/buildroot.org/buildroot-test/-/commit/a70791686ab3c4636bb2b6b3ae7736c78f1652e3

Best regards,

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-11-26 11:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-24 21:37 [Buildroot] [PATCH 1/1] autobuild-run: also save Meson config log files on package failure Bernd Kuhls
2025-11-26 11:18 ` Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox