forked from sifive/freedom-u-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lm_sensors: fix patch-status QA error
Add an Upstream-status. Signed-off-by: Thomas Perrot <[email protected]>
- Loading branch information
Showing
3 changed files
with
29 additions
and
16 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
recipes-bsp/lm_sensors/files/0001-sensors.conf.default-add-tmp451.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
From 7daa1da975c62a775f2916cd6a4d617478daa804 Mon Sep 17 00:00:00 2001 | ||
From: Thomas Perrot <[email protected]> | ||
Date: Thu, 4 Jul 2024 16:12:53 +0200 | ||
Subject: [PATCH] sensors.conf.default: add tmp451 | ||
|
||
Upstream-Status: Inappropriate [FUSDK only] | ||
|
||
Signed-off-by: Thomas Perrot <[email protected]> | ||
--- | ||
etc/sensors.conf.default | 5 +++++ | ||
1 file changed, 5 insertions(+) | ||
|
||
diff --git a/etc/sensors.conf.default b/etc/sensors.conf.default | ||
index 693a66b4..05ab6307 100644 | ||
--- a/etc/sensors.conf.default | ||
+++ b/etc/sensors.conf.default | ||
@@ -534,3 +534,8 @@ chip "adt7476-*" "adt7490-*" | ||
# set in4_max 12.0 * 1.10 | ||
|
||
label temp2 "M/B Temp" | ||
+ | ||
+chip "tmp451-*" | ||
+ | ||
+ label temp1 "M/B Temp" | ||
+ label temp2 "CPU Temp" | ||
-- | ||
2.25.1 | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | ||
|
||
SRC_URI:append = " \ | ||
file://add-tmp451-chip.patch \ | ||
" | ||
SRC_URI += "file://0001-sensors.conf.default-add-tmp451.patch" |