Message ID | 20220223003753.615921-1-denis@denix.org |
---|---|
State | New |
Headers | show |
Series | [yocto-autobuilder-helper] config.json: update check-layer for meta-ti due to restructure | expand |
diff --git a/config.json b/config.json index fa13545..ba7a6a0 100644 --- a/config.json +++ b/config.json @@ -891,7 +891,7 @@ }, "step5" : { "shortname" : "Test meta-ti YP Compatibility", - "EXTRACMDS" : ["yocto-check-layer-wrapper ../meta-ti --dependency ../meta-arm --no-auto-dependency"] + "EXTRACMDS" : ["yocto-check-layer-wrapper ../meta-ti/meta-ti-bsp ../meta-ti/meta-ti-extras --dependency ../meta-arm --no-auto-dependency"] }, "step6" : { "shortname" : "Test meta-oe YP Compatibility",
meta-ti recently split into sublayers - adjust config.json accordingly. Signed-off-by: Denys Dmytriyenko <denis@denix.org> --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)