[yocto-autobuilder-helper] config.json: rename meta-virt to meta-virtualization

Message ID 20220429095842.775525-1-ross.burton@arm.com
State New
Headers show
Series [yocto-autobuilder-helper] config.json: rename meta-virt to meta-virtualization | expand

Commit Message

Ross Burton April 29, 2022, 9:58 a.m. UTC
Use the name of the layer instead of a contraction, for clarity.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/config.json b/config.json
index dc59d7f..a8d0e20 100644
--- a/config.json
+++ b/config.json
@@ -933,7 +933,7 @@ 
                 "BBTARGETS" : "world -k"
             }
         },
-        "meta-virt" : {
+        "meta-virtualization" : {
             "NEEDREPOS" : ["poky", "meta-openembedded", "meta-virtualization"],
             "ADDLAYER" : [
                 "${BUILDDIR}/../meta-openembedded/meta-oe",