Skip to content

Commit b65b1e1

Browse files
Define a packagegroup with profiling utilities (qualcomm-linux#105)
Define packagegroup-qcom-utilities-profile-utils to include essential profiling tools such as powertop, perf, and systemd-analyze for power, performance, and boot-time analysis. Add this packagegroup to qcom-console-image.
2 parents 0ccb1a9 + b50911e commit b65b1e1

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

recipes-products/images/qcom-console-image.bb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ IMAGE_FEATURES += "${@bb.utils.contains('DISTRO_FEATURES', 'sota', '', 'package-
88
CORE_IMAGE_BASE_INSTALL += " \
99
packagegroup-qcom-utilities-debug-utils \
1010
packagegroup-qcom-utilities-network-utils \
11+
packagegroup-qcom-utilities-profile-utils \
1112
packagegroup-qcom-utilities-support-utils \
1213
packagegroup-qcom-virtualization \
1314
"

recipes-products/packagegroups/packagegroup-qcom-utilities.bb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ PACKAGES += " \
77
${PN}-filesystem-utils \
88
${PN}-gpu-utils \
99
${PN}-network-utils \
10+
${PN}-profile-utils \
1011
${PN}-support-utils \
1112
"
1213

@@ -57,6 +58,12 @@ RDEPENDS:${PN}-network-utils = " \
5758
tcpdump \
5859
"
5960

61+
RDEPENDS:${PN}-profile-utils = " \
62+
perf \
63+
powertop \
64+
systemd-analyze \
65+
"
66+
6067
RDEPENDS:${PN}-support-utils = " \
6168
dtc \
6269
efivar \

0 commit comments

Comments
 (0)