projects
/
platform
/
kernel
/
linux-tizen-modules.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
376b1f1
)
spec: run depmod(8) after installing linux-tizen-modules-rpi4-rt
94/272394/1
accepted/tizen/unified/20220324.134423
submit/tizen/20220321.130904
author
Łukasz Stelmach
<l.stelmach@samsung.com>
Tue, 15 Mar 2022 22:17:42 +0000
(23:17 +0100)
committer
Łukasz Stelmach
<l.stelmach@samsung.com>
Wed, 16 Mar 2022 00:09:35 +0000
(
01:09
+0100)
Change-Id: Ieb5ae3a4908ac629090a24414f00b603f237449e
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
packaging/linux-tizen-modules.spec
patch
|
blob
|
history
diff --git
a/packaging/linux-tizen-modules.spec
b/packaging/linux-tizen-modules.spec
index deb95443b07d43dcf651e5e60ce22bbe3d7ed8c8..5ab144cce41be508ccad13337164019114cac8bd 100644
(file)
--- a/
packaging/linux-tizen-modules.spec
+++ b/
packaging/linux-tizen-modules.spec
@@
-175,6
+175,10
@@
RELEASEVERSION=$(basename $(dirname `find /lib/modules -name extra | head -1`))
RELEASEVERSION=$(basename $(dirname `find /lib/modules -name extra | head -1`))
/sbin/depmod -a $RELEASEVERSION
+%post rpi4-rt
+RELEASEVERSION=$(basename $(dirname `find /lib/modules -name extra | head -1`))
+/sbin/depmod -a $RELEASEVERSION
+
%ifnarch aarch64
%post tm1
KMOD_PATH_TM1=%{KMOD_PATH_TM1}