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
2 changes: 2 additions & 0 deletions recipes-core/packagegroups/packagegroup-middleware-layer.bb
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ RDEPENDS:${PN} = " \
entservices-ledcontrol \
entservices-frontpanel \
entservices-mediaanddrm-screencapture \
entservices-usbdevice \
entservices-usbmassstorage \
Comment on lines 79 to +81
Copy link

Copilot AI Feb 20, 2026

Choose a reason for hiding this comment

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

Adding new RDEPENDS entries changes the packagegroup output, but the recipe version/revision (PV/PR) is unchanged. If this packagegroup is published in an IPK/RPM feed, clients may not pick up the updated dependency list without a PR/PV bump. Consider incrementing PR (or PV, per your release process) alongside this dependency change so upgrades pull in the new packages.

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