diff --git a/build-pipeline.yml b/build-pipeline.yml
index a442ed0f2eca5714462a6afe7be52d9a2d92792f..f6f8524c55a2ab206d043fbd92a38084107a3d09 100644
--- a/build-pipeline.yml
+++ b/build-pipeline.yml
@@ -236,6 +236,9 @@ workflow:
     - for project in ${CHANGELOG_PROJECTS}; do
           PROJECT_ARGS="${PROJECT_ARGS} --project=$project";
       done
+    - for project in ${CHANGELOG_PROJECTS_SKIP}; do
+          PROJECT_ARGS="${PROJECT_ARGS} --skip-project=$project";
+      done
     - .gitlab-ci/scripts/changelog_generator.py
               --token=${GITBOT_TOKEN}
               --branch=${MASTER_BRANCH}
diff --git a/manifest-pipeline-ci-test.yml b/manifest-pipeline-ci-test.yml
index 7ac91b48761c82f34bdd771d45d954a1929ee50b..ae30875038793fb25eb64fbdb119c0930325b770 100644
--- a/manifest-pipeline-ci-test.yml
+++ b/manifest-pipeline-ci-test.yml
@@ -22,11 +22,6 @@ variables:
   # Has to be modified for new branches, e.g. new Yocto versions or fix releases.
   MASTER_BRANCH: master
 
-  # Projects to include in the changelog in addition to the manifest project
-  CHANGELOG_PROJECTS:
-    seco-ne/yocto/infrastructure/ci-test/minimal-bar
-    seco-ne/yocto/infrastructure/ci-test/minimal-foo
-
   # List of machines to simulate building images for
   MACHINES: seco-mx6 seco-mx8mm
 
diff --git a/manifest-pipeline-yocto.yml b/manifest-pipeline-yocto.yml
index 564fe1b483ca0e5c980c5a60e3146c9c81100255..bb43e10da275da6d4f93fc9dd2a2f047a4f6d629 100644
--- a/manifest-pipeline-yocto.yml
+++ b/manifest-pipeline-yocto.yml
@@ -18,11 +18,6 @@ variables:
 
   BUILD_TIMEOUT: 1h
 
-  # Projects to include in the changelog in addition to the manifest project
-  CHANGELOG_PROJECTS:
-    seco-ne/yocto/layers/meta-seconorth-distro
-    seco-ne/yocto/layers/meta-seconorth-machine
-
   # List of machines to build images for
   MACHINES: imx6guf imx6ullguf imx8mguf imx8mpguf