RDK-61088: Replace vendor reboot reason script from shell to C#843
Open
INajeemaBegam wants to merge 1 commit into
Open
RDK-61088: Replace vendor reboot reason script from shell to C#843INajeemaBegam wants to merge 1 commit into
INajeemaBegam wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Yocto recipe for reboot-manager to pull a newer upstream reboot-manager source revision, aligning the middleware layer with the changes described in the PR title (vendor reboot reason implementation moving from shell to C in the component itself).
Changes:
- Bump
SRCREV_reboot-managerto a new commit so builds fetch the updatedreboot-managersources.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
7ca3e5a to
d734fed
Compare
d734fed to
5400c2f
Compare
5400c2f to
5327d81
Compare
5327d81 to
ee13da1
Compare
| LOGROTATE_ROTATION_MEM_rebootInfo = "3" | ||
|
|
||
| DEPENDS += "commonutilities telemetry rbus" | ||
| DEPENDS += "commonutilities telemetry rbus rdk-reboot-reason-hal-amlogic" |
ee13da1 to
a22844f
Compare
a22844f to
0760c20
Compare
| LOGROTATE_ROTATION_MEM_rebootInfo = "3" | ||
|
|
||
| DEPENDS += "commonutilities telemetry rbus" | ||
| DEPENDS += "commonutilities telemetry rbus rdk-reboot-reason-hal-amlogic" |
|
|
||
| SRC_URI = "${CMF_GITHUB_ROOT}/reboot-manager;${CMF_GITHUB_SRC_URI_SUFFIX};name=reboot-manager" | ||
| SRCREV_reboot-manager = "b4cd16f1844161bb6a3c58167208123a0a413339" | ||
| SRCREV_reboot-manager = "4f491241225e8aab53cd728bd877a1853f7985ef" |
0760c20 to
c55eddd
Compare
c55eddd to
4da0ffd
Compare
Comment on lines
14
to
+19
| PV = "2.2.0" | ||
| PR = "r0" | ||
| PACKAGE_ARCH = "${MIDDLEWARE_ARCH}" | ||
|
|
||
| SRC_URI = "${CMF_GITHUB_ROOT}/reboot-manager;${CMF_GITHUB_SRC_URI_SUFFIX};name=reboot-manager" | ||
| SRCREV_reboot-manager = "b4cd16f1844161bb6a3c58167208123a0a413339" | ||
| SRCREV_reboot-manager = "0878c86879f5f123cba04a5c1bef673f6058cb92" |
4da0ffd to
6bb2407
Compare
6bb2407 to
8c902fb
Compare
| LOGROTATE_ROTATION_MEM_rebootInfo = "3" | ||
|
|
||
| DEPENDS += "commonutilities telemetry rbus" | ||
| DEPENDS += "commonutilities telemetry rbus rdk-reboot-reason-hal-mtk" #rdk-reboot-reason-hal-amlogic" |
0b92f98 to
3ce6344
Compare
Comment on lines
+47
to
+48
| DEPENDS += "commonutilities telemetry rbus rdk-reboot-reason-hal-mtk" | ||
| #rdk-reboot-reason-hal-amlogic |
6b3ba81 to
3c2dc3c
Compare
| LOGROTATE_ROTATION_MEM_rebootInfo = "3" | ||
|
|
||
| DEPENDS += "commonutilities telemetry rbus" | ||
| DEPENDS += "commonutilities telemetry rbus rdk-reboot-reason-hal-mtk" |
188bd0d to
12a0875
Compare
Comment on lines
15
to
+19
| PR = "r0" | ||
| PACKAGE_ARCH = "${MIDDLEWARE_ARCH}" | ||
|
|
||
| SRC_URI = "${CMF_GITHUB_ROOT}/reboot-manager;${CMF_GITHUB_SRC_URI_SUFFIX};name=reboot-manager" | ||
| SRCREV_reboot-manager = "b4cd16f1844161bb6a3c58167208123a0a413339" | ||
| SRCREV_reboot-manager = "0878c86879f5f123cba04a5c1bef673f6058cb92" |
Comment on lines
47
to
48
| #DEPENDS += "commonutilities telemetry rbus rdk-reboot-reason-hal-mtk" | ||
| DEPENDS += "commonutilities telemetry rbus" |
12a0875 to
a121a9d
Compare
a121a9d to
322d76f
Compare
| LOGROTATE_ROTATION_MEM_rebootInfo = "3" | ||
|
|
||
| DEPENDS += "commonutilities telemetry rbus" | ||
| DEPENDS += "commonutilities telemetry rbus rdk-reboot-reason-hal-mtk" |
Reason for change: Added code for Reboot reason Test Procedure: None Risks: P1 Signed-off-by: najeemabegami <najeemabegam.iqbal@sky.uk>
322d76f to
ab0dd57
Compare
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: Added code for Reboot reason
Test Procedure: None
Risks: P1
Signed-off-by: najeemabegami najeemabegam.iqbal@sky.uk