config.py: add meta-webosose repository list

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 2024-01-30 14:17:01 +00:00 committed by Richard Purdie
parent 35b8aa38ce
commit 77788ab985

View File

@ -32,6 +32,7 @@ buildertorepos = {
"auh": ["poky", "auto-upgrade-helper"],
"auh-meta-oe": ["poky", "meta-openembedded", "auto-upgrade-helper"],
"metrics": ["poky", "meta-openembedded"],
"meta-webosose": ["poky", "meta-clang", "meta-openembedded", "meta-qt6", "meta-webosose"],
"default": ["poky"]
}