diff options
| -rw-r--r-- | recipes-ti/ipc/ti-ipc/omap_remoteproc.conf | 1 | ||||
| -rw-r--r-- | recipes-ti/ipc/ti-ipc_git.bb | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/recipes-ti/ipc/ti-ipc/omap_remoteproc.conf b/recipes-ti/ipc/ti-ipc/omap_remoteproc.conf new file mode 100644 index 00000000..6b5034cd --- /dev/null +++ b/recipes-ti/ipc/ti-ipc/omap_remoteproc.conf | |||
| @@ -0,0 +1 @@ | |||
| softdep omap_remoteproc pre: virtio_rpmsg_bus | |||
diff --git a/recipes-ti/ipc/ti-ipc_git.bb b/recipes-ti/ipc/ti-ipc_git.bb index 5878b632..05b4d85d 100644 --- a/recipes-ti/ipc/ti-ipc_git.bb +++ b/recipes-ti/ipc/ti-ipc_git.bb | |||
| @@ -9,6 +9,7 @@ PR = "${INC_PR}.0" | |||
| 9 | DEPENDS += "virtual/kernel" | 9 | DEPENDS += "virtual/kernel" |
| 10 | 10 | ||
| 11 | SRC_URI += "file://tiipclad-daemon.sh \ | 11 | SRC_URI += "file://tiipclad-daemon.sh \ |
| 12 | file://omap_remoteproc.conf \ | ||
| 12 | file://0001-Add-kernel-build-dir.patch \ | 13 | file://0001-Add-kernel-build-dir.patch \ |
| 13 | " | 14 | " |
| 14 | 15 | ||
| @@ -43,6 +44,11 @@ do_install_append() { | |||
| 43 | install -c -m 755 ${WORKDIR}/tiipclad-daemon.sh ${D}${sysconfdir}/init.d/${INITSCRIPT_NAME} | 44 | install -c -m 755 ${WORKDIR}/tiipclad-daemon.sh ${D}${sysconfdir}/init.d/${INITSCRIPT_NAME} |
| 44 | } | 45 | } |
| 45 | 46 | ||
| 47 | do_install_append_dra7xx() { | ||
| 48 | install -d ${D}${sysconfdir}/modprobe.d/ | ||
| 49 | install -c -m 644 ${WORKDIR}/omap_remoteproc.conf ${D}${sysconfdir}/modprobe.d/ | ||
| 50 | } | ||
| 51 | |||
| 46 | PACKAGES =+ "${PN}-test" | 52 | PACKAGES =+ "${PN}-test" |
| 47 | RDEPENDS_${PN}-test += "${PN}" | 53 | RDEPENDS_${PN}-test += "${PN}" |
| 48 | 54 | ||
