Signed-off-by: Ross Burton <[email protected]> --- recipes-core/mkl-dnn/mkl-dnn_1.1.bb | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/recipes-core/mkl-dnn/mkl-dnn_1.1.bb b/recipes-core/mkl-dnn/mkl-dnn_1.1.bb index 799a58aa..b4fa4167 100644 --- a/recipes-core/mkl-dnn/mkl-dnn_1.1.bb +++ b/recipes-core/mkl-dnn/mkl-dnn_1.1.bb @@ -22,6 +22,8 @@ SRC_URI = "git://github.com/intel/mkl-dnn.git;branch=rls-v1.1 \ UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>(\d+(\.\d+)+))$" +CVE_PRODUCT = "intel:math_kernel_library" + COMPATIBLE_HOST = '(x86_64).*-linux' COMPATIBLE_HOST_libc-musl = 'null' -- 2.20.1 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
