broken symlinks in /lib/modules/$kernel/
hey,
just found out that there are 2 broken symlinks in raspi3 images pointing to build env full path. not sure about other embedded. ascii image, inside /lib/modules/4.16.14-v8+, dirs "build" & "source". same in a self-built beowulf image for raspi3 & 4.20 kernel..(see below) not sure if those symlinks should be there at all (?) if they should, maybe replace full path with .arm-sdk/tmp/.../ or something different that's not "pinpointing" to build env details? closer step to making these images reproducible too :)
$ ls -la /lib/modules/4.20.10-v8+/
total 1808
drwxr-xr-x 3 root root 4096 Feb 20 21:50 .
drwxr-xr-x 3 root root 4096 Feb 20 21:50 ..
lrwxrwxrwx 1 root root 70 Feb 20 21:50 build -> /full/path/to/arm-sdk/tmp/kernels/raspi3/raspi3-linux
drwxr-xr-x 11 root root 4096 Feb 20 21:50 kernel
-rw-r--r-- 1 root root 469812 Feb 20 21:50 modules.alias
-rw-r--r-- 1 root root 484852 Feb 20 21:50 modules.alias.bin
-rw-r--r-- 1 root root 5136 Feb 20 21:50 modules.builtin
-rw-r--r-- 1 root root 6884 Feb 20 21:50 modules.builtin.bin
-rw-r--r-- 1 root root 137596 Feb 20 21:50 modules.dep
-rw-r--r-- 1 root root 196237 Feb 20 21:50 modules.dep.bin
-rw-r--r-- 1 root root 302 Feb 20 21:50 modules.devname
-rw-r--r-- 1 root root 50237 Feb 20 21:50 modules.order
-rw-r--r-- 1 root root 352 Feb 20 21:50 modules.softdep
-rw-r--r-- 1 root root 204607 Feb 20 21:50 modules.symbols
-rw-r--r-- 1 root root 250634 Feb 20 21:50 modules.symbols.bin
lrwxrwxrwx 1 root root 70 Feb 20 21:50 source -> /full/path/to/arm-sdk/tmp/kernels/raspi3/raspi3-linux
thanks, d.
-
changed the description