Skip to content
Open
Changes from all commits
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
16 changes: 14 additions & 2 deletions recipes-core/packagegroups/packagegroup-middleware-layer.bb
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,9 @@ RDEPENDS:${PN} = " \
rdkperf \
entservices-casting \
entservices-connectivity \
entservices-deviceanddisplay \
entservices-infra \
entservices-rdkappmanagers \
entservices-appgateway \
entservices-inputoutput \
entservices-avoutput \
entservices-mediaanddrm \
entservices-peripherals \
Expand All @@ -74,6 +72,20 @@ RDEPENDS:${PN} = " \
entservices-firmwareupdate \
entservices-frontpanel \
entservices-mediaanddrm-screencapture \
entservices-avinput \
entservices-devicediagnostics \
entservices-deviceinfo \
entservices-displayinfo \
entservices-displaysettings \
entservices-framerate \
entservices-hdcpprofile \
Comment on lines +77 to +81
Copy link

Copilot AI Feb 15, 2026

Choose a reason for hiding this comment

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

These new RDEPENDS entries include trailing whitespace (extra spaces before the line-continuation ''). While BitBake will usually tolerate it, it’s easy to introduce subtle diffs and style/lint noise—please trim the extra spaces so each line ends with " " consistently.

Copilot uses AI. Check for mistakes.
entservices-hdmicecsink \
entservices-hdmicecsource \
entservices-powermanager \
entservices-systemservices \
entservices-systemmode \
entservices-userpreferences \
entservices-warehouse \
Comment on lines +84 to +88
Copy link

Copilot AI Feb 15, 2026

Choose a reason for hiding this comment

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

Trailing whitespace on these added RDEPENDS lines (extra spaces before the '') should be removed to keep formatting consistent and avoid whitespace-only churn in future updates.

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