summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* openvino-model-optimizer : upgrade 2023.0.0->2023.0.1Yogesh Tyagi2023-07-131-1/+1
| | | | | Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
* openvino-inference-engine: upgrade 2023.0.0 -> 2023.0.1Yogesh Tyagi2023-07-133-48/+22
| | | | | | | | | | | | | * Refresh patches. * Drop Protobuf change which disabled use of static protobuf libs from system. This is not needed anymore as we are now building Protobuf as bundled dependency. Release Notes: https://github.com/openvinotoolkit/openvino/releases/tag/2023.0.1 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
* lms: fix installation path for udev rulesNaveen Saini2023-06-282-0/+34
| | | | | | | | | | | It Fixes: ERROR: lms-2245.0.0.0-r0 do_package_qa: QA Issue: lms package is not obeying usrmerge distro feature. /lib should be relocated to /usr.[usrmerge] This issue is surfaced with enabling usrmerge DISTRO feature. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* sbsigntool: fix Upstream-Status formatAnuj Mittal2023-06-271-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* hdcp: fix Upstream-Status formatAnuj Mittal2023-06-271-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* Revert "lms: fix build with usrmerge DISTRO feature"Anuj Mittal2023-06-262-34/+0
| | | | | | | This reverts commit bd2c921fc07fb948ae117e54dd5fa2a5fdb9cd13. This causes problems with multilib build as the udev rules are not correctly installed.
* security.md: document security policy and reporting guidelineAnuj Mittal2023-06-201-0/+6
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* sbsigntool-native: fix SRCREVNaveen Saini2023-06-191-2/+1
| | | | | | | | An earlier commit introducing the version upgrade didn't update SRCREV correctly. Fix it. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* lms: fix build with usrmerge DISTRO featureNaveen Saini2023-06-162-0/+34
| | | | | | | | | Fixes: ERROR: lms-2245.0.0.0-r0 do_package_qa: QA Issue: lms package is not obeying usrmerge distro feature. /lib should be relocated to /usr.[usrmerge] Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl: dont pass pcfiledir to cflagsMarkus Volk2023-06-162-0/+29
| | | | | | | | | | | | | | | | | Avoid to pass ${pcfiledir} to CFLAGS and thus fix build for ffmpeg with --enable-libvpl | ERROR: libvpl >= 2.6 not found | | If you think configure made a mistake, make sure you are using the latest | version from Git. If the latest version fails, report the problem to the | ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.libera.chat. | Include the log file "ffbuild/config.log" produced by configure as this will help | solve the problem. | WARNING: exit code 1 from a shell command. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-cmt-cat: upgrade 4.5.0 -> 4.6.0Anuj Mittal2023-06-161-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* sbsigntool-native: upgrade to 0.9.5Anuj Mittal2023-06-162-35/+3
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl-intel-gpu: add RDEPEND on intel-media-driverMarkus Volk2023-06-161-0/+1
| | | | | | | | intel-media-driver is also required at runtime and doesn't get installed by default. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-media-driver: Fix H265 SCC encode failure.Lim Siew Hoon2023-06-162-0/+36
| | | | | Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-crypto-mb: fix multilib buildAnuj Mittal2023-06-142-0/+43
| | | | | | | | | | | | | Make sure libraries are installed correctly even when libdir is not /usr/lib. Fixes: | ERROR: intel-crypto-mb-2021.6-r0 do_package: QA Issue: intel-crypto-mb: Files/directories were installed but not shipped in any package: | /usr/lib/libcrypto_mb.so.11.4 | /usr/lib/libcrypto_mb.so.11 | /usr/lib/libcrypto_mb.so | /usr/lib/libcrypto_mb.a Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-inference-engine: use protobuf as a submoduleAnuj Mittal2023-06-142-6/+59
| | | | | | | | | | | 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>
* ispc: upgrade 1.19.0 -> 1.20.0Teoh Suh Haw2023-06-098-102/+14
| | | | | | | | | | | | | | | | | | * Release Notes: https://github.com/ispc/ispc/releases/tag/v1.20.0 * Drop already merged patches: 0001-CMakeLists.txt-allow-to-pick-llvm-config-from-usr-bi.patch 0001-CMakeLists.txt-link-with-libclang-cpp-library-instea.patch ffc75e464ff2b8fce7dbf74f1846ebd0852bc6f9.patch * Fix packaging to ensure libispcrt is packaged correctly. * ISPC runtime with CPU support can either be enabled with OpenMP or TBB. TBB is enabled by default that needs meta-oe to be included. Signed-off-by: Teoh Suh Haw <suh.haw.teoh@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* open-model-zoo: upgrade 2022.2.0 -> 2023.0.0Yogesh Tyagi2023-06-091-2/+2
| | | | | Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-model-optimizer: upgrade 2022.3.0 -> 2023.0.0Yogesh Tyagi2023-06-091-2/+2
| | | | | Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-inference-engine: upgrade 2022.3.0 -> 2023.0.0Yogesh Tyagi2023-06-093-96/+44
| | | | | | | | | | | | * OpenVINO no longer supports vpu so remove the vpu PACKAGECONFIG and references. * Now allows snappy compression to be used for TF frontend so allow system installed snappy. * Flatbuffers is now needed for TF Lite frontend. * Refresh patches. Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl-intel-gpu: Disable CM COPY for ADL-P and RPL-P.Lim Siew Hoon2023-06-022-0/+33
| | | | | Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl: fix various issuesLim Siew Hoon2023-06-026-0/+342
| | | | | | | | | | | 1. Fixed memory leaking on sample rendering in wayland 2. Fixed sample_multi_transcode segfault rendering in wayland. 3. Fixed sample X11 rendering in corruption issue. 4. Fixed Adjust MJPEG 1920x1080 alignment issue. 5. Fixed sample_multi_transcode intermittent segfault issue. Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* metrics-discovery: upgrade 1.12.163 -> 1.12.164Teoh Suh Haw2023-06-011-1/+1
| | | | | | | | Release Notes: https://github.com/intel/metrics-discovery/releases/tag/metrics-discovery-1.12.164 Signed-off-by: Teoh Suh Haw <suh.haw.teoh@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* level-zero: upgrade 1.7.15 -> 1.11.0Teoh Suh Haw2023-06-011-1/+1
| | | | | | | | Release Notes: https://github.com/oneapi-src/level-zero/releases/tag/v1.11.0 Signed-off-by: Teoh Suh Haw <suh.haw.teoh@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-crypto-mb: upgrade 2021.6 -> 2021.7.1Teoh Suh Haw2023-06-011-2/+2
| | | | | | | | Release Notes: https://github.com/intel/ipp-crypto/releases/tag/ippcp_2021.7.1 Signed-off-by: Teoh Suh Haw <suh.haw.teoh@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-inference-engine: fix build with gcc13Anuj Mittal2023-05-314-0/+172
| | | | | | Fix various issues when compiling with gcc13. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-compute-runtime: fix build with gcc13Anuj Mittal2023-05-303-0/+74
| | | | | | | | | | | | Dont turn warnings to errors. Helps when compiling with gcc13. | /build/poky/build/tmp/work/corei7-64-poky-linux/intel-compute-runtime/23.09.25812.14-r0/recipe-sysroot/usr/include/c++/13.1.1/bits/stl_algobase.h:398:11: error: '*(unsigned char (*)[7])((char*)&<unnamed> + offsetof(NEO::ArgDescValue, NEO::ArgDescValue::elements.StackVec<NEO::ArgDescValue::Element, 1, unsigned char>::onStackMemRawBytes[0]))' may be used uninitialized [-Werror=maybe-uninitialized] | 398 | { *__to = *__from; } | | Also, include cstdint header to get rid of other gcc13 specific errors. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-compute-runtime: upgrade 23.09.25812.14 -> 23.13.26032.30Teoh Suh Haw2023-05-301-2/+2
| | | | | | | | Release Notes: https://github.com/intel/compute-runtime/releases/tag/23.13.26032.30 Signed-off-by: Teoh Suh Haw <suh.haw.teoh@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-graphics-compiler: upgrade 1.0.13463.18 -> 1.0.13700.14Teoh Suh Haw2023-05-301-2/+2
| | | | | | | | Release Notes: https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.13700.14 Signed-off-by: Teoh Suh Haw <suh.haw.teoh@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/6.1: add recipeTeoh Suh Haw2023-05-302-10/+16
| | | | | | | | *Replace v5.19 with linux-intel-lts v6.1.26-rt8 kernel. *Make linux-intel-lts v6.1.26 the default RT kernel for poky and poky-altcfg. Signed-off-by: Teoh Suh Haw <suh.haw.teoh@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* lms: fix build errors with gcc13Anuj Mittal2023-05-292-0/+47
| | | | | | | | | | Fixes errors like: | /build/poky/build/tmp/work/x86-64-v3-poky-linux/lms/2245.0.0.0-r0/git/MEIClient/Include/MEIparser.h:11:1: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? | 10 | #include <vector> | +++ |+#include <cstdint> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ispc: fix build with gcc13Anuj Mittal2023-05-292-0/+33
| | | | | | | Backport an upstream fix to missing missing header issue triggered when building with gcc13. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-media-driver: fix build with gcc13Anuj Mittal2023-05-292-0/+292
| | | | | | | | | | Fixes issues [1][2][3] when building with gcc13. [1] https://github.com/intel/media-driver/issues/1639 [2] https://github.com/intel/media-driver/issues/1640 [3] https://github.com/intel/media-driver/issues/1641 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-mediasdk: fix build with gcc13Anuj Mittal2023-05-292-0/+16
| | | | | | | | | | | Fixes: 11:08:59 | /build/poky/build/tmp/work/corei7-64-poky-linux/intel-mediasdk/23.2.1-r0/git/api/mfx_dispatch/linux/mfxparser.cpp:60:36: error: 'uint8_t' does not name a type 11:08:59 | 60 | uint8_t* data = reinterpret_cast<uint8_t*>(&id); 11:08:59 | | ^~~~~~~ 11:08:59 | /build/poky/build/tmp/work/corei7-64-poky-linux/intel-mediasdk/23.2.1-r0/git/api/mfx_dispatch/linux/mfxparser.cpp:60:36: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl-intel-gpu upgrade: 22.6.5 -> 23.1.5Lim Siew Hoon2023-05-251-1/+1
| | | | | Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl upgrade: 2023.1.1 -> 2023.1.3Lim Siew Hoon2023-05-251-1/+1
| | | | | Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-mediasdk upgrade: 22.6.5 -> 23.2.1Lim Siew Hoon2023-05-251-1/+1
| | | | | Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-media-driver: upgrade 23.1.0 -> 23.1.6Lim Siew Hoon2023-05-251-1/+1
| | | | | Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libva-intel-utils: upgrade 2.17.1 -> 2.18.1Lim Siew Hoon2023-05-251-2/+2
| | | | | Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libva-intel: upgrade 2.17.0 -> 2.18.0Lim Siew Hoon2023-05-252-117/+1
| | | | | | | | Drop patches already fixed it. - 0001-Add-missing-libva.def.patch Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-gmmlib: upgrade 22.3.3 -> 22.3.5Lim Siew Hoon2023-05-251-1/+1
| | | | | Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* thermald: depend on autoconf-archive-nativeNaveen Saini2023-05-231-0/+2
| | | | | | configure: error: AX_CHECK_COMPILE_FLAG not found, you'll need to install autoconf-archive Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
* intel-microcode: upgrade 20230214 -> 2023051219.0-mickledore-4.2Anuj Mittal2023-05-181-1/+1
| | | | | | | Release notes: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20230512 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* embree: upgrade 4.0.1 -> 4.1.0Teoh Suh Haw2023-05-181-1/+1
| | | | | | | | Release Notes: https://github.com/embree/embree/releases/tag/v4.1.0 Signed-off-by: Teoh Suh Haw <suh.haw.teoh@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/5.19: update to tag ↵Teoh Suh Haw2023-05-171-1/+1
| | | | | | | mainline-tracking-v5.19-rt10-preempt-rt-230407T052642Z Signed-off-by: Teoh Suh Haw <suh.haw.teoh@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/6.1: update to tag lts-v6.1.26-linux-230504T201607ZTeoh Suh Haw2023-05-171-3/+3
| | | | | | | Updated kernel cache Signed-off-by: Teoh Suh Haw <suh.haw.teoh@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/6.2: update to tag mainline-tracking-v6.2-linux-230419T060611Z,Teoh Suh Haw2023-05-171-2/+2
| | | | | | | Updated kernel cache Signed-off-by: Teoh Suh Haw <suh.haw.teoh@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ispc: fix recipeNaveen Saini2023-05-152-3/+44
| | | | | | | | | | | | | | | | | | | | | | | | There are few problems in current recipe: (1) ispc needs to invoke native llvm-config from target sysroot to list LLVM lib libraries. clang already provides crossscripts/llvm-config, which does the job. However, using LLVM_TOOLS_BINARY_DIR leads to wrong llvm-config being used. So remove it from search path for llvm-config. (2) Error: ispc/1.19.0-r0/recipe-sysroot-native/usr/bin/x86_64-poky-linux/x86_64-poky-linux-ld: ispc/1.19.0-r0/recipe-sysroot-native/usr/lib/libclang-cpp.so: undefined reference to `std::condition_variable::wait(std::unique_lock<std::mutex>&)@GLIBCXX_3.4.30' error: linker command failed with exit code 1 (use -v to see invocation) Native libraries were being linked to target libraries leading to this failure. Fix and cleanup DEPENDS/RDEPENDS. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl: fix onevpl-examples packagingNaveen Saini2023-05-111-3/+3
| | | | | | | Currently vpl/examples are not being installed in examples pkg. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ipmctl : upgrade 03.00.00.0483 -> 03.00.00.0485Teoh Suh Haw2023-05-111-1/+1
| | | | | | | | | Release Notes: ipmctl: https://github.com/intel/ipmctl/releases/tag/v03.00.00.0485-2 Signed-off-by: Teoh Suh Haw <suh.haw.teoh@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>