Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ RDEPENDS:${PN} = " \
entservices-firmwareupdate \
entservices-frontpanel \
entservices-mediaanddrm-screencapture \
entservices-cloudstore \
Copy link

Copilot AI Feb 16, 2026

Choose a reason for hiding this comment

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

The package 'entservices-cloudstore' should be placed alphabetically between 'entservices-casting' (line 61) and 'entservices-connectivity' (line 62). The entservices packages from lines 61-76 follow alphabetical ordering, and the new entry should maintain this pattern for consistency and maintainability.

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI Feb 19, 2026

Choose a reason for hiding this comment

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

The entservices-cloudstore package is not in alphabetical order. It should be placed after entservices-avoutput (line 69) and before entservices-connectivity (line 63). The entservices packages follow alphabetical ordering: appgateway, avoutput, cloudstore (should go here), connectivity, deviceanddisplay, etc.

Copilot uses AI. Check for mistakes.
${@bb.utils.contains('DISTRO_FEATURES', 'DAC_SUPPORT', 'entservices-lisa', '', d)} \
rdksysctl \
rdkversion \
Expand Down