diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2015-05-27 22:20:15 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-06-01 10:54:04 -0400 |
commit | e3ef7b79912e54c96529b5f1dedd3c546ccdeab5 (patch) | |
tree | 509ddfe8cdbd327f1aede530737f61d4f8113595 /recipes-bsp/edma3-lld | |
parent | 7a9e78f4eacd66fe2224bf3b9920eee0c2fad71a (diff) | |
download | meta-ti-e3ef7b79912e54c96529b5f1dedd3c546ccdeab5.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>
Diffstat (limited to 'recipes-bsp/edma3-lld')
-rw-r--r-- | recipes-bsp/edma3-lld/edma3-lld.inc | 10 | ||||
-rw-r--r--[-rwxr-xr-x] | recipes-bsp/edma3-lld/edma3-lld_git.bb | 11 |
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 @@ | |||
1 | DESCRIPTION = "TI EDMA3 low level driver and test code" | ||
2 | LICENSE = "BSD-3-Clause" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5bdceac872dffdec915b819654ee23ea" | ||
4 | |||
5 | BRANCH = "master" | ||
6 | SRC_URI = "git://git.ti.com/keystone-rtos/edma3_lld.git" | ||
7 | # The following commit corresponds to tag DEV_EDMA3_LLD_02_11_13_17 | ||
8 | SRCREV = "8c27e548fa53ca8472404ef347b8f6b6e2588d46" | ||
9 | |||
10 | PV = "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 @@ | |||
1 | DESCRIPTION = "TI EDMA3 low level driver and test code" | 1 | require edma3-lld.inc |
2 | LICENSE = "BSD-3-Clause" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5bdceac872dffdec915b819654ee23ea" | ||
4 | 2 | ||
5 | BRANCH = "master" | ||
6 | SRC_URI = "git://git.ti.com/keystone-rtos/edma3_lld.git" | ||
7 | # The following commit corresponds to tag DEV_EDMA3_LLD_02_11_13_17 | ||
8 | SRCREV = "8c27e548fa53ca8472404ef347b8f6b6e2588d46" | ||
9 | |||
10 | PV = "2.11.13" | ||
11 | PR = "r0" | 3 | PR = "r0" |
12 | 4 | ||
13 | COMPATIBLE_MACHINE = "keystone" | 5 | COMPATIBLE_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 | |||