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:
@@ -0,0 +1 @@
|
||||
softdep omap_remoteproc pre: virtio_rpmsg_bus
|
||||
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user