From: "Mathieu Dubois-Briand" <mathieu.dubois-briand@bootlin.com>
To: <yocto-patches@lists.yoctoproject.org>
Cc: <martin.jansa@gmail.com>, "Hieu Van Nguyen" <hieu2.nguyen@lge.com>
Subject: Re: [yocto-patches] [yocto-autobuilder2][PATCH] schedulers: add meta-webosose scheduled build for scarthgap
Date: Tue, 29 Apr 2025 08:37:36 +0200 [thread overview]
Message-ID: <D9IWYS89PR2K.3BQ97RPTUB3UR@bootlin.com> (raw)
In-Reply-To: <20250429021622.309740-1-hieu2.nguyen@lge.com>
On Tue Apr 29, 2025 at 4:16 AM CEST, Hieu Van Nguyen via lists.yoctoproject.org wrote:
> From: Hieu Van Nguyen <hieu2.nguyen@lge.com>
>
> Support to build meta-webosose for both of kirkstone and scarthgap
> branches.
>
> Signed-off-by: Hieu Van Nguyen <hieu2.nguyen@lge.com>
> ---
> schedulers.py | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/schedulers.py b/schedulers.py
> index fd2cad6..1fead60 100644
> --- a/schedulers.py
> +++ b/schedulers.py
> @@ -642,7 +642,10 @@ schedulers.append(sched.AnyBranchScheduler(name="bitbake-docs-changed",
> properties=repos_dict_for_scheduler("docs"),
> builderNames=["docs"]))
>
> -# Run meta-webosose for kirkstone once a week on weekends (2am on Friday)
> +# Run meta-webosose for kirkstone and scarthgap once a week on weekends (2am on Friday)
> schedulers.append(sched.Nightly(name='nightly-meta-webosose', branch='kirkstone', properties=parent_default_props('meta-webosose', 'kirkstone'),
> codebases = {'' : {'branch' : 'kirkstone'}},
> builderNames=['meta-webosose'], hour=2, minute=0, dayOfWeek=4))
> +schedulers.append(sched.Nightly(name='nightly-meta-webosose', branch='scarthgap', properties=parent_default_props('meta-webosose', 'scarthgap'),
> + codebases = {'' : {'branch' : 'scarthgap'}},
> + builderNames=['meta-webosose'], hour=2, minute=0, dayOfWeek=4))
Hi Hieu,
IIRC in your previous version you also had changes about meta-qt6
versions. Are these changes not needed anymore?
--
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2025-04-29 6:37 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-29 2:16 [yocto-autobuilder2][PATCH] schedulers: add meta-webosose scheduled build for scarthgap hieu2.nguyen
2025-04-29 6:37 ` Mathieu Dubois-Briand [this message]
2025-04-29 6:47 ` [yocto-patches] " Martin Jansa
2025-04-29 8:35 ` Mathieu Dubois-Briand
2025-05-07 13:06 ` Hieu Van Nguyen
2025-05-14 10:00 ` [yocto-patches] " Richard Purdie
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=D9IWYS89PR2K.3BQ97RPTUB3UR@bootlin.com \
--to=mathieu.dubois-briand@bootlin.com \
--cc=hieu2.nguyen@lge.com \
--cc=martin.jansa@gmail.com \
--cc=yocto-patches@lists.yoctoproject.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.