mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
dfe-lld: Add recipe for Digital Radio Front end low level driver
- Provides low level driver for Digital Radio front end - Supports device k2l Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
56ea9223d7
commit
ea65cbe1c9
13
recipes-bsp/dfe-lld/dfe-lld.inc
Normal file
13
recipes-bsp/dfe-lld/dfe-lld.inc
Normal file
@@ -0,0 +1,13 @@
|
||||
LICENSE = "BSD-3-Clause"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING.txt;md5=1f4217b705bf98762a302fd720649dcc"
|
||||
BRANCH = "master"
|
||||
SRC_URI = "git://git.ti.com/keystone-rtos/dfe-lld.git;destsuffix=git/ti/drv/dfe;protocol=git;branch=${BRANCH}"
|
||||
# The following commit correspond to DEV.DFE_LLD.01.00.00.03C
|
||||
SRCREV = "ed20e87d3676e3e05ce2b78179b504a05083ad15"
|
||||
|
||||
PV = "1.0.0.3"
|
||||
|
||||
COMPATIBLE_MACHINE = "k2l-evm"
|
||||
|
||||
S = "${WORKDIR}/git/ti/drv/dfe"
|
||||
15
recipes-bsp/dfe-lld/dfe-lld_git.bb
Normal file
15
recipes-bsp/dfe-lld/dfe-lld_git.bb
Normal file
@@ -0,0 +1,15 @@
|
||||
DESCRIPTION = "Digital Radio Front End low level driver"
|
||||
|
||||
DEPENDS = "common-csl-ip"
|
||||
|
||||
include dfe-lld.inc
|
||||
|
||||
EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR}"
|
||||
|
||||
do_compile () {
|
||||
oe_runmake lib DEVICE=k2l
|
||||
}
|
||||
|
||||
do_install () {
|
||||
oe_runmake install INSTALL_INC_BASE_DIR=${D}/${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir}
|
||||
}
|
||||
Reference in New Issue
Block a user