Skip to content
Closed
Show file tree
Hide file tree
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: 1 addition & 1 deletion conf/include/generic-pkgrev.inc
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ PR:pn-packagemanager = "r0"
PACKAGE_ARCH:pn-packagemanager = "${MIDDLEWARE_ARCH}"

PV:pn-thunderstartupservices = "1.2.1"
PR:pn-thunderstartupservices = "r0"
PR:pn-thunderstartupservices = "r1"
PACKAGE_ARCH:pn-thunderstartupservices = "${MIDDLEWARE_ARCH}"

PACKAGE_ARCH:pn-uwebsockets = "${MIDDLEWARE_ARCH}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ RDEPENDS:${PN} = " \
sysint \
systimemgr \
telemetry \
${@bb.utils.contains('DISTRO_FEATURES', 'texttrack', 'texttrack', '', d)} \
Copy link

Copilot AI Nov 19, 2025

Choose a reason for hiding this comment

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

[nitpick] Inconsistent spacing in the conditional expression. The pattern at line 34 and 49 uses double spaces after the comma and space before closing parenthesis ('enable_ripple', \"virtual/firebolt \"), line 50 uses single quotes with no trailing space ('memcapture', 'memcapture', ''), while line 71 uses single quotes ('DAC_SUPPORT', 'entservices-lisa', ''). The new line at 82 should follow the predominant pattern in the file. Consider aligning with line 50's pattern: ${@bb.utils.contains('DISTRO_FEATURES', 'texttrack', 'texttrack', '', d)}.

Copilot uses AI. Check for mistakes.
thunderjs \
tr69hostif \
tr69hostif-conf \
Expand Down