Skip to content

Tools: correct swapped brand_name and manufacturer in brand_map - #34090

Open
peterbarker wants to merge 1 commit into
ArduPilot:masterfrom
peterbarker:pr-claude/manifest-brand-map-swap-fix
Open

Tools: correct swapped brand_name and manufacturer in brand_map#34090
peterbarker wants to merge 1 commit into
ArduPilot:masterfrom
peterbarker:pr-claude/manifest-brand-map-swap-fix

Conversation

@peterbarker

Copy link
Copy Markdown
Contributor

Summary

Correct order of brand/board in generate_manifest.json list

Classification & Testing (check all that apply and add your own)

  • Checked by a human programmer
  • Non-functional change
  • No-binary change
  • Infrastructure change (e.g. unit tests, helper scripts)
  • Automated test(s) verify changes (e.g. unit test, autotest)
  • Tested manually, description below (e.g. SITL)
  • Tested on hardware
  • Logs attached
  • Logs available on request

Description

generate_manifest.py unpacks brand_map values as (brand_name, manufacturer). Four entries were added with the fields the other way around, so the manifest published the vendor as the board name and the board name as the vendor.

Only the tuple order changes; the strings are left as they were.

generate_manifest.py unpacks brand_map values as (brand_name,
manufacturer).  Four entries were added with the fields the other way
around, so the manifest published the vendor as the board name and the
board name as the vendor.

Only the tuple order changes; the strings are left as they were.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: ReadyForDevCall

Development

Successfully merging this pull request may close these issues.

1 participant