diff options
| author | Jacob Stiffler <j-stiffler@ti.com> | 2016-02-17 01:05:55 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2016-02-16 15:59:15 -0500 |
| commit | afec0bb2795815436c057d507dd8ec84141ea380 (patch) | |
| tree | 8f454d0e03a21b79d6084c5958360d20f4d2bc8c | |
| parent | 56ae0ada5b453b68caf81b4fe363597547c0a1e8 (diff) | |
| download | meta-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>
| -rw-r--r-- | recipes-ti/ipc/ti-ipc.inc | 14 |
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" | |||
| 4 | LICENSE = "BSD" | 4 | LICENSE = "BSD" |
| 5 | LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9b710fd7c95e545b91cec79255" | 5 | LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9b710fd7c95e545b91cec79255" |
| 6 | 6 | ||
| 7 | BRANCH = "ipc-next" | 7 | TI_IPC_GIT_URI = "git://git.ti.com/ipc/ipcdev.git" |
| 8 | 8 | TI_IPC_GIT_PROTOCOL = "git" | |
| 9 | SRC_URI = "git://git.ti.com/ipc/ipcdev.git;protocol=git;branch=${BRANCH}" | 9 | TI_IPC_GIT_BRANCH = "ipc-next" |
| 10 | 10 | ||
| 11 | #Corresponds to 3.42.00.00_eng | 11 | #Corresponds to 3.42.00.00_eng |
| 12 | SRCREV = "2b47e35ed72170e4e56906fb9ab93dd9ef385a38" | 12 | TI_IPC_SRCREV = "2b47e35ed72170e4e56906fb9ab93dd9ef385a38" |
| 13 | |||
| 14 | BRANCH = "${TI_IPC_GIT_BRANCH}" | ||
| 15 | SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH}" | ||
| 16 | SRCREV = "${TI_IPC_SRCREV}" | ||
| 13 | 17 | ||
| 14 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 15 | PV = "3.42.00.00" | 19 | PV = "3.42.00.00" |
| 16 | INC_PR = "r0" | 20 | INC_PR = "r1" |
| 17 | 21 | ||
| 18 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 22 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 19 | 23 | ||
