RDKMVE-2589: Move RCU Keymap configuration to vendor layer#372
Merged
Conversation
Reason for change: Move RCU Keymap configuration to vendor layer Test Procedure : Build is successful Priority : Unprioritized Risks : None
Contributor
There was a problem hiding this comment.
Pull request overview
Moves the WindowManager RCU keymap configuration into this vendor layer by adding a generic keymapping JSON and installing it from the sysint-soc recipe.
Changes:
- Add
generic_rcu_keymapping.jsonto thesysint-socrecipe sources. - Install the keymap during
do_install()to a path defined byWINDOWMANAGER_RCU_KEYMAP_FILE. - Introduce a new generic RCU keymapping JSON file.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| recipes-soc/sysint-soc/sysint-soc.bb | Adds the keymap JSON to SRC_URI and installs it during do_install(). |
| recipes-soc/sysint-soc/files/generic_rcu_keymapping.json | New generic keymap mapping configuration for RCU input. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
arun-madhavan-013
requested changes
Jul 1, 2026
Reason for change: Move RCU Keymap configuration to vendor layer Test Procedure : Build is successful Priority : Unprioritized Risks : None
arun-madhavan-013
approved these changes
Jul 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reason for change: Move RCU Keymap configuration to vendor layer
Test Procedure : Build is successful
Priority : Unprioritized
Risks : None