Index: trunk/ippScripts/scripts/dist_bundle.pl
===================================================================
--- trunk/ippScripts/scripts/dist_bundle.pl	(revision 36047)
+++ trunk/ippScripts/scripts/dist_bundle.pl	(revision 36223)
@@ -198,4 +198,8 @@
 	next if $file_rule =~ /LOG/;
 	next if $file_rule =~ /BIN/;
+
+        # chip stage cmf files are not regenerated after cleanup so don't complain if
+        # they are missing. They are of limited utility anyways. USE the smfs
+        next if ($stage eq 'chip' and $file_rule eq 'PSPHOT.OUTPUT');
 
         &my_die("failed to resolve  $file_name", $component, $PS_EXIT_DATA_ERROR);
