From 5b80bfd7bffd4c20d80b7c70a7130529e9a755dd Mon Sep 17 00:00:00 2001 From: ToshikazuOhiwa Date: Mon, 30 Mar 2020 09:24:26 +0900 Subject: agl-basesystem --- .../ipc/ipc-transport-common-rtos_git.bb | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bsp/meta-ti/recipes-ti/ipc/ipc-transport-common-rtos_git.bb (limited to 'bsp/meta-ti/recipes-ti/ipc/ipc-transport-common-rtos_git.bb') diff --git a/bsp/meta-ti/recipes-ti/ipc/ipc-transport-common-rtos_git.bb b/bsp/meta-ti/recipes-ti/ipc/ipc-transport-common-rtos_git.bb new file mode 100644 index 00000000..6fec0f0d --- /dev/null +++ b/bsp/meta-ti/recipes-ti/ipc/ipc-transport-common-rtos_git.bb @@ -0,0 +1,23 @@ +require recipes-ti/includes/ti-paths.inc +require ipc-transport.inc + +PR = "${INC_PR}.1" + +LIC_FILES_CHKSUM = "file://common_src/bench_common.h;beginline=1;endline=31;md5=a6ddfb26d2097041d513e3881f40e4e8" + +COMPATIBLE_MACHINE = "k2hk|k2l|k2e" + +IPC_TRANSPORT_COMMON_DESTSUFFIX = "git/c66/example" + +S = "${WORKDIR}/${IPC_TRANSPORT_COMMON_DESTSUFFIX}" + +do_compile() { + : +} + +do_install () { + install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/transport/ipc/c66/example + cp -r ${S} ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/transport/ipc/c66 +} + +FILES_${PN} += "${PDK_INSTALL_DIR_RECIPE}/packages/ti/transport/ipc/c66/example/*" -- cgit 1.2.3-korg