Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 57 additions & 5 deletions recipes-extended/wpe-framework/wpeframework_4.4.bb
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,68 @@ DEPENDS += "breakpad-wrapper"
# Need gst-svp-ext which is an abstracting lib for metadata
DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'rdk_svp', 'gst-svp-ext', '', d)}"

PR = "r42"
PV = "4.4.5"
PR = "r41"
PV = "4.4.3"
PACKAGE_ARCH = "${MIDDLEWARE_ARCH}"

SRC_URI = "git://github.com/rdkcentral/Thunder.git;protocol=https;branch=R4_4-RDK;name=thunder"
SRC_URI = "git://github.com/rdkcentral/Thunder.git;protocol=https;branch=R4_4;name=thunder"

SRCREV_thunder = "1c7dd0f90007816c8f4c6c4bb21e5d692a0cecf0"
SRCREV_thunder = "19100433e5517c743738bb2a9ed8ce2f79c10eaf"

SRC_URI += "file://wpeframework-init \
file://wpeframework.service.in \
file://wpeframework.service.in \
file://r4.4/Library_version_matched_with_release_tag.patch \
file://r4.4/Remove_versioning_for_executables.patch \
file://r4.4/wpeframework_version.patch \
file://r4.4/0001_Remove_DEBUG_Macro_Definition.patch \
file://r4.4/0003-OCDM-increase-RPC-comm-timeout.patch \
file://r4.4/wpeframework_added_optimization_flag_improvement.patch \
file://r4.4/LLAMA-2254_fix_netlink_buffer_size_error.patch \
file://r4.4/1001-Disable-MessageDispatcher-Enable-stderr.patch \
file://r4.4/1002-Update-CMake-Module-Path.patch \
file://r4.4/Use-Monotonic-Clock-Time-Now.patch \
file://r4.4/RDKTV-15803-WPEFramework-crash-malloc-printerr.patch \
file://r4.4/DELIA-54331-Do-not-set-the-receive-buffer.patch \
file://r4.4/RDKTV-16992-Added_timeout-and-synchronisation-when-stopping-containers.patch \
file://r4.4/0001-WPEFramework-Regex-Removal-r4.4.1.patch \
file://r4.4/crash_debug_callstack_R4_4.patch \
file://r4.4/wpeframework_persistentpathchanges.patch \
file://r4.4/1004-Add-support-for-project-dir.patch \
file://r4.4/Enable_Thunder_Logging_R4.4.1.patch \
file://r4.4/Thunder_FirmwareUpdate_USB_Mount_Error_codes.patch \
file://r4.4/R4-wpeframework-sd_notify.patch \
file://r4.4/RDKEMW-733-Add-ENTOS-IDS.patch \
file://r4.4/Update-Trace-Level-Logging-Logic.patch \
file://r4.4/Activating_plugins_Logs_COMRPC.patch \
file://r4.4/Removed_Autostart_Check_From_WPEFramework.patch \
file://r4.4/Append_WorkerPool_Info.patch \
file://r4.4/Revert_PR-665_support_JSON_Parsing.patch \
"

SRC_URI += "file://r4.4/PR-1369-Wait-for-Open-in-Communication-Channel.patch \
file://r4.4/PR-1756-Remove-Recursive-Function-From-SmartLinkType.patch \
file://r4.4/PR-1586-Use-Monotonic-Clocks.patch\
file://r4.4/PR-1533-Refernce-counted-Library-COMRPC-objects.patch \
Comment on lines +55 to +56
file://r4.4/PR-1751-Load-Library-ThunderR4.patch \
file://r4.4/PR-1785-Reduce_scope_of_adminlock.patch \
file://r4.4/PR-1791-Thunder-hung-SocketPort-close-Delete-channel.patch \
file://r4.4/PR-1797-SocketPort-Closed.patch \
file://r4.4/PR-1832-ABBA-Deadlock-Fix-RDKTV-35315.patch \
file://r4.4/0001-DELIA-65784-Hibernation-fixes-for-R4.4.patch \
file://r4.4/0001-SmarkLink-Crash-Fix.patch \
file://r4.4/Jsonrpc_dynamic_error_handling.patch \
file://r4.4/PR-1923-RDKEMW-6261-to-improve-system-shutdown-time-upon-R4.4.3.patch \
file://r4.4/rdkemw-124-Link-Breakpad-wrapper.patch \
file://r4.4/RDKEMW-8889-Avoid-LoadMeta-On-Boot.patch \
file://r4.4/0001-To-handle-truncated-UTF-code-on-parsing-empty-null-t.patch \
file://r4.4/0002-Print-Log-Upon-Time-ComRPC-Timeout.patch \
file://r4.4/RDKEMW-10951_WPEFramework_Config_Override.patch \
file://r4.4/PR-2057-RDKEMW-14228_apply_sysinfo_mem_unit.patch \
file://r4.4/WorkerPoolRevoke_fix.patch \
file://r4.4/WaitedRelease.patch \
file://r4.4/StartExtensions.patch \
file://r4.4/EnablePISLogging.patch \
file://r4.4/0001-LIMIT-Limit-handing-out-interfaces-of-Plugins-only-i.patch \
"

S = "${WORKDIR}/git"
Expand Down
Loading