diff options
| author | Denys Dmytriyenko <denys@konsulko.com> | 2022-02-22 04:13:45 +0000 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2022-02-22 12:01:38 -0600 |
| commit | 20f3191aeb592dd889eeaf96a31526297de95306 (patch) | |
| tree | aec879b9855ff8a54df171ee808e30ac26f1c80b /recipes-ti/ipc/ti-ipc-rtos.inc | |
| parent | bea4fd2c401af05b866bd6af1c4e501d31b7b420 (diff) | |
| download | meta-ti-20f3191aeb592dd889eeaf96a31526297de95306.tar.gz | |
meta-ti: create a sub-layer meta-ti-bsp from existing content
Extra sub-layers will be created next and relevant content moved across them.
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'recipes-ti/ipc/ti-ipc-rtos.inc')
| -rw-r--r-- | recipes-ti/ipc/ti-ipc-rtos.inc | 73 |
1 files changed, 0 insertions, 73 deletions
diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc deleted file mode 100644 index 56667ad1..00000000 --- a/recipes-ti/ipc/ti-ipc-rtos.inc +++ /dev/null | |||
| @@ -1,73 +0,0 @@ | |||
| 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 | |||
