Skip to content

RDK-61088: Replace vendor reboot reason script from shell to C#843

Open
INajeemaBegam wants to merge 1 commit into
developfrom
feature/RDK-61088-reboot-reason-common
Open

RDK-61088: Replace vendor reboot reason script from shell to C#843
INajeemaBegam wants to merge 1 commit into
developfrom
feature/RDK-61088-reboot-reason-common

Conversation

@INajeemaBegam
Copy link
Copy Markdown

Reason for change: Added code for Reboot reason
Test Procedure: None
Risks: P1
Signed-off-by: najeemabegami najeemabegam.iqbal@sky.uk

Copilot AI review requested due to automatic review settings May 11, 2026 08:15
@INajeemaBegam INajeemaBegam requested review from a team as code owners May 11, 2026 08:15
Copy link
Copy Markdown
Contributor

Copilot AI left a 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 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-manager to a new commit so builds fetch the updated reboot-manager sources.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@INajeemaBegam INajeemaBegam force-pushed the feature/RDK-61088-reboot-reason-common branch from 7ca3e5a to d734fed Compare May 20, 2026 07:17
Copilot AI review requested due to automatic review settings May 20, 2026 11:23
@INajeemaBegam INajeemaBegam force-pushed the feature/RDK-61088-reboot-reason-common branch from d734fed to 5400c2f Compare May 20, 2026 11:23
Copy link
Copy Markdown
Contributor

Copilot AI left a 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 1 out of 1 changed files in this pull request and generated no new comments.

@INajeemaBegam INajeemaBegam force-pushed the feature/RDK-61088-reboot-reason-common branch from 5400c2f to 5327d81 Compare May 22, 2026 11:00
Copilot AI review requested due to automatic review settings May 24, 2026 15:08
@INajeemaBegam INajeemaBegam force-pushed the feature/RDK-61088-reboot-reason-common branch from 5327d81 to ee13da1 Compare May 24, 2026 15:08
Copy link
Copy Markdown
Contributor

Copilot AI left a 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 1 out of 1 changed files in this pull request and generated 1 comment.

LOGROTATE_ROTATION_MEM_rebootInfo = "3"

DEPENDS += "commonutilities telemetry rbus"
DEPENDS += "commonutilities telemetry rbus rdk-reboot-reason-hal-amlogic"
@INajeemaBegam INajeemaBegam force-pushed the feature/RDK-61088-reboot-reason-common branch from ee13da1 to a22844f Compare May 25, 2026 03:58
Copilot AI review requested due to automatic review settings May 25, 2026 05:54
@INajeemaBegam INajeemaBegam force-pushed the feature/RDK-61088-reboot-reason-common branch from a22844f to 0760c20 Compare May 25, 2026 05:54
Copy link
Copy Markdown
Contributor

Copilot AI left a 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 1 out of 1 changed files in this pull request and generated 2 comments.

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"
@INajeemaBegam INajeemaBegam force-pushed the feature/RDK-61088-reboot-reason-common branch from 0760c20 to c55eddd Compare May 25, 2026 06:53
Copilot AI review requested due to automatic review settings May 25, 2026 12:34
@INajeemaBegam INajeemaBegam force-pushed the feature/RDK-61088-reboot-reason-common branch from c55eddd to 4da0ffd Compare May 25, 2026 12:34
Copy link
Copy Markdown
Contributor

Copilot AI left a 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 1 out of 1 changed files in this pull request and generated 1 comment.

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"
@INajeemaBegam INajeemaBegam force-pushed the feature/RDK-61088-reboot-reason-common branch from 4da0ffd to 6bb2407 Compare May 25, 2026 14:46
Copilot AI review requested due to automatic review settings June 2, 2026 07:41
@INajeemaBegam INajeemaBegam force-pushed the feature/RDK-61088-reboot-reason-common branch from 6bb2407 to 8c902fb Compare June 2, 2026 07:41
Copy link
Copy Markdown
Contributor

Copilot AI left a 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 1 out of 1 changed files in this pull request and generated 1 comment.

LOGROTATE_ROTATION_MEM_rebootInfo = "3"

DEPENDS += "commonutilities telemetry rbus"
DEPENDS += "commonutilities telemetry rbus rdk-reboot-reason-hal-mtk" #rdk-reboot-reason-hal-amlogic"
@INajeemaBegam INajeemaBegam force-pushed the feature/RDK-61088-reboot-reason-common branch 3 times, most recently from 0b92f98 to 3ce6344 Compare June 3, 2026 08:26
Copilot AI review requested due to automatic review settings June 3, 2026 08:26
Copy link
Copy Markdown
Contributor

Copilot AI left a 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 1 out of 1 changed files in this pull request and generated 1 comment.

Comment on lines +47 to +48
DEPENDS += "commonutilities telemetry rbus rdk-reboot-reason-hal-mtk"
#rdk-reboot-reason-hal-amlogic
@INajeemaBegam INajeemaBegam force-pushed the feature/RDK-61088-reboot-reason-common branch 2 times, most recently from 6b3ba81 to 3c2dc3c Compare June 3, 2026 15:40
Copilot AI review requested due to automatic review settings June 3, 2026 15:40
Copy link
Copy Markdown
Contributor

Copilot AI left a 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 1 out of 1 changed files in this pull request and generated 1 comment.

LOGROTATE_ROTATION_MEM_rebootInfo = "3"

DEPENDS += "commonutilities telemetry rbus"
DEPENDS += "commonutilities telemetry rbus rdk-reboot-reason-hal-mtk"
@INajeemaBegam INajeemaBegam force-pushed the feature/RDK-61088-reboot-reason-common branch 2 times, most recently from 188bd0d to 12a0875 Compare June 5, 2026 05:07
Copilot AI review requested due to automatic review settings June 5, 2026 05:07
Copy link
Copy Markdown
Contributor

Copilot AI left a 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 1 out of 1 changed files in this pull request and generated 2 comments.

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"
@INajeemaBegam INajeemaBegam force-pushed the feature/RDK-61088-reboot-reason-common branch from 12a0875 to a121a9d Compare June 5, 2026 10:52
Copilot AI review requested due to automatic review settings June 5, 2026 11:40
@INajeemaBegam INajeemaBegam force-pushed the feature/RDK-61088-reboot-reason-common branch from a121a9d to 322d76f Compare June 5, 2026 11:40
Copy link
Copy Markdown
Contributor

Copilot AI left a 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 1 out of 1 changed files in this pull request and generated 1 comment.

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>
@INajeemaBegam INajeemaBegam force-pushed the feature/RDK-61088-reboot-reason-common branch from 322d76f to ab0dd57 Compare June 5, 2026 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants