mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
ldgen: mapping rules should be grouped by archive
This commit is contained in:
@@ -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():
|
||||||
|
Reference in New Issue
Block a user