1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +00:00

edma3-lld: Clean up recipes

* Use INC_PR to track recipe revisions
* Define variables for GIT SRC_URI parameters

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Jacob Stiffler
2015-11-04 01:47:12 +00:00
committed by Denys Dmytriyenko
parent ccb6e2de0b
commit 82e19a921c
3 changed files with 12 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ require edma3-lld.inc
require recipes-ti/includes/ti-paths.inc
require recipes-ti/includes/ti-staging.inc
PR = "r1"
PR = "${INC_PR}.0"
DEPENDS = "ti-cgt6x-native ti-sysbios ti-xdctools"

View File

@@ -2,9 +2,16 @@ DESCRIPTION = "TI EDMA3 low level driver and test code"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5bdceac872dffdec915b819654ee23ea"
BRANCH = "master"
SRC_URI = "git://git.ti.com/keystone-rtos/edma3_lld.git;protocol=git;branch=${BRANCH}"
EDMA3_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/edma3_lld.git"
EDMA3_LLD_GIT_PROTOCOL = "git"
EDMA3_LLD_GIT_BRANCH = "master"
# The following commit corresponds to tag DEV_EDMA3_LLD_02_12_01_21_RC1
SRCREV = "562cba36ccd53e89e6979e99a58374513b543f93"
EDMA3_LLD_SRCREV = "562cba36ccd53e89e6979e99a58374513b543f93"
BRANCH = "${EDMA3_LLD_GIT_BRANCH}"
SRC_URI = "${EDMA3_LLD_GIT_URI};protocol=${EDMA3_LLD_GIT_PROTOCOL};branch=${BRANCH}"
SRCREV = "${EDMA3_LLD_SRCREV}"
PV = "2.12.01.21"
INC_PR = "r2"

View File

@@ -1,6 +1,6 @@
require edma3-lld.inc
PR = "r0"
PR = "${INC_PR}.0"
COMPATIBLE_MACHINE = "keystone"