mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
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:
parent
2832ecd3fa
commit
8138352c15
|
@ -29,6 +29,7 @@ buildertorepos = {
|
||||||
"reproducible-meta-oe": ["poky", "meta-openembedded"],
|
"reproducible-meta-oe": ["poky", "meta-openembedded"],
|
||||||
"patchtest": ["poky", "meta-patchtest", "meta-openembedded"],
|
"patchtest": ["poky", "meta-patchtest", "meta-openembedded"],
|
||||||
"meta-oe-mirror": ["poky", "meta-openembedded"],
|
"meta-oe-mirror": ["poky", "meta-openembedded"],
|
||||||
|
"metrics": ["poky", "meta-openembedded"],
|
||||||
"default": ["poky"]
|
"default": ["poky"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user