All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Mathieu Dubois-Briand" <mathieu.dubois-briand@bootlin.com>
To: <chris.laplante@agilent.com>, <openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] [PATCH 0/7] De-globalization of 'devtool'
Date: Mon, 13 Jan 2025 15:35:49 +0100	[thread overview]
Message-ID: <D710R6V2XEBY.19RQYXU7LEJO3@bootlin.com> (raw)
In-Reply-To: <20250112145359.607585-1-chris.laplante@agilent.com>

On Sun Jan 12, 2025 at 3:53 PM CET, Chris Laplante via lists.openembedded.org wrote:
> From: Chris Laplante <chris.laplante@agilent.com>
>
> This patchset removes global variables from the 'devtool' script. It
> also changes `Context` to be a dataclass.
>
> All devtool self-tests pass, tested via: oe-selftest -r devtool
>
> Chris Laplante (7):
>   devtool: un-globalize the 'basepath' variable
>   devtool: un-globalize 'workspace' variable
>   devtool: un-globalize 'context' variable and convert it to a dataclass
>   devtool: un-globalize 'config' variable
>   devtool: un-globalize 'plugins' variable
>   devtool: misc cleanups
>   devtool: remove unused 'config' param from '_create_workspace' method
>
>  scripts/devtool | 88 +++++++++++++++++++++++++------------------------
>  1 file changed, 45 insertions(+), 43 deletions(-)
>
> --
> 2.43.0

Hi Chris,

I believe this series is breaking some builds on the autobuilder. We
got the following error:

devtool: error: argument <subcommand>: invalid choice: 'sdk-install' (choose from create-workspace, add, modify, extract, sync, rename, update-recipe, status, reset, finish, edit-recipe, find-recipe, configure-help, import, deploy-target, undeploy-target, build-image, ide-sdk, search, menuconfig, upgrade, latest-version, check-upgrade-status, build, export)

https://valkyrie.yoctoproject.org/#/builders/80/builds/725/steps/13/logs/stdio

Can you have a look at this issue please ?

-- 
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



  parent reply	other threads:[~2025-01-13 14:35 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-12 14:53 [PATCH 0/7] De-globalization of 'devtool' chris.laplante
2025-01-12 14:53 ` [PATCH 1/7] devtool: un-globalize the 'basepath' variable chris.laplante
2025-01-12 14:53 ` [PATCH 2/7] devtool: un-globalize 'workspace' variable chris.laplante
2025-01-12 14:53 ` [PATCH 3/7] devtool: un-globalize 'context' variable and convert it to a dataclass chris.laplante
2025-01-12 14:53 ` [PATCH 4/7] devtool: un-globalize 'config' variable chris.laplante
2025-01-12 14:53 ` [PATCH 5/7] devtool: un-globalize 'plugins' variable chris.laplante
2025-01-12 14:53 ` [PATCH 6/7] devtool: misc cleanups chris.laplante
2025-01-12 14:53 ` [PATCH 7/7] devtool: remove unused 'config' param from '_create_workspace' method chris.laplante
2025-01-13 11:31 ` [OE-core] [PATCH 0/7] De-globalization of 'devtool' Alexander Kanavin
2025-01-13 14:51   ` chris.laplante
2025-01-13 14:35 ` Mathieu Dubois-Briand [this message]
2025-01-13 14:50   ` chris.laplante

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=D710R6V2XEBY.19RQYXU7LEJO3@bootlin.com \
    --to=mathieu.dubois-briand@bootlin.com \
    --cc=chris.laplante@agilent.com \
    --cc=openembedded-core@lists.openembedded.org \
    /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.