diff options
author | Sam Nelson <sam.nelson@ti.com> | 2018-08-24 23:46:53 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-08-26 16:07:09 +0000 |
commit | d008f3b0513902ef451514655289ed02f7700397 (patch) | |
tree | 5630e28319ab1a7db09c4db91b3e69256338582f /recipes-ti/ipc/ti-ipc-rtos.inc | |
parent | 1f8afb8cc608f6cf651e4dce08bff4a564b29b85 (diff) | |
download | meta-ti-d008f3b0513902ef451514655289ed02f7700397.tar.gz |
ti-ipc: Update to new version 3.50.01.01
-Updates to use sciclient for configuring interrupt routing in SOC
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/ipc/ti-ipc-rtos.inc')
-rw-r--r-- | recipes-ti/ipc/ti-ipc-rtos.inc | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc index 13b19146..4b2d7d7e 100644 --- a/recipes-ti/ipc/ti-ipc-rtos.inc +++ b/recipes-ti/ipc/ti-ipc-rtos.inc | |||
@@ -24,11 +24,13 @@ protocol=${TI_IPC_METADATA_GIT_PROTOCOL};\ | |||
24 | branch=${TI_IPC_METADATA_GIT_BRANCH};\ | 24 | branch=${TI_IPC_METADATA_GIT_BRANCH};\ |
25 | name=${TI_IPC_METADATA_NAME}" | 25 | name=${TI_IPC_METADATA_NAME}" |
26 | 26 | ||
27 | # Corresponds to tag: 3.50.01.00 | 27 | # Corresponds to tag: 3.50.01.01 |
28 | SRCREV_ipc-metadata = "19a8e70cf6ca4fe0984987e25d937c61a62c7658" | 28 | TI_IPC_METADATA_SRCREV = "c749d4dd70cc259679dc862a164ad147d51381f6" |
29 | # Corresponds to tag: 3.50.01.01 | ||
30 | TI_IPC_EXAMPLES_SRCREV = "71f6e59a6b2c7e20c2656e5000f318339ded2f3c" | ||
29 | 31 | ||
30 | # Corresponds to tag: 3.50.01.00 | 32 | SRCREV_ipc-metadata = "${TI_IPC_METADATA_SRCREV}" |
31 | SRCREV_ipc-examples = "1975687076426b587be8d2530df56c24425ca53a" | 33 | SRCREV_ipc-examples = "${TI_IPC_EXAMPLES_SRCREV}" |
32 | 34 | ||
33 | S_ipc-examples = "${WORKDIR}/git/ipc-examples" | 35 | S_ipc-examples = "${WORKDIR}/git/ipc-examples" |
34 | S_ipc-metadata = "${WORKDIR}/git/ipc-metadata" | 36 | S_ipc-metadata = "${WORKDIR}/git/ipc-metadata" |
@@ -89,3 +91,5 @@ EXTRA_OEMAKE = "\ | |||
89 | JOBS="--jobs=${BB_NUMBER_THREADS}" \ | 91 | JOBS="--jobs=${BB_NUMBER_THREADS}" \ |
90 | JAVA_TOOL_OPTIONS=-Xss2560k \ | 92 | JAVA_TOOL_OPTIONS=-Xss2560k \ |
91 | " | 93 | " |
94 | EXTRA_OEMAKE_append_am65xx-evm = " PDK_INSTALL_DIR=${PDK_INSTALL_DIR}" | ||
95 | |||