Hotfix: fix zlogger.ko path
[platform/kernel/linux-tizen-modules.git] / packaging / baselibs.conf
1 arch aarch64 targets armv7l:aarch64
2
3 linux-tizen-modules-tw3
4   +/
5   requires "bash"
6   requires "coreutils"
7   requires "findutils"
8   requires "kmod-compat"
9   provides "stability-monitor-kernel-module"
10   post "/bin/cp -r /aarch64/modules/* /lib/modules/"
11   post "/bin/rm -rf /aarch64"
12   post "RELEASEVERSION=$(basename $(dirname `find /lib/modules -name extra | head -1`))"
13   post "/sbin/depmod -a $RELEASEVERSION"