diff --git a/manifest-pipeline-yocto.yml b/manifest-pipeline-yocto.yml
index 4f2f6f4940a570e5cfb7669876f280c60b4d31cc..5279375c0d6136041b137eb35796fc6c666142f4 100644
--- a/manifest-pipeline-yocto.yml
+++ b/manifest-pipeline-yocto.yml
@@ -23,8 +23,15 @@ variables:
 
   # GitLab group to search for projects to retrigger
   RETRIGGER_GROUP: ${CI_PROJECT_ROOT_NAMESPACE}
-
   BUILD_TIMEOUT: 6h
+  RECIPE_NAME: seco-image-edgehog
+  IMAGES_PATH: "tmp/deploy/images"
+  TAG_NAME: weekly
+  KERNEL: 5-10-52
+  GIT_SSL_NO_VERIFY: 1
+  FS_EXTENSION: rootfs.tar.bz2
+  IMAGE_EXTENSION: wic.bz2
+
 
   # This is the jinja2 template file used to generate the build jobs
   #BUILD_JOBS_TEMPLATE: build-jobs-yocto.yml.jinja2