summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/dfe-lld/dfe-lld.inc
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2015-11-04 01:47:11 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-11-04 09:56:57 -0500
commit30bc6a176aadedd48ce66e8bf37c838418dd81dc (patch)
tree93cb567110cc3502e12cef4aa01eaf5392796c3f /recipes-bsp/dfe-lld/dfe-lld.inc
parentf9410c080415bce2d6b4ecd7e32655f18650f895 (diff)
downloadmeta-ti-30bc6a176aadedd48ce66e8bf37c838418dd81dc.tar.gz
dfe-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>
Diffstat (limited to 'recipes-bsp/dfe-lld/dfe-lld.inc')
-rw-r--r--recipes-bsp/dfe-lld/dfe-lld.inc17
1 files changed, 13 insertions, 4 deletions
diff --git a/recipes-bsp/dfe-lld/dfe-lld.inc b/recipes-bsp/dfe-lld/dfe-lld.inc
index f5778d9e..f2e42133 100644
--- a/recipes-bsp/dfe-lld/dfe-lld.inc
+++ b/recipes-bsp/dfe-lld/dfe-lld.inc
@@ -1,13 +1,22 @@
1LICENSE = "BSD-3-Clause" 1LICENSE = "BSD-3-Clause"
2 2
3LIC_FILES_CHKSUM = "file://COPYING.txt;md5=1f4217b705bf98762a302fd720649dcc" 3LIC_FILES_CHKSUM = "file://COPYING.txt;md5=1f4217b705bf98762a302fd720649dcc"
4BRANCH = "master" 4
5SRC_URI = "git://git.ti.com/keystone-rtos/dfe-lld.git;destsuffix=git/ti/drv/dfe;protocol=git;branch=${BRANCH}" 5DFE_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/dfe-lld.git"
6DFE_LLD_GIT_PROTOCOL = "git"
7DFE_LLD_GIT_BRANCH = "master"
8DFE_LLD_GIT_DESTSUFFIX = "git/ti/drv/dfe"
9
6# The following commit correspond to DEV.DFE_LLD.01.00.00.05E 10# The following commit correspond to DEV.DFE_LLD.01.00.00.05E
7SRCREV = "42e9df0108d208c92b9d2fee7e8b1b1ab62f4b69" 11DFE_LLD_SRCREV = "42e9df0108d208c92b9d2fee7e8b1b1ab62f4b69"
12
13BRANCH = "${DFE_LLD_GIT_BRANCH}"
14SRC_URI = "${DFE_LLD_GIT_URI};destsuffix=${DFE_LLD_GIT_DESTSUFFIX};protocol=${DFE_LLD_GIT_PROTOCOL};branch=${BRANCH}"
15SRCREV = "${DFE_LLD_SRCREV}"
8 16
9PV = "1.0.0.5" 17PV = "1.0.0.5"
18INC_PR = "r1"
10 19
11COMPATIBLE_MACHINE = "k2l-evm" 20COMPATIBLE_MACHINE = "k2l-evm"
12 21
13S = "${WORKDIR}/git/ti/drv/dfe" 22S = "${WORKDIR}/${DFE_LLD_GIT_DESTSUFFIX}"