Skip to content

Rebase#955

Open
Saranya2421 wants to merge 75 commits into
feature/rdkemw-19344from
develop
Open

Rebase#955
Saranya2421 wants to merge 75 commits into
feature/rdkemw-19344from
develop

Conversation

@Saranya2421

Copy link
Copy Markdown
Contributor

No description provided.

Jayapriya0609 and others added 30 commits April 29, 2026 16:08
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
RDKEMW-15526 :  If all certificates are exhausted, provide the last available certificate.
RDKEMW-18996 : [develop]Unknown reboot observed while waking the TV from deep sleep
RDKEMW-18155: Update Dobby to v3.19.0
RDKEMW-18818: Configure NTP servers with  pool directive
rajkumar154 and others added 15 commits June 26, 2026 17:51
* RDKEMW-18000:Enriching RootFS Manifest with source uri

* RDKEMW-18000:Enriching RootFS Manifest with source uri

* Update rdk.conf

* Update embed-source-metadata.inc‎

* Rename embed-source-metadata.inc‎ to embed-source-metadata.inc

* Update rdk.conf

* Update embed-source-metadata.inc

* Update rdk.conf

---------

Co-authored-by: nanimatta <84963246+nanimatta@users.noreply.github.com>
RDKEMW-20296: Enabling Multiapp rdm packages download
RDKEMW-17665: Add swap memory reporting and enhanced container metrics
Copilot AI review requested due to automatic review settings July 3, 2026 02:42

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 22 out of 22 changed files in this pull request and generated 5 comments.

FILESEXTRAPATHS:prepend := "${THISDIR}:"

PV = "2.2.0"
# Release Tag - 2.2.2 on 24thJune2026
Comment on lines +3 to +4
pool global-bootstrap-time1.xfinity.com maxsources 4 iburst minpoll 10 maxpoll 12
pool global-bootstrap-time2.xfinity.com maxsources 4 iburst minpoll 10 maxpoll 12
vm.panic_on_oom = 1
vm.overcommit_memory = 0
kernel.panic = 3
kernel.panic = 40
BBLAYERS =+ "${@d.getVar('MANIFEST_PATH_META_CLANG') if d.getVar('MANIFEST_PATH_META_CLANG') is not None and os.path.isfile(d.getVar('MANIFEST_PATH_META_CLANG') + '/conf/layer.conf') else ''}"

# vdevice_x86-64 specific layers
IS_VDEVICE_X86_64_BUILD = "${@'1' if d.getVar('TOPDIR') and d.getVar('TOPDIR').endswith('/build-vdevice_x86-64-mw') else '0'}"
Comment on lines +79 to +82
# vdevice_x86-64 specific layers
IS_VDEVICE_X86_64_BUILD = "${@'1' if d.getVar('TOPDIR') and d.getVar('TOPDIR').endswith('/build-vdevice_x86-64-mw') else '0'}"

BBLAYERS =+ "${@d.getVar('MANIFEST_PATH_POKY') + '/meta-poky' if d.getVar('IS_VDEVICE_X86_64_BUILD') == '1' and d.getVar('MANIFEST_PATH_POKY') is not None and os.path.isfile(d.getVar('MANIFEST_PATH_POKY') + '/meta-poky/conf/layer.conf') else ''}"
Saranya2421 and others added 3 commits July 3, 2026 10:53
Co-authored-by: Saranya <saranya_elango@comcast.com>
RDKEMW-20764 : Changes to support Hash Equivalence
Copilot AI review requested due to automatic review settings July 8, 2026 02:20

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 26 out of 26 changed files in this pull request and generated 3 comments.

Comment on lines 9 to +11
# Defaults (keep existing behavior unless overridden per MACHINE)
RDK_VM_DIRTY_BACKGROUND_RATIO ?= "1"
RDK_VM_DIRTY_RATIO ?= "1"
RDK_VM_VFS_CACHE_PRESSURE ?= "100"
RDK_VM_WATERMARK_SCALE_FACTOR ?= "10"
Comment on lines 31 to +37
net.core.rmem_max=1048576

vm.swappiness=80
vm.vfs_cache_pressure=200
vm.watermark_scale_factor=40
vm.dirty_background_ratio=@RDK_VM_DIRTY_BACKGROUND_RATIO@
vm.dirty_ratio=@RDK_VM_DIRTY_RATIO@
vm.swappiness = 60
vm.vfs_cache_pressure = @RDK_VM_VFS_CACHE_PRESSURE@
vm.watermark_scale_factor = @RDK_VM_WATERMARK_SCALE_FACTOR@
vm.dirty_background_ratio = 10
vm.dirty_ratio = 20
FILESEXTRAPATHS:prepend := "${THISDIR}:"

PV = "2.2.0"
# Release Tag - 2.2.2 on 24thJune2026
svc_rdkgerrit02 and others added 3 commits July 13, 2026 19:10
Copilot AI review requested due to automatic review settings July 15, 2026 23:39

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 29 out of 29 changed files in this pull request and generated 2 comments.

@@ -0,0 +1 @@
INHERIT += "embed-source-metadata"
FILESEXTRAPATHS:prepend := "${THISDIR}:"

PV = "2.2.0"
# Release Tag - 2.2.2 on 24thJune2026
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.