summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2023-01-31 11:38:53 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2023-01-31 11:40:40 +0800
commit5741a3199f946b0790de73a174066c1f141c0a9d (patch)
tree511c7f6d9eccb6ab54b286adf4409861b6767cc2
parentfe58cad574d291f2fa4ec33c9e4db983f8a810cf (diff)
downloadlinaro-prebuilts-master.tar.gz
modinfo: add tool to check the kernel module signature informationHEADmaster
so that to decide if the llvm-strip should be run against the target kernel module The path of build/kernel/build-tools/path/linux-x86/modinfo should be used, but for the tuxsuite build manifest, this repository is not repo synced, so workaround here Change-Id: Iab422f0e1d773da91cd50755b9940cba1b7113ff Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rwxr-xr-xhost/bin/modinfobin0 -> 165848 bytes
-rw-r--r--host/source.txt4
2 files changed, 4 insertions, 0 deletions
diff --git a/host/bin/modinfo b/host/bin/modinfo
new file mode 100755
index 0000000..238fda9
--- /dev/null
+++ b/host/bin/modinfo
Binary files differ
diff --git a/host/source.txt b/host/source.txt
index ab65cf3..9e40fe0 100644
--- a/host/source.txt
+++ b/host/source.txt
@@ -50,3 +50,7 @@ host/bin/unpack_bootimg:
host/bin/llvm-strip
host/lib64/libc++.so.1
https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+/refs/heads/master/clang-r450784e/
+host/bin/modinfo:
+ prebuilts/kernel-build-tools/linux-x86/bin/depmod
+ https://android.googlesource.com/kernel/prebuilts/build-tools/+/refs/heads/master/linux-x86/bin/depmod
+ ea9b9fe2f1053f8f5ef484055c58856c18a5aa75