mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
- Provides library and test code for Security accelerator module - Supports k2h, k2k, k2l & k2e devices Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
15 lines
404 B
BlitzBasic
15 lines
404 B
BlitzBasic
DESCRIPTION = "TI Security Accelerator LLD (SA LLD) Library"
|
|
|
|
DEPENDS = "common-csl-ip"
|
|
|
|
include sa-lld.inc
|
|
|
|
do_compile () {
|
|
# Now build the lld in the updated directory
|
|
make -f makefile_armv7 clean lib PDK_INSTALL_PATH=${STAGING_INCDIR}
|
|
}
|
|
|
|
do_install () {
|
|
make -f makefile_armv7 install PDK_INSTALL_PATH=${STAGING_INCDIR} INSTALL_INC_BASE_DIR=${D}/${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir}
|
|
}
|