config.py: add meta-oe to the metrics build

We want to run the metrics target against meta-oe too, so we need to
tell autobuilder2 to clone the repository.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2023-10-26 16:39:30 +01:00 committed by Richard Purdie
parent 2832ecd3fa
commit 8138352c15

View File

@ -29,6 +29,7 @@ buildertorepos = {
"reproducible-meta-oe": ["poky", "meta-openembedded"],
"patchtest": ["poky", "meta-patchtest", "meta-openembedded"],
"meta-oe-mirror": ["poky", "meta-openembedded"],
"metrics": ["poky", "meta-openembedded"],
"default": ["poky"]
}