[PATCH yocto-autobuilder2] schedulers: Switch meta-agl to unagi branch for scarthgap
Mathieu Dubois-Briand <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Mathieu Dubois-Briand <[email protected]> --- schedulers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schedulers.py b/schedulers.py index 0f41bd0c7ca6..e5f0684fcb34 100644 --- a/schedulers.py +++ b/schedulers.py @@ -161,7 +161,7 @@ branchdefaults = { 'scarthgap': { 'branch': 'scarthgap', 'branch_bitbake': '2.8', - 'branch_meta-agl': 'master', + 'branch_meta-agl': 'unagi', 'branch_meta-arm': 'scarthgap', 'branch_meta-aws': 'scarthgap', 'branch_meta-clang': 'scarthgap', --- base-commit: 5a6ea7528b04dab22417da66bd9cde87fdd05121 change-id: 20260615-mathieu-agl-unagi-101394aa4db2 Best regards, -- Mathieu Dubois-Briand <[email protected]>