blob: 59593e8d6c9a7c40ac4e8a5dbee5388c27e68819 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
DESCRIPTION = "Task to install crypto sources in SDK"
LICENSE = "MIT"
PR = "r10"
PACKAGE_ARCH = "${MACHINE_ARCH}"
inherit packagegroup
CRYPTO_RDEPENDS = ""
CRYPTO_RDEPENDS_append_ti33x = " ti-crypto-examples-src"
CRYPTO_RDEPENDS_append_ti43x = " ti-crypto-examples-src"
CRYPTO_RDEPENDS_append_keystone = " ti-crypto-examples-src"
CRYPTO_RDEPENDS_append_ti33x = " cryptodev-module-src"
CRYPTO_RDEPENDS_append_ti43x = " cryptodev-module-src"
CRYPTO_RDEPENDS_append_dra7xx = " cryptodev-module-src"
CRYPTO_RDEPENDS_append_keystone = " cryptodev-module-src"
RDEPENDS_${PN} = "\
${CRYPTO_RDEPENDS} \
"
|