Rebase#955
Open
Saranya2421 wants to merge 75 commits into
Open
Conversation
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
* 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>
Rebase with develop
RDKEMW-20296: Enabling Multiapp rdm packages download
RDKEMW-17665: Add swap memory reporting and enhanced container metrics
| 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 ''}" |
Co-authored-by: Saranya <saranya_elango@comcast.com>
Rebase with develop
RDKEMW-20764 : Changes to support Hash Equivalence
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 |
RDKEMW-20035: Back Merge 8.6.3.0 Release Branch to 'develop' branch
| @@ -0,0 +1 @@ | |||
| INHERIT += "embed-source-metadata" | |||
| FILESEXTRAPATHS:prepend := "${THISDIR}:" | ||
|
|
||
| PV = "2.2.0" | ||
| # Release Tag - 2.2.2 on 24thJune2026 |
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.
No description provided.