Skip to content

Feature/rdk 61088 reboot reason mwxumo - #126

Open
INajeemaBegam wants to merge 3 commits into
developfrom
feature/RDK-61088-reboot-reason-mwxumo
Open

Feature/rdk 61088 reboot reason mwxumo#126
INajeemaBegam wants to merge 3 commits into
developfrom
feature/RDK-61088-reboot-reason-mwxumo

Conversation

@INajeemaBegam

Copy link
Copy Markdown

No description provided.

Vamsi Krishna Palla added 2 commits May 22, 2026 09:48
 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>
Copilot AI review requested due to automatic review settings June 10, 2026 11:10
@INajeemaBegam
INajeemaBegam requested a review from a team as a code owner June 10, 2026 11:10

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

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/... to middleware-dbg/....
  • Replace the previous RELEASE_NUM value 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 thread conf/machine/include/middleware.inc Outdated
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
INajeemaBegam force-pushed the feature/RDK-61088-reboot-reason-mwxumo branch from ade35fe to fb55e19 Compare June 29, 2026 11:02
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.

3 participants