RDKEMW-18589: add libmanette 1.0 recipe with RDK patches#468
Draft
petartijanic01 wants to merge 1 commit into
Draft
RDKEMW-18589: add libmanette 1.0 recipe with RDK patches#468petartijanic01 wants to merge 1 commit into
petartijanic01 wants to merge 1 commit into
Conversation
|
I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
Add a libmanette 1.0 recipe built from git (cf43018) with the following RDK-specific patches (in libmanette/1.0/): 0001 - GLib 2.72 compat (backfill g_set_object call) 0002 - Nintendo Joy-Con L/R detection via udev tag 0003 - Handle revoked evdev devices gracefully 0004 - Wayland inputfd backend for sandboxed gamepad access 0005 - Map KEY_MENU/KEY_BACK as gamepad buttons 0006 - Poll evdev on thread-default GMainContext 0007 - RDK controller mapping database overrides 0008 - Fix d-pad hat index off-by-one Also includes: - hidapi 0.14.0 recipe (required by libmanette 1.0 HID backend) - PREFERRED_VERSION_libmanette ??= "0.2%" default in package_revisions_oss.inc - Reorganized libmanette patches into 0.2/ and 1.0/ subdirectories - Fix duplicate patch entries in glib-2.0 and glib-networking bbappends (2.7% and 2.72.% both match 2.72.x, causing patches to apply twice) Ticket: RDKEMW-18589 Change-Id: I3149796ef71ad9955b2c8b03a7bacad65b2b280e
petartijanic01
force-pushed
the
feature/RDKEMW-16580_manette_gamepad
branch
from
July 7, 2026 08:06
346483a to
a13f0d2
Compare
|
CCI-Build-Verified -1 |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add a libmanette 1.0 recipe built from git (cf43018) with the following RDK-specific patches (in libmanette/1.0/):
0001 - GLib 2.72 compat (backfill g_set_object call)
0002 - Nintendo Joy-Con L/R detection via udev tag
0003 - Handle revoked evdev devices gracefully
0004 - Wayland inputfd backend for sandboxed gamepad access
0005 - Map KEY_MENU/KEY_BACK as gamepad buttons
0006 - Poll evdev on thread-default GMainContext
0007 - RDK controller mapping database overrides
0008 - Fix d-pad hat index off-by-one
Also includes:
Ticket: RDKEMW-18589
Change-Id: I35ad8c0e54c1ac829ee2244a829ac81e418b6b91