-
Notifications
You must be signed in to change notification settings - Fork 18
RDKEMW-15156: Provide a build frame work for trace-cmd #2801
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -50,6 +50,8 @@ RDEPENDS:${PN} = " \ | |||
| lsof \ | ||||
| ${@bb.utils.contains('DISTRO_FEATURES', 'RDKTV_APP_HIBERNATE', "memcr ", "", d)} \ | ||||
| ${@bb.utils.contains('DISTRO_FEATURES', 'memcapture', 'memcapture', '', d)} \ | ||||
| meminsight \ | ||||
| processmonitor \ | ||||
|
||||
| remotedebugger \ | ||||
| networkmanager-plugin \ | ||||
| packagemanager \ | ||||
|
|
@@ -187,6 +189,7 @@ RDEPENDS:${PN} = " \ | |||
| tzdata \ | ||||
| util-linux \ | ||||
| ${@bb.utils.contains('DISTRO_FEATURES', 'enable_gdb_support', "gdb ", "", d)} \ | ||||
| ${@bb.utils.contains('DISTRO_FEATURES', 'enable_tracecmd_support', "trace-cmd ", "", d)} \ | ||||
|
||||
| ${@bb.utils.contains('DISTRO_FEATURES', 'enable_tracecmd_support', "trace-cmd ", "", d)} \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The header comment in this file states these overrides are for OSS recipes built/released by the MW layer due to commercial licenses/other constraints. If trace-cmd is being added here for a different reason (it’s typically a standard OSS tool), consider updating the comment to reflect the actual criteria so future additions don’t become confusing.