diff --git a/apertis-sysroot.yaml b/apertis-sysroot.yaml
index d592429e56766d68c18dd51a79bde011ce5deaee..b438726d627d0d30b73fa52d2d4241d710826bc4 100644
--- a/apertis-sysroot.yaml
+++ b/apertis-sysroot.yaml
@@ -1,5 +1,7 @@
-{{ $architecture := or .architecture "armhf" }}
-{{ $ospack := or .ospack (printf "ospack-%s" $architecture) }}
+{{ $architecture := or .architecture "amd64" }}
+{{ $type := or .type "sysroot" }}
+{{ $suite := or .suite "v2019dev0" }}
+{{ $ospack := or .ospack (printf "ospack_%s-%s-%s" $suite $architecture $type) }}
 {{ $sysroot := or .sysroot (printf "sysroot-%s" $architecture) }}
 
 architecture: {{ $architecture }}