diff options
Diffstat (limited to 'meta-ti-bsp/recipes-ti/ipc/ti-ipc-rtos.inc')
| -rw-r--r-- | meta-ti-bsp/recipes-ti/ipc/ti-ipc-rtos.inc | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-ti/ipc/ti-ipc-rtos.inc b/meta-ti-bsp/recipes-ti/ipc/ti-ipc-rtos.inc new file mode 100644 index 00000000..56667ad1 --- /dev/null +++ b/meta-ti-bsp/recipes-ti/ipc/ti-ipc-rtos.inc | |||
| @@ -0,0 +1,73 @@ | |||
| 1 | require recipes-ti/includes/ti-paths.inc | ||
| 2 | |||
| 3 | TI_IPC_EXAMPLES_GIT_URI = "git://git.ti.com/ipc/ipc-examples.git" | ||
| 4 | TI_IPC_EXAMPLES_DEST_SUFFIX = "git/ipc-examples" | ||
| 5 | TI_IPC_EXAMPLES_GIT_PROTOCOL = "git" | ||
| 6 | TI_IPC_EXAMPLES_GIT_BRANCH = "master" | ||
| 7 | TI_IPC_EXAMPLES_NAME = "ipc-examples" | ||
| 8 | |||
| 9 | SRC_URI += "${TI_IPC_EXAMPLES_GIT_URI};\ | ||
| 10 | destsuffix=${TI_IPC_EXAMPLES_DEST_SUFFIX};\ | ||
| 11 | protocol=${TI_IPC_EXAMPLES_GIT_PROTOCOL};\ | ||
| 12 | branch=${TI_IPC_EXAMPLES_GIT_BRANCH};\ | ||
| 13 | name=${TI_IPC_EXAMPLES_NAME}" | ||
| 14 | |||
| 15 | TI_IPC_METADATA_GIT_URI = "git://git.ti.com/ipc/ipc-metadata.git" | ||
| 16 | TI_IPC_METADATA_DEST_SUFFIX = "git/ipc-metadata" | ||
| 17 | TI_IPC_METADATA_GIT_PROTOCOL = "git" | ||
| 18 | TI_IPC_METADATA_GIT_BRANCH = "master" | ||
| 19 | TI_IPC_METADATA_NAME = "ipc-metadata" | ||
| 20 | |||
| 21 | SRC_URI += "${TI_IPC_METADATA_GIT_URI};\ | ||
| 22 | destsuffix=${TI_IPC_METADATA_DEST_SUFFIX};\ | ||
| 23 | protocol=${TI_IPC_METADATA_GIT_PROTOCOL};\ | ||
| 24 | branch=${TI_IPC_METADATA_GIT_BRANCH};\ | ||
| 25 | name=${TI_IPC_METADATA_NAME}" | ||
| 26 | |||
| 27 | # Corresponds to tag: 3.51.00.00 | ||
| 28 | TI_IPC_METADATA_SRCREV = "1bf668fd6b0ec2ef6956fa55b8484d0b21a9f9e2" | ||
| 29 | # Corresponds to tag: 3.51.00.00 | ||
| 30 | TI_IPC_EXAMPLES_SRCREV = "4707fcbbe0d136e781c4a7ffdc072be407c34358" | ||
| 31 | |||
| 32 | SRCREV_FORMAT = "default" | ||
| 33 | SRCREV_ipc-metadata = "${TI_IPC_METADATA_SRCREV}" | ||
| 34 | SRCREV_ipc-examples = "${TI_IPC_EXAMPLES_SRCREV}" | ||
| 35 | |||
| 36 | S_ipc-examples = "${WORKDIR}/git/ipc-examples" | ||
| 37 | S_ipc-metadata = "${WORKDIR}/git/ipc-metadata" | ||
| 38 | |||
| 39 | RELEASE_TYPE = "GA" | ||
| 40 | RELEASE_SUFFIX = "" | ||
| 41 | |||
| 42 | PR = "${INC_PR}.r0" | ||
| 43 | |||
| 44 | DEPENDS:append:omap-a15 = " ti-cgt6x-native \ | ||
| 45 | ti-cgt-arm-native \ | ||
| 46 | gcc-arm-baremetal-native \ | ||
| 47 | " | ||
| 48 | DEPENDS:append:omapl138 = " ti-cgt6x-native \ | ||
| 49 | " | ||
| 50 | |||
| 51 | IPC_TARGETS = "" | ||
| 52 | |||
| 53 | IPC_TARGETS:omap-a15 = "\ | ||
| 54 | gnu.targets.arm.A15F="${GCC_ARM_NONE_TOOLCHAIN}" \ | ||
| 55 | ti.targets.elf.C66="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \ | ||
| 56 | ti.targets.elf.C66_big_endian="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \ | ||
| 57 | ti.targets.arm.elf.M4="${M4_TOOLCHAIN_INSTALL_DIR}" \ | ||
| 58 | " | ||
| 59 | |||
| 60 | IPC_TARGETS:omapl138 = "\ | ||
| 61 | ti.targets.elf.C674="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \ | ||
| 62 | " | ||
| 63 | |||
| 64 | PARALLEL_XDC = "${@oe.utils.parallel_make_argument(d, '--jobs=%d')}" | ||
| 65 | EXTRA_OEMAKE = "\ | ||
| 66 | PLATFORM=${PLATFORM} \ | ||
| 67 | XDC_INSTALL_DIR="${XDC_INSTALL_DIR}" \ | ||
| 68 | BIOS_INSTALL_DIR="${SYSBIOS_INSTALL_DIR}" \ | ||
| 69 | ${IPC_TARGETS} \ | ||
| 70 | ${PARALLEL_XDC} \ | ||
| 71 | JAVA_TOOL_OPTIONS=-Xss2560k \ | ||
| 72 | " | ||
| 73 | |||
