summaryrefslogtreecommitdiff
path: root/package/rpi-utils/0001-only-vcgencmd.patch
blob: 2240b409db305338608c88d8d789cc2f93be9599 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Author note: I am only interested in vcgencmd. Other tools
may or not compile (uvok).

--- a/CMakeLists.txt	2024-09-09 19:39:12.297119443 +0200
+++ b/CMakeLists.txt	2024-09-09 19:39:24.145109420 +0200
@@ -2,14 +2,4 @@
 
 project(utils)
 
-# List of subsidiary CMakeLists
-add_subdirectory(dtmerge)
-add_subdirectory(eeptools)
-add_subdirectory(otpset)
-add_subdirectory(overlaycheck)
-add_subdirectory(ovmerge)
-add_subdirectory(pinctrl)
-add_subdirectory(raspinfo)
 add_subdirectory(vcgencmd)
-add_subdirectory(vclog)
-add_subdirectory(vcmailbox)