79 </copy> |
79 </copy> |
80 </sequential> |
80 </sequential> |
81 </for> |
81 </for> |
82 </target> |
82 </target> |
83 |
83 |
|
84 |
84 <target name="generate-layers"> |
85 <target name="generate-layers"> |
85 <echo message="canno-file:${canonical.sysdef.file}"/> |
86 <echo message="canno-file:${canonical.sysdef.file}"/> |
86 <echo message="raptor-filters:raptor_${sysdef.configuration}"/> |
87 <echo message="raptor-filters:raptor_${sysdef.configuration}"/> |
87 |
88 |
88 <!-- All we want is a sysdef with the config name appended, so just copy it --> |
89 <!-- All we want is a sysdef with the config name appended, so just copy it --> |
89 <echo message="INFO: Skip GenXML and copy sysdef to sysdef+config name"/> |
90 <echo message="INFO: Skip GenXML and copy sysdef to sysdef+config name"/> |
90 <copy file="${canonical.sysdef.file}" tofile="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}_temp.xml"/> |
91 <copy file="${canonical.sysdef.file}" tofile="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}_temp.xml"/> |
91 |
92 |
92 <copy file="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}_temp.xml" tofile="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}.xml"> |
93 <copy file="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}_temp.xml" tofile="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}.xml"> |
93 <copy file="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}_temp.xml" tofile="${build.log.dir}/BOM/canonical_system_definition_${sysdef.configuration}.xml"> |
94 <filterchain> |
94 <filterchain> |
95 <linecontainsregexp negate="true"> |
95 <linecontainsregexp negate="true"> |
96 <regexp pattern="^\s*$"/> |
96 <regexp pattern="^\s*$"/> |
97 </linecontainsregexp> |
97 </linecontainsregexp> |
98 </filterchain> |
98 </filterchain> |
99 </copy> |
99 </copy> |
100 <copy file="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}.xml" todir="${build.log.dir}/BOM/"/> |
100 <delete file="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}_temp.xml"/> |
101 <delete file="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}_temp.xml"/> |
101 </target> |
102 </target> |
102 |
103 |
103 <!-- |
104 <!-- |
104 == Name: SF-COMPILE |
105 == Name: SF-COMPILE |
105 == |
106 == |
106 == Desc: Override of common sf-compile target defined in |
107 == Desc: Override of common sf-compile target defined in |