-
Notifications
You must be signed in to change notification settings - Fork 410
Santhosh/arriseos 48107 #6419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: sprint/25Q4
Are you sure you want to change the base?
Santhosh/arriseos 48107 #6419
Conversation
(cherry picked from commit 87dcfdb01244e6696e8b4d721ef7d22bf8c18c80)
the names had spaces, and this was breaking flutter-minimal-image
bitbake build with:
...
for pth in filelist.split():
> exist = pth.split(":")[1]
if exist == "False":
IndexError: list index out of range
(in openembedded-core/meta/lib/oe/sstatesig.py)
(cherry picked from commit 2c9fe75)
From: Adam Stolcenburg <[email protected]> Date: Tue, 9 Nov 2021 12:11:43 +0100 Header file interfaces/definitions.h includes the following headers that are not always available: - interfaces/IComposition.h - interfaces/IStream.h - interfaces/IVoiceHandler.h - interfaces/IPower.h
Previous implementation pass friendly name as a second parameter of enable/disable xdial method. This was not implemented at xdial side and it did not make any sense to combine these two values.
- Thunder sha bumped to a87b48eca1e76c3e6f03d689e6302b1fb090b52c, it will not compile otherwise - adding -fexception to HdcpProfile test (AbstractPluginWithApiAndIARMLock introduces 'catch' - fixing %d -> %zu in printf format Conflicts: .github/workflows/unit-tests.yml Tests/CMakeLists.txt
Talks to LGI's Network Configuration Service via dbus and services connection and configuration notifications and some of configuration data. Signed-off-by: Piotr Dalek <[email protected]>
TTS::TTSManager was calling 'Dispatch' on not fully constructed TextToSpeechImplementation object, leading to virtual function call / core dump
While using gdbus-codegen is convinient, generated code is registering static types (g_type_register_static_simple) and this breaks when the plugin is reactivated. https://libsoup.org/gobject/gobject-Type-Information.html: "Static types are never loaded or unloaded at run-time as dynamic types may be. Static types are created with g_type_register_static() that gets type specific information passed in via a GTypeInfo structure." Switching to implementation based on using GDBusProxy directly; some of the autogenerated code could be reused. The old implementation is moved to gdbus-codegen-impl folder; it can be reenabled with GDBUS_USE_CODEGEN_IMPL on compile time. Could be used e.g. if we switch to out-of-process, where static gtypes should not be a problem
to /etc/WPEFramework/plugins/HdmiCecConfig.json
- update logic to correctly report onIPAddressStatusChanged for both IP v4 and v6 - also send LOST when DISCONNECTED - handle IPvXConfigurationChanged events and refresh the IPs when received; necessary to have onIPAddressStatusChanged for IPv6 when rebooting the router/WiFi is lost and reacquired (we get no configuration.changed/network.changed event in such case, and dhcp6.options never actually seems to report ip v6 at all)
* use: IARM_BUS_CECHost_EVENT_ACTIVESTATUSCHANGE (event) and IARM_BUS_CEC_HOST_GetActiveStatus method * removed all the methods/members that starts/control scanning controlled via: LGI_CUSTOM_IMPL flag
1. Support passing Encryption Scheme and Pattern to Decrypt
2. New Gstreamer Adapter method that parses Sample and Subsample info
from GstStructure in ProitectionMetdata of GstBuffer
3. New gstreamer adapter API supports passing Subsample Info to the DRM
implementation without processing it.
to make it easier for containerization, move ocdmbuffers to a directory "/tmp/OCDM"
…plugin_as_container [RDKCOM-2263] [RDKCOM-2263] ONEM-18263: OCDM plugin startup as container
and WPEFramework::RPC::CommunicationTimeOut used instead of permanent infinite value
Signed-off-by: Gurdal Oruklu <[email protected]> (cherry picked from commit 9b1f5bf09a24f9e3cfb316a9b4c05e36a8ddbe57)
[ONEM-22984] Event generation and re-trying implementation
possible to receive after registration to:
{"jsonrpc": "2.0","id": 2, "method": "OCDM.1.register","params": { "event": "drmalreadyinitialized", "id" : "OCDM" }}
event:
{"jsonrpc":"2.0","method":"OCDM.drmalreadyinitialized","params":{"drm":"PlayReady"}}
and after registration to:
{"jsonrpc": "2.0","id": 2, "method": "OCDM.1.register","params": { "event": "drminitializationstatus", "id" : "OCDM" }}
events:
PlayReady BUSY (used by another process)"
{"jsonrpc":"2.0","method":"OCDM.drminitializationstatus","params":{"status":"BUSY","drm":"PlayReady"}}
PlayReady initialized after BUSY and re-trying (SUCCESS):
{"jsonrpc":"2.0","method":"OCDM.drminitializationstatus","params":{"status":"SUCCESS","drm":"PlayReady"}}
PlayReady not initialized after BUSY and re-trying (FAILED):
{"jsonrpc":"2.0","method":"OCDM.drminitializationstatus","params":{"status":"FAILED","drm":"PlayReady"}}
Called on plugin deactivation to avoid races in WPEWebProcess and WPENetworkProcess shutdowns that sometimes result in core dumps.
…nge: high)") always returns matches=false
…etflix" This reverts commit babdd1d.
…s in webkitbrowser-plugin
…s in webkitbrowser-plugin
- adding libcurl to browser plugin - using libcurl to normalize urls before comparison
…namic-range: high)") always returns matches=false" This reverts commit 0127951.
…) always returns matches=false" This reverts commit aa6d904. This revert is planned as part of this ticket: https://jira.lgi.io/browse/ONEM-38747
…implementation for RDK platform Fix for tickets: ARRISEOS-46916, ARRISEOS-46989 Upstream PR : rdkcentral#6326
To implement persistent path for widevine
|
|
|
b'## Copyright scan failure |
|
These files contain generated code from gdbus_codegen. Where are the original files? How are they licensed? WifiManager/impl_lg/dbus/networkconfig1_dbus_api.c (line 47 and more) There are two versions of the Liberty Global copyright here. Are both correct: Thank you, |
This PR is created only for creating EBs for tests, following is implemented in this PR: