mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 11:42:57 +00:00
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>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
7a9e78f4ea
commit
e3ef7b7991
10
recipes-bsp/edma3-lld/edma3-lld.inc
Normal file
10
recipes-bsp/edma3-lld/edma3-lld.inc
Normal file
@@ -0,0 +1,10 @@
|
||||
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"
|
||||
# The following commit corresponds to tag DEV_EDMA3_LLD_02_11_13_17
|
||||
SRCREV = "8c27e548fa53ca8472404ef347b8f6b6e2588d46"
|
||||
|
||||
PV = "2.11.13"
|
||||
11
recipes-bsp/edma3-lld/edma3-lld_git.bb
Executable file → Normal file
11
recipes-bsp/edma3-lld/edma3-lld_git.bb
Executable file → Normal file
@@ -1,13 +1,5 @@
|
||||
DESCRIPTION = "TI EDMA3 low level driver and test code"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5bdceac872dffdec915b819654ee23ea"
|
||||
require edma3-lld.inc
|
||||
|
||||
BRANCH = "master"
|
||||
SRC_URI = "git://git.ti.com/keystone-rtos/edma3_lld.git"
|
||||
# The following commit corresponds to tag DEV_EDMA3_LLD_02_11_13_17
|
||||
SRCREV = "8c27e548fa53ca8472404ef347b8f6b6e2588d46"
|
||||
|
||||
PV = "2.11.13"
|
||||
PR = "r0"
|
||||
|
||||
COMPATIBLE_MACHINE = "keystone"
|
||||
@@ -77,4 +69,3 @@ do_install () {
|
||||
install -c -m 755 ${S}/examples/edma3_user_space_driver/evmC66AK2E/bin/c66ak2e-evm/edma3_drv_c66ak2e_a15_sample_a15host_release.xa15fg \
|
||||
${D}/${bindir}/edma3_drv_c66ak2e_a15_sample_a15host_release.xa15fg
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user