From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Bernd Kuhls <bernd@kuhls.net>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] autobuild-run: also save Meson config log files on package failure
Date: Wed, 26 Nov 2025 12:18:12 +0100 [thread overview]
Message-ID: <20251126121812.07aa86a2@windsurf> (raw)
In-Reply-To: <20251124213735.1553096-1-bernd@kuhls.net>
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
prev parent reply other threads:[~2025-11-26 11:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251126121812.07aa86a2@windsurf \
--to=buildroot@buildroot.org \
--cc=bernd@kuhls.net \
--cc=thomas.petazzoni@bootlin.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.