RDKEMW-14517: Use IARM for PowerManager clients#2700
RDKEMW-14517: Use IARM for PowerManager clients#2700yuvaramachandran-gurusamy wants to merge 19 commits intosupport/2.16.9from
Conversation
…oller ThunderClientLibrary Signed-off-by: yuvaramachandran_gurusamy <[email protected]>
Signed-off-by: yuvaramachandran_gurusamy <[email protected]>
Signed-off-by: yuvaramachandran_gurusamy <[email protected]>
RDKEMW-13117: Use IARM for PowerManager clients which uses PowerController ThunderClientLibrary
There was a problem hiding this comment.
Pull request overview
Updates the Yocto/BitBake version pins to pull in middleware changes needed to “Use IARM for PowerManager clients” (RDKEMW-14517) by advancing multiple component SRCREV and PV values.
Changes:
- Bump
SRCREVpins for updated middleware components (notablyiarmmgrs,iarm-query-powerstate,tr69hostif,bluetooth-mgr,thunderstartupservices). - Bump
PV(and in one casePR) for the corresponding packages to reflect new upstream drops. - Advance several
entservices-*package versions.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| conf/include/generic-srcrev.inc | Advances source revision pins (git SHAs) for components involved in IARM/PowerManager-related updates. |
| conf/include/generic-pkgrev.inc | Updates package versions/revisions so the build produces new package versions for the updated source drops. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
conf/include/generic-pkgrev.inc
Outdated
| PACKAGE_ARCH:pn-rfc = "${MIDDLEWARE_ARCH}" | ||
|
|
||
| PV:pn-tr69hostif = "1.1.9v5" | ||
| PV:pn-tr69hostif = "1.1.9v5_1" |
There was a problem hiding this comment.
PV was bumped for pn-tr69hostif, but pn-tr69hostif-headers still has PV set to "1.1.9v5" while its SRCREV is also updated in generic-srcrev.inc. Keeping PV unchanged when the underlying SRCREV changes can cause package feed / sstate collisions and makes it hard to trace which source commit produced a given headers package; consider bumping PV:pn-tr69hostif-headers in the same way (or adjusting PR) to reflect the new SRCREV.
| PV:pn-tr69hostif = "1.1.9v5_1" | |
| PV:pn-tr69hostif = "1.1.9v5" |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: yuvaramachandran_gurusamy <[email protected]>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
RDKEMW-14517: Use IARM based PowerManager
Signed-off-by: Yuvaramachandran Gurusamy [[email protected]]