aboutsummaryrefslogtreecommitdiffstats
path: root/meta-arago-extras/recipes-ti/linalg/linalg.inc
blob: 60a9b4ba2a84e8d1e317f7cea44a394a1755a7dd (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
HOMEPAGE = "git://git.ti.com/dense-linear-algebra-libraries/linalg.git"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://src/ti/linalg/docs/LINALG_1.2.0_manifest.html;md5=f30895e41e5947c3439b1ad4cf4c8555"

PV = "1_2_0_0"
INC_PR = "r7"

COMPATIBLE_MACHINE = "k2hk|dra7xx"

require recipes-ti/includes/arago-paths.inc
require recipes-ti/includes/ti-staging.inc

SRC_URI = " \
	git://git.ti.com/dense-linear-algebra-libraries/linalg.git;protocol=git;branch=${BRANCH} \
	file://0001-Makefile-fix-toolchain-variables.patch \
	file://0001-Makefile-pass-PARALLEL_MAKE-variable-to-overwrite-j8.patch \
"

BRANCH = "master"
SRCREV = "01960b319783b29aacf12b2a72606b28d657b78e"

DEPENDS = " \
	common-csl-ip \
	libarch \
	ti-xdctools-native \
	ti-ipc-rtos \
	ti-sysbios \
	ti-cgt6x-native \
	ti-xdais \
	ti-framework-components \
	libulm \
	openmp-rtos \
	opencl \
	clocl-native \
	doxygen-native \
	zip-native \
"

S = "${WORKDIR}/git"

export TI_OCL_INSTALL_DIR = "${STAGING_DIR_TARGET}/usr/share/ti/opencl"
export CGTROOT = "${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x"
export TI_OCL_CGT_INSTALL = "${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x"
export XDC_DIR = "${XDC_INSTALL_DIR}"
export BIOS_DIR= "${SYSBIOS_INSTALL_DIR}"
export XDAIS_DIR = "${XDAIS_INSTALL_DIR}"
export FC_DIR = "${FC_INSTALL_DIR}"
export PDK_DIR = "${PDK_INSTALL_DIR}"
export OMP_DIR ="${OMP_INSTALL_DIR}"
export LIBARCH_DIR = "${LIBARCH_INSTALL_DIR}"
export TARGET_ROOTDIR="${STAGING_DIR_TARGET}"