-
Notifications
You must be signed in to change notification settings - Fork 13
RDKEMW-9849: Move memcapture to middleware layer #2033
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
update PV, PR to memcapture
There was a problem hiding this comment.
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 adds support for the memcapture package to the middleware layer by integrating it as a conditional dependency based on the DISTRO_FEATURES flag and configuring its version control metadata.
- Adds
memcaptureas a conditional runtime dependency in the packagegroup - Configures source revision and package versioning metadata for
memcapture
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| recipes-core/packagegroups/packagegroup-middleware-layer.bb | Adds conditional runtime dependency on memcapture based on DISTRO_FEATURES |
| conf/include/generic-srcrev.inc | Defines the source revision (commit hash) for the memcapture package |
| conf/include/generic-pkgrev.inc | Configures package version, release, and architecture metadata for memcapture |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
* RDKEMW-9639: Increase in error marker * RDKEMW-9377: AAMP Federated Release for Sprint 2510 - Tag 2.10.0 (#1913) * RDKEMW-9377: AAMP Federated Release for Sprint 2510 - Tag 3.0.0 Signed-off-by: psiva01 <[email protected]> * RDKEMW-9377: Final TAG & revision update Signed-off-by: psiva01 <[email protected]> --------- Signed-off-by: psiva01 <[email protected]> Co-authored-by: Anand Kandasamy <[email protected]> --------- Signed-off-by: psiva01 <[email protected]> Co-authored-by: hgfell683 <[email protected]> Co-authored-by: Sivasubramanian Patchaiperumal <[email protected]> Co-authored-by: Anand Kandasamy <[email protected]> Co-authored-by: rdkcm-bot <[email protected]>
* RDKEMW-9639: Increase in error marker * RDKEMW-9377: AAMP Federated Release for Sprint 2510 - Tag 2.10.0 (#1913) * RDKEMW-9377: AAMP Federated Release for Sprint 2510 - Tag 3.0.0 Signed-off-by: psiva01 <[email protected]> * RDKEMW-9377: Final TAG & revision update Signed-off-by: psiva01 <[email protected]> --------- Signed-off-by: psiva01 <[email protected]> Co-authored-by: Anand Kandasamy <[email protected]> --------- Signed-off-by: psiva01 <[email protected]> Co-authored-by: hgfell683 <[email protected]> Co-authored-by: Sivasubramanian Patchaiperumal <[email protected]> Co-authored-by: Anand Kandasamy <[email protected]> Co-authored-by: rdkcm-bot <[email protected]>
* RDKEMW-9639: Increase in error marker * RDKEMW-9377: AAMP Federated Release for Sprint 2510 - Tag 2.10.0 (#1913) * RDKEMW-9377: AAMP Federated Release for Sprint 2510 - Tag 3.0.0 Signed-off-by: psiva01 <[email protected]> * RDKEMW-9377: Final TAG & revision update Signed-off-by: psiva01 <[email protected]> --------- Signed-off-by: psiva01 <[email protected]> Co-authored-by: Anand Kandasamy <[email protected]> --------- Signed-off-by: psiva01 <[email protected]> Co-authored-by: hgfell683 <[email protected]> Co-authored-by: Sivasubramanian Patchaiperumal <[email protected]> Co-authored-by: Anand Kandasamy <[email protected]> Co-authored-by: rdkcm-bot <[email protected]>
* RDKEMW-9639: Increase in error marker * RDKEMW-9377: AAMP Federated Release for Sprint 2510 - Tag 2.10.0 (#1913) * RDKEMW-9377: AAMP Federated Release for Sprint 2510 - Tag 3.0.0 Signed-off-by: psiva01 <[email protected]> * RDKEMW-9377: Final TAG & revision update Signed-off-by: psiva01 <[email protected]> --------- Signed-off-by: psiva01 <[email protected]> Co-authored-by: Anand Kandasamy <[email protected]> --------- Signed-off-by: psiva01 <[email protected]> Co-authored-by: hgfell683 <[email protected]> Co-authored-by: Sivasubramanian Patchaiperumal <[email protected]> Co-authored-by: Anand Kandasamy <[email protected]> Co-authored-by: rdkcm-bot <[email protected]>
Rebase and merge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
RDKEMW-9849:: update PV, PR to memcapture