mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ldgen: mapping rules should be grouped by archive
This commit is contained in:
parent
065eb918fd
commit
87aa341e97
@ -345,7 +345,7 @@ class GenerationModel:
|
|||||||
message = GenerationException.UNDEFINED_REFERENCE + " to scheme '" + scheme_name + "'."
|
message = GenerationException.UNDEFINED_REFERENCE + " to scheme '" + scheme_name + "'."
|
||||||
raise GenerationException(message, mapping)
|
raise GenerationException(message, mapping)
|
||||||
|
|
||||||
all_mapping_rules[mapping.name] = mapping_rules
|
all_mapping_rules[mapping.archive] = mapping_rules
|
||||||
|
|
||||||
# Detect rule conflicts
|
# Detect rule conflicts
|
||||||
for mapping_rules in all_mapping_rules.items():
|
for mapping_rules in all_mapping_rules.items():
|
||||||
|
Loading…
Reference in New Issue
Block a user