RDKEMW-18230: Create vdevice manifest with middleware compontents#2997
Open
agampa263 wants to merge 4 commits into
Open
RDKEMW-18230: Create vdevice manifest with middleware compontents#2997agampa263 wants to merge 4 commits into
agampa263 wants to merge 4 commits into
Conversation
Contributor
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a new middleware-focused packagegroup for the vdevice XFCE image and adjusts existing vdevice vendor package dependencies to avoid known-unbuildable media packages.
Changes:
- Add
packagegroup-middleware-layer-core-xfce.bbdefining a minimal middleware component set for the vdevice XFCE image. - Append the new packagegroup into
core-image-vdevice-xfcevia a.bbappend. - Remove
avbuffer,videodecoder, andaudiodecoderfrompackagegroup-vdevice-vendorruntime dependencies.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| recipes-core/packagegroups/packagegroup-vdevice-vendor.bbappend | Removes specific media packages from vdevice vendor packagegroup dependencies. |
| recipes-core/packagegroups/packagegroup-middleware-layer-core-xfce.bb | Introduces a new middleware packagegroup intended for vdevice XFCE images. |
| recipes-core/images/core-image-vdevice-xfce.bbappend | Installs the new middleware packagegroup into the vdevice XFCE image. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+20
to
+27
| RDEPENDS:${PN} = " \ | ||
| entservices-hdmicecsource \ | ||
| hdmicecmiddlware \ | ||
| iarmbus \ | ||
| telemetry \ | ||
| wpeframework \ | ||
| wpeframework-clientlibraries \ | ||
| " |
Contributor
Contributor
|
b'## WARNING: A Blackduck scan failure has been waived A prior failure has been upvoted
|
|
|
||
| inherit packagegroup volatile-bind-gen | ||
|
|
||
| # For interim development and package deployment to test should be using pre release tags |
Comment on lines
+11
to
+13
| # PRs are preferred to be incremented during development stages for any updates in corresponding | ||
| # contributing component revision intakes. | ||
| # With release prior to release, PV gets reset to production semver and PR gets reset to r0 |
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.
Reason for change: Create vdevice manifest with middleware compontents
Test Procedure: verify the builds are passed without any failures
Risks: Low
version: minor
Priority: P1
Signed-off-by:AkshayKumar_Gampa AkshayKumar_Gampa@comcast.com