aboutsummaryrefslogtreecommitdiffstats
path: root/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto-sdk-target.bb
blob: 759276f9c44a00e3c0f78b64a1efa31b17fa2f2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "Task to install crypto dev packages in SDK"
LICENSE = "MIT"
PR = "r7"

PACKAGE_ARCH = "${MACHINE_ARCH}"

inherit packagegroup

CRYPTO_API = ""
CRYPTO_API_ti33x = "cryptodev-module-dev"
CRYPTO_API_ti43x = "cryptodev-module-dev"
CRYPTO_API_dra7xx = "cryptodev-module-dev"
CRYPTO_API_keystone = "cryptodev-module-dev"

RDEPENDS_${PN} = "\
    openssl-dev \
    ${CRYPTO_API} \
"