Skip to content

Commit c0e6dbe

Browse files
author
John Wang
committed
meta-ieisystem: Enable I2C tracing to aid in debugging sensor issues
Enabling I2C tracing can help in diagnosing problems related to sensors by providing a clearer view of I2C communication. Signed-off-by: John Wang <[email protected]> Change-Id: I3efcaed0d2f2a197a1faf428ea932852c0b8ec29
1 parent 66776c4 commit c0e6dbe

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

meta-ieisystem/recipes-ieisystem/packagegroups/packagegroup-obmc-apps.bbappend

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
RDEPENDS:${PN}-extras:append = " \
22
iei-ipmi-oem \
33
phosphor-virtual-sensor \
4+
trace-enable \
45
tzdata-core \
56
"
67

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
TRACE_EVENTS:append = " \
2+
i2c \
3+
i2c_slave \
4+
"

0 commit comments

Comments
 (0)