summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2017-02-28 07:44:32 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-02-27 22:56:15 -0500
commit2a474f9f2cc6972f337f09805f0af17b371033d5 (patch)
treef4db29b7fa77b23c0e5087f3538d0836af4aef45
parent7314bb6ac3c4380d6e53719b33646f8eaa1bbcb7 (diff)
downloadmeta-ti-2a474f9f2cc6972f337f09805f0af17b371033d5.tar.gz
ti-ipc-rtos: sync with morty, move type and suffix vars
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-ti/ipc/ti-ipc-rtos.inc5
-rw-r--r--recipes-ti/ipc/ti-ipc-rtos_git.bb3
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc
index 332f238d..7f029a72 100644
--- a/recipes-ti/ipc/ti-ipc-rtos.inc
+++ b/recipes-ti/ipc/ti-ipc-rtos.inc
@@ -34,7 +34,10 @@ SRCREV_ipc-metadata = "30b83f09be1877f86b22c971d978cb478fc7dd6e"
34S_ipc-examples = "${WORKDIR}/git/ipc-examples" 34S_ipc-examples = "${WORKDIR}/git/ipc-examples"
35S_ipc-metadata = "${WORKDIR}/git/ipc-metadata" 35S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
36 36
37PR = "${INC_PR}.1" 37RELEASE_TYPE = "GA"
38RELEASE_SUFFIX = ""
39
40PR = "${INC_PR}.2"
38 41
39DEPENDS_append_keystone = " ti-cgt6x-native \ 42DEPENDS_append_keystone = " ti-cgt6x-native \
40 gcc-arm-none-eabi-native \ 43 gcc-arm-none-eabi-native \
diff --git a/recipes-ti/ipc/ti-ipc-rtos_git.bb b/recipes-ti/ipc/ti-ipc-rtos_git.bb
index 693a4e9c..f0ccb104 100644
--- a/recipes-ti/ipc/ti-ipc-rtos_git.bb
+++ b/recipes-ti/ipc/ti-ipc-rtos_git.bb
@@ -13,9 +13,6 @@ INSANE_SKIP_${PN}-dev += "arch"
13 13
14ALLOW_EMPTY_${PN} = "1" 14ALLOW_EMPTY_${PN} = "1"
15 15
16RELEASE_TYPE = "GA"
17RELEASE_SUFFIX = ""
18
19IPC_PACKAGE_DIR = "${S}/ipc-package" 16IPC_PACKAGE_DIR = "${S}/ipc-package"
20 17
21do_compile() { 18do_compile() {