Feature/rdk 61088 reboot reason mwxumo - #126
Open
INajeemaBegam wants to merge 3 commits into
Open
Conversation
added 2 commits
May 22, 2026 09:48
https://ccp.sys.comcast.net/browse/RDKEVD-7510 Signed-off-by: Vamsi Krishna Palla <vamsikrishna.palla@sky.uk>
MW from develop( 8.6.1.0 ++) + integrated OSS 4.13.0 + vendor ipks(with OSS 4.13.0) ++ there are 2 dependent meta MW layer changes from 1. meta-rdk(PR#655) bce224d22d32648ca98e7135a206f4b17cf3cd7b and 2. meta-rdk-video(PR#2662) c900e4998d3ab4ea680c6b7422b40cd046e56430 MW base SHA used from develop: 245fa07e7d0890b30761b8e43034481b2b9a8748 MW PR: https://github.com/rdk-e/rdke-middleware-manifest/pull/7486 MW PR#7486 SHA used in deploying ipks: c47deb28dea199862e657f9115b6a27f31cbed1b Signed-off-by: Vamsi Krishna Palla <vamsikrishna.palla@sky.uk>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the machine include configuration that defines where middleware (and optionally OSS-layer) IPK feeds are sourced from, apparently to point builds at a specific debug/development artifact deployment.
Changes:
- Switch OSS IPK feed root from
middleware-rel/...tomiddleware-dbg/.... - Replace the previous
RELEASE_NUMvalue and hardcode the main middleware IPK path to a feature-specific debug folder. - Add inline provenance notes (PR links / SHAs) describing the middleware baseline and dependencies.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
conf/machine/include/oss_mw.inc |
Changes the default OSS IPK feed root to middleware-dbg/${RELEASE_NUM}. |
conf/machine/include/middleware.inc |
Updates RELEASE_NUM, points MW_IPK_PATH at a feature-specific debug artifact folder, and adds provenance comments. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+16
to
+18
| RELEASE_NUM = "RDKEVD-7510-r0" | ||
|
|
||
| MW_IPK_PATH ?= "middleware-dbg/RDK-61088-mwxumo" |
| PACKAGE_EXTRA_ARCHS:append = " ${MW_OSS} " | ||
| OPKG_ARCH_PRIORITY:${MW_OSS} = "205" | ||
| MW_OSS_IPK_PATH ?= "middleware-rel/${RELEASE_NUM}" | ||
| MW_OSS_IPK_PATH ?= "middleware-dbg/${RELEASE_NUM}" |
INajeemaBegam
force-pushed
the
feature/RDK-61088-reboot-reason-mwxumo
branch
from
June 29, 2026 11:02
ade35fe to
fb55e19
Compare
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.