meta-ibm/system1: Add intelcpusensor app to rootfs
intelcpusensor app is responsible for reading and reporting
temperature values from the CPU and DIMM modules via the Platform
Environment Control Interface (PECI)
The other missing parts for enabling peci interface are:
1. The kernel config options - which seems be already present in
system1 config.
CONFIG_PECI=y : Enables general support for the PECI
interface.
CONFIG_PECI_ASPEED=y : Provides support for the PECI interface
on the ASPEED platform.
CONFIG_SENSORS_PECI_CPUTEMP=y : Enables the PECI CPU temperature sensor
driver.
CONFIG_SENSORS_PECI_DIMMTEMP=y: Enables the PECI DIMM temperature
sensor driver.
2. Enabling peci support in system device tree:
The support for this is added at here [1].
[1]: https://lore.kernel.org/r/20240917-dts-aspeed-system1-peci-snoop-v1-1-b967fb3a6735@gmail.com
Change-Id: I06dc56e6abc2874600da504a2e3c624b62525710
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
diff --git a/meta-ibm/recipes-phosphor/sensors/dbus-sensors_%.bbappend b/meta-ibm/recipes-phosphor/sensors/dbus-sensors_%.bbappend
index fe5cf5d..219db05 100644
--- a/meta-ibm/recipes-phosphor/sensors/dbus-sensors_%.bbappend
+++ b/meta-ibm/recipes-phosphor/sensors/dbus-sensors_%.bbappend
@@ -24,4 +24,5 @@
PACKAGECONFIG:system1 = " \
adcsensor \
hwmontempsensor \
+ intelcpusensor \
"