* [RFC][yocto-autobuilder2][PATCH] config.py: Add meta-security to AB
@ 2019-12-14 19:24 Armpit
0 siblings, 0 replies; only message in thread
From: Armpit @ 2019-12-14 19:24 UTC (permalink / raw)
To: yocto
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
config.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/config.py b/config.py
index 14358aa..3ce5e7b 100644
--- a/config.py
+++ b/config.py
@@ -12,6 +12,7 @@ buildertorepos = {
"qa-extras": ["poky", "meta-mingw"],
"meta-oe": ["poky", "meta-openembedded"],
"meta-virt": ["poky", "meta-openembedded", "meta-virtualization"],
+ "meta-security": ["poky", "meta-openembedded", "meta-security"],
"meta-intel": ["poky", "meta-intel"],
"qemuarm-oecore": ["oecore", "bitbake"],
"checkuri": ["poky"],
@@ -83,7 +84,7 @@ trigger_builders_wait_releases = {
# Builders which are individually triggered
builders_others = [
- "meta-oe", "meta-virt", "meta-intel",
+ "meta-oe", "meta-virt", "meta-intel", "meta-security",
"bringup",
"qemuarm-armhost"
]
--
2.7.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-12-14 19:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-14 19:24 [RFC][yocto-autobuilder2][PATCH] config.py: Add meta-security to AB Armpit
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox