summaryrefslogtreecommitdiffstats
path: root/recipes-ti/ipc
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2016-02-17 01:05:55 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-02-16 15:59:15 -0500
commitafec0bb2795815436c057d507dd8ec84141ea380 (patch)
tree8f454d0e03a21b79d6084c5958360d20f4d2bc8c /recipes-ti/ipc
parent56ae0ada5b453b68caf81b4fe363597547c0a1e8 (diff)
downloadmeta-ti-afec0bb2795815436c057d507dd8ec84141ea380.tar.gz
ti-ipc: Extract SRC info into unique variables
* This makes it easier to override the source revision for all ti-ipc recipes Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/ipc')
-rw-r--r--recipes-ti/ipc/ti-ipc.inc14
1 files changed, 9 insertions, 5 deletions
diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc
index f3b1bff7..a7e1ed9d 100644
--- a/recipes-ti/ipc/ti-ipc.inc
+++ b/recipes-ti/ipc/ti-ipc.inc
@@ -4,16 +4,20 @@ HOMEPAGE="http://processors.wiki.ti.com/index.php/Category:IPC"
4LICENSE = "BSD" 4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9b710fd7c95e545b91cec79255" 5LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9b710fd7c95e545b91cec79255"
6 6
7BRANCH = "ipc-next" 7TI_IPC_GIT_URI = "git://git.ti.com/ipc/ipcdev.git"
8 8TI_IPC_GIT_PROTOCOL = "git"
9SRC_URI = "git://git.ti.com/ipc/ipcdev.git;protocol=git;branch=${BRANCH}" 9TI_IPC_GIT_BRANCH = "ipc-next"
10 10
11#Corresponds to 3.42.00.00_eng 11#Corresponds to 3.42.00.00_eng
12SRCREV = "2b47e35ed72170e4e56906fb9ab93dd9ef385a38" 12TI_IPC_SRCREV = "2b47e35ed72170e4e56906fb9ab93dd9ef385a38"
13
14BRANCH = "${TI_IPC_GIT_BRANCH}"
15SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH}"
16SRCREV = "${TI_IPC_SRCREV}"
13 17
14S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
15PV = "3.42.00.00" 19PV = "3.42.00.00"
16INC_PR = "r0" 20INC_PR = "r1"
17 21
18PACKAGE_ARCH = "${MACHINE_ARCH}" 22PACKAGE_ARCH = "${MACHINE_ARCH}"
19 23