Re: [yocto] [yocto-autobuilder-helper][PATCH] config.json: add meta-beagle sublayer of meta-ti to check-layer
Denys Dmytriyenko <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> > > Also run nightly yocto-check-layer for meta-beagle sublayer of meta-ti. > > Signed-off-by: Denys Dmytriyenko <[email protected]> > --- > 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