diff --git a/apertis-ospack-basesdk.yaml b/apertis-ospack-basesdk.yaml
index 12afe1c0d03b1a91fdb593e128a25c61b15d31e7..1279027844764ef26c8dbfb1c1c48c3fdb624154 100644
--- a/apertis-ospack-basesdk.yaml
+++ b/apertis-ospack-basesdk.yaml
@@ -27,7 +27,7 @@ actions:
   - action: run
     description: "Add extra apt sources"
     chroot: true
-    script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} hmi helper-libs development sdk
+    script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} hmi development sdk
 
   - action: run
     description: "Switch to the latest coreutils package (GPLv3)"
diff --git a/apertis-ospack-devroot.yaml b/apertis-ospack-devroot.yaml
index 89c94f14e00ba86eef6c6f253e9349fd961ce772..a18682e545b4745add3794a794b90f05b00f42cb 100644
--- a/apertis-ospack-devroot.yaml
+++ b/apertis-ospack-devroot.yaml
@@ -29,7 +29,7 @@ actions:
   {{ if eq $ivitools "enabled" }}
   - action: run
     chroot: true
-    script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} hmi helper-libs
+    script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} hmi
   {{ end }}
 
   # Add type-based apt sources list
diff --git a/apertis-ospack-sdk.yaml b/apertis-ospack-sdk.yaml
index 0a146b3fd6e98f4708eb78eeb29b2f4538c67b21..f693cd1c56bc05f0830096cbe8f477a21ffda160 100644
--- a/apertis-ospack-sdk.yaml
+++ b/apertis-ospack-sdk.yaml
@@ -28,7 +28,7 @@ actions:
   - action: run
     description: "Add extra apt sources"
     chroot: true
-    script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} hmi helper-libs development sdk
+    script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} hmi development sdk
 
   - action: run
     description: "Switch to the latest coreutils package (GPLv3)"
diff --git a/apertis-ospack-sysroot.yaml b/apertis-ospack-sysroot.yaml
index 17253ab4eb0bafd335524a2053be13ef2b61a501..010ed6d820b032002ce118cdccd49dcfbc4afd71 100644
--- a/apertis-ospack-sysroot.yaml
+++ b/apertis-ospack-sysroot.yaml
@@ -34,7 +34,7 @@ actions:
   - action: run
     description: "Add extra apt sources for IVI-specific tools"
     chroot: true
-    script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} hmi helper-libs
+    script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} hmi
   {{ end }}
 
   - action: run
diff --git a/apertis-ospack-target.yaml b/apertis-ospack-target.yaml
index b388738da55d5552eea8bdb642f88a1b811bdd8e..90e658541875b40a494a2988d039f6153fe8a5c0 100644
--- a/apertis-ospack-target.yaml
+++ b/apertis-ospack-target.yaml
@@ -30,7 +30,7 @@ actions:
   - action: run
     description: "Add extra apt sources for IVI-specific tools"
     chroot: true
-    script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} hmi helper-libs
+    script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} hmi
   {{ end }}
 
   - action: apt