Files
meta-openembedded/meta-oe/recipes-support
Mingli Yu d0e72f07d3 opencv: disable intel IPP
The ipp related code has IP issue as below.

=====================================================================
 $ cat  tmp/work/corei7-64-wrs-linux/opencv/4.6.0-r0/git/ippicv_lnx/icv/include/ippicv.h | head -n 30
 /*
 // Copyright 2014-2019 Intel Corporation All Rights Reserved.
 //
 // The source code, information and material ("Material") contained herein is
 // owned by Intel Corporation or its suppliers or licensors, and title
 // to such Material remains with Intel Corporation or its suppliers or
 // licensors. The Material contains proprietary information of Intel
 // or its suppliers and licensors. The Material is protected by worldwide
 // copyright laws and treaty provisions. No part of the Material may be used,
 // copied, reproduced, modified, published, uploaded, posted, transmitted,
 // distributed or disclosed in any way without Intel's prior express written
 // permission. No license under any patent, copyright or other intellectual
 // property rights in the Material is granted to or conferred upon you,
 // either expressly, by implication, inducement, estoppel or otherwise.
 // Any license under such intellectual property rights must be express and
 // approved by Intel in writing.
 //
 // Unless otherwise agreed by Intel in writing,
 // you may not remove or alter this notice or any other notice embedded in
 // Materials by Intel or Intel's suppliers or licensors in any way.
 //
 */

 #if !defined( __IPPICV_H__ )
 #define __IPPICV_H__

 #ifdef __cplusplus
 extern "C" {
 #endif
=====================================================================

So disable intel IPP [1] to avoid IP issue.

[1] https://www.intel.com/content/www/us/en/developer/articles/troubleshooting/intel-integrated-performance-primitives-intel-ipp-open-source-computer-vision-library-opencv-faq.html

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-22 01:03:38 -08:00
..
2022-12-24 14:30:48 -08:00
2021-10-19 09:23:08 -07:00
2022-07-18 09:11:22 -07:00
2022-08-06 09:12:15 -07:00
2023-02-07 07:01:21 -08:00
2022-09-05 22:49:34 -07:00
2023-01-11 08:37:58 -08:00
2023-02-07 07:01:21 -08:00
2022-11-28 11:32:26 -08:00
2021-08-03 10:21:25 -07:00
2022-08-23 09:55:28 -07:00
2022-12-08 17:10:47 -08:00
2022-12-08 17:10:48 -08:00
2022-09-22 03:51:38 -07:00
2023-01-21 10:02:02 -08:00
2022-09-14 21:33:38 -07:00
2022-09-29 19:18:27 -07:00
2022-08-23 09:55:28 -07:00
2023-01-21 10:02:02 -08:00
2022-03-04 08:28:06 -08:00
2022-04-25 10:44:13 -07:00
2022-03-26 18:15:11 -07:00
2021-08-03 10:21:25 -07:00
2022-09-05 22:49:35 -07:00
2023-01-17 01:05:53 -08:00
2022-03-03 08:50:19 -08:00
2023-02-18 13:19:36 -08:00
2023-02-18 13:19:36 -08:00
2023-01-26 21:52:26 -08:00
2022-10-28 10:05:38 -07:00
2022-11-07 08:40:48 -08:00
2022-09-29 13:32:16 -07:00
2022-03-10 07:31:21 -08:00
2022-08-06 09:12:15 -07:00
2022-07-19 18:38:44 -07:00
2019-06-25 14:21:48 -07:00
2022-10-10 10:19:33 -07:00
2023-01-21 10:02:02 -08:00
2021-08-03 10:21:25 -07:00
2022-05-29 06:39:14 -07:00
2021-08-03 10:21:25 -07:00
2022-09-05 22:49:34 -07:00
2022-10-17 19:19:40 -07:00
2022-11-28 11:32:26 -08:00
2022-03-29 08:28:38 -07:00
2023-01-26 10:24:25 -08:00
2023-02-18 13:19:36 -08:00
2023-02-18 13:19:36 -08:00
2023-01-21 10:02:02 -08:00
2022-09-29 16:15:57 -07:00
2023-02-22 01:03:38 -08:00
2023-02-02 10:25:33 -08:00
2023-01-25 08:57:42 -08:00
2022-07-18 09:11:22 -07:00
2023-01-26 21:52:26 -08:00
2022-03-24 09:45:25 -07:00
2023-01-25 23:18:05 -08:00
2022-12-27 16:03:06 -08:00
2022-02-17 11:12:44 -08:00
2023-02-02 00:10:29 -08:00
2023-01-21 10:02:01 -08:00
2021-08-03 10:21:25 -07:00
2022-11-28 11:32:26 -08:00
2023-01-21 10:02:02 -08:00
2022-03-29 08:28:38 -07:00
2021-08-03 10:21:25 -07:00
2023-01-11 08:37:58 -08:00
2022-12-23 08:52:22 -08:00
2023-01-06 11:38:16 -08:00
2023-02-22 01:03:38 -08:00
2022-11-09 10:17:15 -08:00
2022-03-19 01:45:03 -07:00
2022-09-05 22:49:34 -07:00
2022-02-11 09:10:38 -08:00
2022-02-24 08:35:24 -08:00