From 4082226afae8542b7fbafeeef21b4a4767af267f Mon Sep 17 00:00:00 2001 From: Tomas Tomecek Date: Mar 14 2017 16:21:04 +0000 Subject: don't set name, stream is filled in by MBS Signed-off-by: Tomas Tomecek --- diff --git a/toolchain.yaml b/toolchain.yaml index 16f604d..fb64bf7 100644 --- a/toolchain.yaml +++ b/toolchain.yaml @@ -6,11 +6,11 @@ data: # Module name, optional # Typically filled in by the buildsystem, using the VCS repository # name as the name of the module. - name: toolchain + # name: toolchain # Module update stream, optional # Typically filled in by the buildsystem, using the VCS branch name # as the name of the stream. - stream: master + # stream: master # Module version, integer, optional, cannot be negative # Typically filled in by the buildsystem, using the VCS commit # timestamp. Module version defines upgrade path for the particular