| Message ID | 20251028-mathieu-agl-distro-v1-1-2efb9b98a810@bootlin.com |
|---|---|
| State | New |
| Headers | show |
| Series | [yocto-autobuilder-helper] config: meta-agl-core: update distro name | expand |
diff --git a/config.json b/config.json index c4d29aebc9cc..a725d4093350 100644 --- a/config.json +++ b/config.json @@ -658,7 +658,7 @@ "ADDLAYER" : [ "${BUILDDIR}/../meta-agl/meta-agl-core" ], - "DISTRO" : "poky-agl", + "DISTRO" : "agl", "BUILDINFO" : true, "BUILDHISTORY" : true, "PACKAGE_CLASSES" : "package_rpm",
Distro provided by meta-agl-core was renamed from poky-agl to agl: reflect this change in the autobuilder configuration. Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- base-commit: 63f4e3954ff26cfd753c3c21f094b751978dda3e change-id: 20251028-mathieu-agl-distro-cb13fb3def36 Best regards,