RDKEMW-13467 : Integrate entservices-cloudstore into middleware builds#2661
RDKEMW-13467 : Integrate entservices-cloudstore into middleware builds#2661MukeshkumarK wants to merge 3 commits intodevelopfrom
Conversation
Reason For Change: Integrate entservices-cloudstore repos to middleware builds Test procedure : Compiled and Verified version: patch Priority: P2 Signed-off-by: mkumar705 <mukesh_kumark@comcast.com>
There was a problem hiding this comment.
Pull request overview
This PR integrates the entservices-cloudstore package into the middleware build system by adding it as a runtime dependency in the packagegroup-middleware-layer recipe. This enables the cloudstore service to be included in middleware builds going forward.
Changes:
- Added entservices-cloudstore as a runtime dependency to packagegroup-middleware-layer.bb
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| entservices-firmwareupdate \ | ||
| entservices-frontpanel \ | ||
| entservices-mediaanddrm-screencapture \ | ||
| entservices-cloudstore \ |
There was a problem hiding this comment.
The package 'entservices-cloudstore' should be placed alphabetically between 'entservices-casting' (line 61) and 'entservices-connectivity' (line 62). The entservices packages from lines 61-76 follow alphabetical ordering, and the new entry should maintain this pattern for consistency and maintainability.
|
I have read the CLA Document and I hereby sign the CLA 1 out of 2 committers have signed the CLA. |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| entservices-firmwareupdate \ | ||
| entservices-frontpanel \ | ||
| entservices-mediaanddrm-screencapture \ | ||
| entservices-cloudstore \ |
There was a problem hiding this comment.
The entservices-cloudstore package is not in alphabetical order. It should be placed after entservices-avoutput (line 69) and before entservices-connectivity (line 63). The entservices packages follow alphabetical ordering: appgateway, avoutput, cloudstore (should go here), connectivity, deviceanddisplay, etc.
Reason For Change: Integrate entservices-cloudstore repos to middleware builds
Test procedure : Compiled and Verified
version: patch
Priority: P2