Index: /tags/ipp-20130712/ippScripts/scripts/dist_bundle.pl
===================================================================
--- /tags/ipp-20130712/ippScripts/scripts/dist_bundle.pl	(revision 36223)
+++ /tags/ipp-20130712/ippScripts/scripts/dist_bundle.pl	(revision 36224)
@@ -199,4 +199,7 @@
 	next if $file_rule =~ /BIN/;
 
+	# don't fail if cmf file is missing they are not regenerated on update
+	next if ($stage eq 'chip' and $file_rule eq 'PSPHOT.OUTPUT');
+
         &my_die("failed to resolve  $file_name", $component, $PS_EXIT_DATA_ERROR);
     }
