From 272e0889026e6479fd366d4447e7345e4dd52d11 Mon Sep 17 00:00:00 2001 From: "Vtiurina, Mariia" Date: Wed, 20 Oct 2021 12:27:02 +0300 Subject: intel-oneapi-ipp: add recipe for Intel OneAPI IPP library (runtime only) The initial version of the recipe for Intel OneAPI IPP library. IPP is an extensive library of ready-to-use, domain-specific functions that are highly optimized for diverse Intel architectures. Signed-off-by: Mariia Vtiurina Signed-off-by: Anuj Mittal --- conf/layer.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/layer.conf b/conf/layer.conf index eb8ab7f1..54e98c03 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -10,7 +10,8 @@ BBFILE_PATTERN_intel := "^${LAYERDIR}/" BBFILE_PRIORITY_intel = "5" # Additional license directories. -LICENSE_PATH += "${LAYERDIR}/custom-licenses" +CUSTOM_LICENSES_PATH = "${LAYERDIR}/custom-licenses" +LICENSE_PATH += "${CUSTOM_LICENSES_PATH}" LAYERDEPENDS_intel = "core" LAYERRECOMMENDS_intel = "dpdk" -- cgit v1.2.3-54-g00ecf