aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/sa-lld/sa-lld_git.bb
blob: df41c6537e70993b925be17b3301fe304ac598b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
DESCRIPTION = "TI Security Accelerator LLD (SA LLD) Library"

DEPENDS = "common-csl-ip"

include sa-lld.inc

PR = "${INC_PR}.1"

PARALLEL_MAKE = ""
EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR}"

do_compile () {
#   Now build the lld in the updated directory
	oe_runmake clean lib
}

do_install () {
	oe_runmake install INSTALL_INC_BASE_DIR=${D}/${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir}
	chown -R root:root ${D}

#   Set the generic device library symbolic link
	ln -sf libsa.so.1.0.0 ${D}${libdir}/libsa_device.so.1
	ln -sf libsa_device.so.1 ${D}${libdir}/libsa_device.so
}