RDKEMW-3659: Fix WPE_ERROR_ResourceUnavail message on getModel#92
RDKEMW-3659: Fix WPE_ERROR_ResourceUnavail message on getModel#92ponnathdeepak wants to merge 8 commits intodevelopfrom
Conversation
Reason for change: Fix WPE_ERROR_ResourceUnavail message on getModel Test Procedure: Refer ticket Risks: Low Signed-off-by: Deepak_Ponnath2@comcast.com
There was a problem hiding this comment.
Pull request overview
Updates the WPEFramework System initialiser unit dependencies to ensure required services are started before the System plugin is activated.
Changes:
- Add
wpeframework-deviceinfo.servicetoRequires=andAfter=forwpeframework-system.serviceto enforce startup dependency/order.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| Requires=wpeframework-powermanager.service sysmgr.service mfrmgr.service wpeframework-deviceinfo.service | ||
| After=wpeframework-powermanager.service sysmgr.service mfrmgr.service wpeframework-deviceinfo.service |
There was a problem hiding this comment.
The PR title/description says it fixes the "WPE_ERROR_ResourceUnavail message on getModel", but the actual change here is only adjusting systemd unit ordering/dependencies (adding wpeframework-deviceinfo.service). Please update the PR description/title (or add the missing code change) to clearly explain how this systemd dependency change resolves the getModel error/message, so reviewers/operators understand the intent and impact.
Reason for change: Fix WPE_ERROR_ResourceUnavail message on getModel
Test Procedure: Refer ticket
Risks: Low
Signed-off-by: Deepak_Ponnath2@comcast.com