Skip to content

AMLOGIC-7394: enable console in PROD image for debugging - #165

Open
Dhivyailangovan wants to merge 1 commit into
developfrom
feature/AMLOGIC-7394_Prod_Console
Open

AMLOGIC-7394: enable console in PROD image for debugging#165
Dhivyailangovan wants to merge 1 commit into
developfrom
feature/AMLOGIC-7394_Prod_Console

Conversation

@Dhivyailangovan

Copy link
Copy Markdown

No description provided.

Copilot AI review requested due to automatic review settings May 26, 2026 13:14
@Dhivyailangovan
Dhivyailangovan requested review from a team as code owners May 26, 2026 13:14

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Enables console access in production-variant images by stopping the post-rootfs hook from removing getty/login components, allowing console-based debugging.

Changes:

  • Removed the disable_agetty post-rootfs step from common_prod_image_hook() for PROD-related images.

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

Comment on lines 13 to 16
python common_prod_image_hook(){
bb.build.exec_func('cleanup_stunnel_socat', d)
bb.build.exec_func('update_noshadow', d)
bb.build.exec_func('disable_agetty', d)
bb.build.exec_func('update_build_type_property', d)
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.

2 participants