Skip to content

Fix: drop the duplicated kernel_device_resources entry in the a2a3 sim list - #2240

Closed
YunjiQin wants to merge 1 commit into
hw-native-sys:feat/kernel-mode-integration-testfrom
YunjiQin:fix/a2a3-sim-duplicate-kernel-device-resources
Closed

YunjiQin wants to merge 1 commit into
hw-native-sys:feat/kernel-mode-integration-testfrom
YunjiQin:fix/a2a3-sim-duplicate-kernel-device-resources

Conversation

@YunjiQin

Copy link
Copy Markdown
Collaborator

HOST_RUNTIME_SOURCES in src/a2a3/platform/sim/host/CMakeLists.txt names
common/platform/shared/host/kernel_device_resources.cpp on two consecutive
lines (53-54). The a5 simulation list and both onboard lists name it once.

CMake dedups a target's source list, so this produces no change in build
output — it is a copy/paste slip from the integration commit (#2216), removed
so the four platform lists read the same.

One line deleted; no behavior, no interface, no test change.

🤖 Generated with Claude Code

@coderabbitai

coderabbitai Bot commented Sep 15, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Advanced

Run ID: d8eecd64-1d97-4e9b-b5ca-cd92fbae5012

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

…m list

`HOST_RUNTIME_SOURCES` in the a2a3 simulation host list named
`common/platform/shared/host/kernel_device_resources.cpp` on two consecutive
lines. The a5 simulation list and both onboard lists name it once, and CMake
dedups a target's source list, so this changes no build output — it is a
copy/paste slip from the integration commit, removed so the four lists read
the same.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@YunjiQin

Copy link
Copy Markdown
Collaborator Author

Superseded: this one-line fix is folded into the full refresh PR for the same base branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant