RDKEVD-7510 : Consume OSS Release 4.13.0 in TVVL-Amlogic#115
Open
vamsipalla wants to merge 3 commits into
Open
RDKEVD-7510 : Consume OSS Release 4.13.0 in TVVL-Amlogic#115vamsipalla wants to merge 3 commits into
vamsipalla wants to merge 3 commits into
Conversation
https://ccp.sys.comcast.net/browse/RDKEVD-7510 Signed-off-by: Vamsi Krishna Palla <vamsikrishna.palla@sky.uk>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Yocto machine include configuration that defines where middleware/OSS IPK feeds are fetched from for TVVL-Amlogic, intending to consume a newer OSS middleware drop.
Changes:
- Changes the middleware IPK feed path from
middleware-rel/${RELEASE_NUM}tomiddleware-dbg/${RELEASE_NUM}. - Changes the OSS middleware IPK feed path from
middleware-rel/${RELEASE_NUM}tomiddleware-dbg/${RELEASE_NUM}. - Updates
RELEASE_NUMfrom8.6.1.0toRDKEVD-7510-r0.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| conf/machine/include/oss_mw.inc | Redirects OSS middleware IPK feed URL construction to a different artifact path. |
| conf/machine/include/middleware.inc | Updates release identifier and redirects middleware IPK feed URL construction to a different artifact path. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| 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}" |
| PACKAGE_EXTRA_ARCHS:append = " ${MIDDLEWARE_ARCH}" | ||
|
|
||
| RELEASE_NUM = "8.6.1.0" | ||
| RELEASE_NUM = "RDKEVD-7510-r0" |
| RELEASE_NUM = "RDKEVD-7510-r0" | ||
|
|
||
| MW_IPK_PATH ?= "middleware-rel/${RELEASE_NUM}" | ||
| MW_IPK_PATH ?= "middleware-dbg/${RELEASE_NUM}" |
added 2 commits
May 22, 2026 10:32
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>
Signed-off-by: Vamsi Krishna Palla <vamsikrishna.palla@sky.uk>
Comment on lines
+8
to
+15
| # 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) 127c80ba28d74baa99301fc0cc81a018589c4f88 and | ||
| # 2. meta-rdk-video(PR#2662) 90a2b017c749536be2bfb710e48e1d2ed36ce39c | ||
| # MW base SHA used from develop: 1fc963fed124bc77188498da844f61fa160a5162 | ||
| # MW PR: https://github.com/rdk-e/rdke-middleware-manifest/pull/7539 | ||
| # MW PR#7539 SHA used in deploying ipks: 88987232d3bd3e77179fbd1593585c707fd8268a (sky-it) | ||
| # MW PR#7539 SHA used in deploying ipks: 13b4b8298b8a6b2a92b6bcd41f1ea77f318a386e ( rest of sky platforms) |
Comment on lines
+18
to
21
| RELEASE_NUM = "RDKEVD-7510-r1" | ||
|
|
||
| MW_IPK_PATH ?= "middleware-dbg/${RELEASE_NUM}" | ||
| MW_IPK_SERVER_PATH ?= "${RDK_ARTIFACTS_BASE_URL}/${MW_IPK_PATH}/${RDK_MW_ARCH}/ipks/${BUILD_VARIANT}" |
Comment on lines
4
to
6
| OPKG_ARCH_PRIORITY:${MW_OSS} = "205" | ||
| MW_OSS_IPK_PATH ?= "middleware-rel/${RELEASE_NUM}" | ||
| MW_OSS_IPK_PATH ?= "middleware-dbg/${RELEASE_NUM}" | ||
| MW_OSS_IPK_SERVER_PATH = "${RDK_ARTIFACTS_BASE_URL}/${MW_OSS_IPK_PATH}/${RDK_MW_ARCH}/${MW_OSS}/ipks/${BUILD_VARIANT}" |
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.
https://ccp.sys.comcast.net/browse/RDKEVD-7510