* Re: [yocto] [yocto-autobuilder-helper][PATCH] config.json: add meta-beagle sublayer of meta-ti to check-layer
[not found] <18692C680F0ED8BC.31910@lists.yoctoproject.org>
@ 2025-10-28 15:51 ` Denys Dmytriyenko
2025-10-29 13:05 ` Gyorgy Sarvari
0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2025-10-28 15:51 UTC (permalink / raw)
To: yocto; +Cc: Richard Purdie
Hi Richard,
I know you are overloaded with the release and getting bitbake-setup working
on the AB. While this change is not critical, I just wanted to make sure it's
in for the YP Compat v3 launch. Thanks.
On Sat, Sep 27, 2025 at 11:12:20AM -0400, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@konsulko.com>
>
> Also run nightly yocto-check-layer for meta-beagle sublayer of meta-ti.
>
> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
> ---
> config.json | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/config.json b/config.json
> index 90cb791..ce1fdc8 100644
> --- a/config.json
> +++ b/config.json
> @@ -1221,7 +1221,7 @@
> },
> "step5" : {
> "shortname" : "Test meta-ti YP Compatibility",
> - "EXTRACMDS" : ["yocto-check-layer-wrapper ../meta-ti/meta-ti-bsp ../meta-ti/meta-ti-extras --dependency ../meta-arm --no-auto-dependency"]
> + "EXTRACMDS" : ["yocto-check-layer-wrapper ../meta-ti/meta-ti-bsp ../meta-ti/meta-ti-extras ../meta-ti/meta-beagle --dependency ../meta-arm --no-auto-dependency"]
> },
> "step6" : {
> "shortname" : "Test meta-oe YP Compatibility",
> --
> 2.25.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [yocto] [yocto-autobuilder-helper][PATCH] config.json: add meta-beagle sublayer of meta-ti to check-layer
2025-10-28 15:51 ` [yocto] [yocto-autobuilder-helper][PATCH] config.json: add meta-beagle sublayer of meta-ti to check-layer Denys Dmytriyenko
@ 2025-10-29 13:05 ` Gyorgy Sarvari
2025-10-29 15:00 ` Richard Purdie
0 siblings, 1 reply; 4+ messages in thread
From: Gyorgy Sarvari @ 2025-10-29 13:05 UTC (permalink / raw)
To: yocto, denis; +Cc: Richard Purdie
On 10/28/25 16:51, Denys Dmytriyenko via lists.yoctoproject.org wrote:
> Hi Richard,
>
> I know you are overloaded with the release and getting bitbake-setup working
> on the AB. While this change is not critical, I just wanted to make sure it's
> in for the YP Compat v3 launch. Thanks.
Though I'm not Richard, I think for good measure maybe you want to send
this patch to the yocto-patches ML too - that's where AB patches
supposed to go according to the readme. I'd expect the chances to be
seen are better there.
>
> On Sat, Sep 27, 2025 at 11:12:20AM -0400, Denys Dmytriyenko wrote:
>> From: Denys Dmytriyenko <denys@konsulko.com>
>>
>> Also run nightly yocto-check-layer for meta-beagle sublayer of meta-ti.
>>
>> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
>> ---
>> config.json | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/config.json b/config.json
>> index 90cb791..ce1fdc8 100644
>> --- a/config.json
>> +++ b/config.json
>> @@ -1221,7 +1221,7 @@
>> },
>> "step5" : {
>> "shortname" : "Test meta-ti YP Compatibility",
>> - "EXTRACMDS" : ["yocto-check-layer-wrapper ../meta-ti/meta-ti-bsp ../meta-ti/meta-ti-extras --dependency ../meta-arm --no-auto-dependency"]
>> + "EXTRACMDS" : ["yocto-check-layer-wrapper ../meta-ti/meta-ti-bsp ../meta-ti/meta-ti-extras ../meta-ti/meta-beagle --dependency ../meta-arm --no-auto-dependency"]
>> },
>> "step6" : {
>> "shortname" : "Test meta-oe YP Compatibility",
>> --
>> 2.25.1
>>
>> -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>> View/Reply Online (#65979): https://lists.yoctoproject.org/g/yocto/message/65979
>> Mute This Topic: https://lists.yoctoproject.org/mt/115996150/6084445
>> Group Owner: yocto+owner@lists.yoctoproject.org
>> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [skandigraun@gmail.com]
>> -=-=-=-=-=-=-=-=-=-=-=-
>>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [yocto] [yocto-autobuilder-helper][PATCH] config.json: add meta-beagle sublayer of meta-ti to check-layer
2025-10-29 13:05 ` Gyorgy Sarvari
@ 2025-10-29 15:00 ` Richard Purdie
2025-10-29 15:14 ` Denys Dmytriyenko
0 siblings, 1 reply; 4+ messages in thread
From: Richard Purdie @ 2025-10-29 15:00 UTC (permalink / raw)
To: yocto, skandigraun, denis
On Wed, 2025-10-29 at 14:05 +0100, Gyorgy Sarvari via lists.yoctoproject.org wrote:
> On 10/28/25 16:51, Denys Dmytriyenko via lists.yoctoproject.org wrote:
> > Hi Richard,
> >
> > I know you are overloaded with the release and getting bitbake-setup working
> > on the AB. While this change is not critical, I just wanted to make sure it's
> > in for the YP Compat v3 launch. Thanks.
>
> Though I'm not Richard, I think for good measure maybe you want to send
> this patch to the yocto-patches ML too - that's where AB patches
> supposed to go according to the readme. I'd expect the chances to be
> seen are better there.
>
>
Which is why it fell through the cracks. I've merged it now though.
Cheers,
Richard
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [yocto] [yocto-autobuilder-helper][PATCH] config.json: add meta-beagle sublayer of meta-ti to check-layer
2025-10-29 15:00 ` Richard Purdie
@ 2025-10-29 15:14 ` Denys Dmytriyenko
0 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2025-10-29 15:14 UTC (permalink / raw)
To: Richard Purdie; +Cc: yocto, skandigraun
On Wed, Oct 29, 2025 at 03:00:06PM +0000, Richard Purdie wrote:
> On Wed, 2025-10-29 at 14:05 +0100, Gyorgy Sarvari via lists.yoctoproject.org wrote:
> > On 10/28/25 16:51, Denys Dmytriyenko via lists.yoctoproject.org wrote:
> > > Hi Richard,
> > >
> > > I know you are overloaded with the release and getting bitbake-setup working
> > > on the AB. While this change is not critical, I just wanted to make sure it's
> > > in for the YP Compat v3 launch. Thanks.
> >
> > Though I'm not Richard, I think for good measure maybe you want to send
> > this patch to the yocto-patches ML too - that's where AB patches
> > supposed to go according to the readme. I'd expect the chances to be
> > seen are better there.
Yeah, I completely forgot about that new list...
> Which is why it fell through the cracks. I've merged it now though.
Thanks!
--
Denys
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-10-29 15:14 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <18692C680F0ED8BC.31910@lists.yoctoproject.org>
2025-10-28 15:51 ` [yocto] [yocto-autobuilder-helper][PATCH] config.json: add meta-beagle sublayer of meta-ti to check-layer Denys Dmytriyenko
2025-10-29 13:05 ` Gyorgy Sarvari
2025-10-29 15:00 ` Richard Purdie
2025-10-29 15:14 ` Denys Dmytriyenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox