Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | openvino-inference-engine: upgrade 2023.1.0 -> 2023.2.0 | Yogesh Tyagi | 2023-12-01 | 1 | -45/+0 |
| | | | | | | | | | | | | | | | | * Release notes: https://github.com/openvinotoolkit/openvino/releases/tag/2023.2.0 * Drop the patches which included header cstdint to fix build issues with gcc13 as these changes are already incorporated in the upstream code. * gflags and zlib are now used as bundled dependencies https://github.com/openvinotoolkit/openvino/pull/20762 * Refresh the patches Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> | ||||
* | openvino-inference-engine: use protobuf as a submodule | Anuj Mittal | 2023-06-14 | 1 | -0/+45 |
Use the version of protobuf fetched by OpenVINO instead of the system version to avoid problems because of differences in what was tested. The build invokes protoc at build time so provide a qemu wrapper that will allow that to be run on build machine. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> |