1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-06 10:50:37 +00:00

ti-ipc: add module dependency between omap_remoteproc and virtio_rpmsg_bus

This is required to workaround the remoteproc crash due to watchdog interrupt
conflicts - LCPD-9490

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Cc: Sam Nelson <sam.nelson@ti.com>
Cc: Suman Anna <s-anna@ti.com>
Reviewed-by: Suman Anna <s-anna@ti.com>
This commit is contained in:
Denys Dmytriyenko
2017-03-27 23:27:05 +00:00
parent 6388e67e7e
commit 799c4f6cd3
2 changed files with 7 additions and 0 deletions
@@ -0,0 +1 @@
softdep omap_remoteproc pre: virtio_rpmsg_bus
+6
View File
@@ -9,6 +9,7 @@ PR = "${INC_PR}.0"
DEPENDS += "virtual/kernel"
SRC_URI += "file://tiipclad-daemon.sh \
file://omap_remoteproc.conf \
file://0001-Add-kernel-build-dir.patch \
"
@@ -43,6 +44,11 @@ do_install_append() {
install -c -m 755 ${WORKDIR}/tiipclad-daemon.sh ${D}${sysconfdir}/init.d/${INITSCRIPT_NAME}
}
do_install_append_dra7xx() {
install -d ${D}${sysconfdir}/modprobe.d/
install -c -m 644 ${WORKDIR}/omap_remoteproc.conf ${D}${sysconfdir}/modprobe.d/
}
PACKAGES =+ "${PN}-test"
RDEPENDS_${PN}-test += "${PN}"