summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2015-05-27 22:20:15 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-06-01 10:53:42 -0400
commitf802ffbd1b749536dfa094b04799c2e16f33ca5b (patch)
tree509ddfe8cdbd327f1aede530737f61d4f8113595
parent29eeee9ff4d602a65cd92c4aa95900ae3d46ca42 (diff)
downloadmeta-ti-f802ffbd1b749536dfa094b04799c2e16f33ca5b.tar.gz
edma3-lld: Seperate source and version into include file.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/edma3-lld/edma3-lld.inc10
-rw-r--r--[-rwxr-xr-x]recipes-bsp/edma3-lld/edma3-lld_git.bb11
2 files changed, 11 insertions, 10 deletions
diff --git a/recipes-bsp/edma3-lld/edma3-lld.inc b/recipes-bsp/edma3-lld/edma3-lld.inc
new file mode 100644
index 00000000..e6dd92b1
--- /dev/null
+++ b/recipes-bsp/edma3-lld/edma3-lld.inc
@@ -0,0 +1,10 @@
1DESCRIPTION = "TI EDMA3 low level driver and test code"
2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5bdceac872dffdec915b819654ee23ea"
4
5BRANCH = "master"
6SRC_URI = "git://git.ti.com/keystone-rtos/edma3_lld.git"
7# The following commit corresponds to tag DEV_EDMA3_LLD_02_11_13_17
8SRCREV = "8c27e548fa53ca8472404ef347b8f6b6e2588d46"
9
10PV = "2.11.13"
diff --git a/recipes-bsp/edma3-lld/edma3-lld_git.bb b/recipes-bsp/edma3-lld/edma3-lld_git.bb
index 1ed4b93c..913dd3e8 100755..100644
--- a/recipes-bsp/edma3-lld/edma3-lld_git.bb
+++ b/recipes-bsp/edma3-lld/edma3-lld_git.bb
@@ -1,13 +1,5 @@
1DESCRIPTION = "TI EDMA3 low level driver and test code" 1require edma3-lld.inc
2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5bdceac872dffdec915b819654ee23ea"
4 2
5BRANCH = "master"
6SRC_URI = "git://git.ti.com/keystone-rtos/edma3_lld.git"
7# The following commit corresponds to tag DEV_EDMA3_LLD_02_11_13_17
8SRCREV = "8c27e548fa53ca8472404ef347b8f6b6e2588d46"
9
10PV = "2.11.13"
11PR = "r0" 3PR = "r0"
12 4
13COMPATIBLE_MACHINE = "keystone" 5COMPATIBLE_MACHINE = "keystone"
@@ -77,4 +69,3 @@ do_install () {
77 install -c -m 755 ${S}/examples/edma3_user_space_driver/evmC66AK2E/bin/c66ak2e-evm/edma3_drv_c66ak2e_a15_sample_a15host_release.xa15fg \ 69 install -c -m 755 ${S}/examples/edma3_user_space_driver/evmC66AK2E/bin/c66ak2e-evm/edma3_drv_c66ak2e_a15_sample_a15host_release.xa15fg \
78 ${D}/${bindir}/edma3_drv_c66ak2e_a15_sample_a15host_release.xa15fg 70 ${D}/${bindir}/edma3_drv_c66ak2e_a15_sample_a15host_release.xa15fg
79} 71}
80