diff --git a/config.json b/config.json
index 2db902c4dd27..bc0c03174ae4 100644
--- a/config.json
+++ b/config.json
@@ -1024,13 +1024,13 @@
         "wic" : {
             "BUILDINFO" : true,
             "extravars" : [
-                "IMAGE_FSTYPES += ' hddimg'",
+                "IMAGE_FSTYPES += ' hddimg wicenv'",
                 "MACHINE_FEATURES:append = ' efi'"
             ],
             "step1" : {
                 "MACHINE" : "qemux86",
                 "shortname" : "qemux86 wic",
-                "BBTARGETS" : "core-image-sato:do_rootfs_wicenv core-image-sato wic-native:do_addto_recipe_sysroot wic-tools",
+                "BBTARGETS" : "core-image-sato wic-native:do_addto_recipe_sysroot wic-tools",
                 "extravars" : [
                      "DEPENDS:append:pn-core-image-sato = ' parted-native cross-localedef-native'"
                 ],
@@ -1043,7 +1043,7 @@
             "step2" : {
                 "MACHINE" : "genericx86",
                 "shortname" : "genericx86 wic",
-                "BBTARGETS" : "core-image-sato:do_rootfs_wicenv core-image-sato wic-native:do_addto_recipe_sysroot wic-tools",
+                "BBTARGETS" : "core-image-sato wic-native:do_addto_recipe_sysroot wic-tools",
                 "extravars" : [
                      "DEPENDS:append:pn-core-image-sato = ' parted-native cross-localedef-native'"
                 ],
@@ -1056,7 +1056,7 @@
             "step3" : {
                 "MACHINE" : "qemux86-64",
                 "shortname" : "qemux86-64 wic",
-                "BBTARGETS" : "core-image-sato:do_rootfs_wicenv core-image-sato wic-native:do_addto_recipe_sysroot wic-tools",
+                "BBTARGETS" : "core-image-sato wic-native:do_addto_recipe_sysroot wic-tools",
                 "extravars" : [
                      "DEPENDS:append:pn-core-image-sato = ' parted-native cross-localedef-native'"
                 ],
@@ -1069,7 +1069,7 @@
             "step4" : {
                 "MACHINE" : "genericx86-64",
                 "shortname" : "genericx86-64 wic",
-                "BBTARGETS" : "core-image-sato:do_rootfs_wicenv core-image-sato wic-native:do_addto_recipe_sysroot wic-tools",
+                "BBTARGETS" : "core-image-sato wic-native:do_addto_recipe_sysroot wic-tools",
                 "extravars" : [
                      "DEPENDS:append:pn-core-image-sato = ' parted-native cross-localedef-native'"
                 ],
