summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* open-model-zoo : upgrade 2024.0.0 -> 2024.1.0HEADscarthgapmasterYogesh Tyagi2 days1-1/+1
| | | | | | | | Release Notes: https://github.com/openvinotoolkit/open_model_zoo/releases/tag/2024.1.0 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-model-optimizer : upgrade 2024.0.0 -> 2024.1.0Yogesh Tyagi2 days1-2/+2
| | | | | | | | Release Notes: https://github.com/openvinotoolkit/openvino/releases/tag/2024.1.0 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-inference-engine : upgrade 2024.0.0 -> 2024.1.0Yogesh Tyagi2 days6-122/+46
| | | | | | | | | | | | | - Disable NPU plugin for now and enable it in a later change - Drop backported patch which is now avialable in this version - Drop patch which is already merged upstream - Refresh patches Release Notes: https://github.com/openvinotoolkit/openvino/releases/tag/2024.1.0 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* thermald : upgrade 2.5.6 -> 2.5.7Yogesh Tyagi2 days2-9/+5
| | | | | | | | | | - Refresh patch Release Notes: https://github.com/intel/thermal_daemon/releases/tag/v2.5.7 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onednn : upgrade 3.4 -> 3.4.1Yogesh Tyagi2 days1-1/+1
| | | | | | | | Release Notes: https://github.com/oneapi-src/oneDNN/releases/tag/v3.4.1 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* metrics-discovery : upgrade 1.12.170 -> 1.12.171Yogesh Tyagi2 days1-1/+1
| | | | | | | | Release Notes: https://github.com/intel/metrics-discovery/releases/tag/metrics-discovery-1.12.171 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* itt : upgrade 3.24.6 -> 3.24.7Yogesh Tyagi2 days1-1/+1
| | | | | | | | Release Notes: https://github.com/intel/ittapi/releases/tag/v3.24.7 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-compute-runtime: upgrade 24.05.28454.6 -> 24.13.29138.7Yogesh Tyagi2 days1-2/+2
| | | | | | | | Release Notes: https://github.com/intel/compute-runtime/releases/tag/24.13.29138.7 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-graphics-compiler: upgrade 1.0.15985.7 -> 1.0.16510.2Yogesh Tyagi2 days1-5/+5
| | | | | | | | | | License-Update: LLVM is now Apache-2.0 licensed. Release Notes: https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.16510.2 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* recipes: avoid using WORKDIR in do_installAnuj Mittal6 days3-7/+7
| | | | | | | Replace usage of WORKDIR in do_compile/do_install by ${S} or ${B}. It also helps with cases when externalsrc is used like with devtool. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino.md: Add document to build image with OpenVINO toolkitNaveen Saini6 days2-0/+96
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* documentation: drop Maintainer.mdLee Chee Yang13 days4-31/+6
| | | | | | | drop the Maintainer.md and add maintainer section at README.md. Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* gmmlib: fix malformed upstream statusLee Chee Yang13 days1-2/+1
| | | | | | | | | | | | | INFO: test_patches_upstream_status (common.CommonCheckLayer) INFO: ... expected failure INFO: Traceback (most recent call last): File "/data/master/poky/scripts/lib/checklayer/cases/common.py", line 87, in test_patches_upstream_status self.assertEqual(len(patches), 0 , \ AssertionError: 1 != 0 : Found following patches with malformed or missing upstream status: /data/master/meta-intel/recipes-graphics/gmmlib/files/0001-Add-new-DG2-device-IDs-194.patch Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/6.6 : update to tag lts-v6.6.25-rt29-preempt-rt-240416T010215ZYogesh Tyagi13 days1-3/+3
| | | | | Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/6.6 : update to tag lts-v6.6.25-linux-240415T215440ZYogesh Tyagi13 days1-3/+3
| | | | | Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* MAINTAINERS: convert to .mdLee Chee Yang2024-04-193-12/+8
| | | | | | | Also update references to MAINTAINERS.md. Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* documentation: update and restructure READMELee Chee Yang2024-04-196-470/+238
| | | | | | | | Update README content, reference and links. Also, split and convert this into multiple markdown files. Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* doc/secureboot: remove READMELee Chee Yang2024-04-171-38/+0
| | | | | | | This is no longer tested, hence drop it. Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* CHANGELOG: drop changelogLee Chee Yang2024-04-171-87/+0
| | | | | | | We've not been keeping this up to date. Remove the file and refer to release notes or git log for changes. Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/6.6 : update to tag lts-v6.6.23-rt28-preempt-rt-240407T195413ZYogesh Tyagi2024-04-151-3/+3
| | | | | Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/6.6 : update to tag lts-v6.6.23-linux-240407T055600ZYogesh Tyagi2024-04-151-3/+3
| | | | | Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* lms: use python3native and depend on python3-packaging-nativeNaveen Saini2024-04-121-4/+2
| | | | | | | | | | | | Recipe incorrectly using python from host, which causing following failure: | import packaging.version | ModuleNotFoundError: No module named 'packaging.version' Ref: https://git.yoctoproject.org/poky/commit/?id=bb4abe0e6468f8be3fdd6012a109ddd1db7b20a8 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
* gmmlib: Add new DG2 device idHoe Sheng Yang2024-04-022-0/+39
| | | | | Signed-off-by: Hoe, Sheng Yang <sheng.yang.hoe@intel.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
* intel-microcode: upgrade 20231114 -> 20240312Naveen Saini2024-03-281-1/+1
| | | | | | | | | | | | | | | Release notes: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20240312 Fixes CVEs: CVE-2023-39368 [https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00972.html] CVE-2023-38575 [https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00982.html] CVE-2023-28746 [https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00898.html] CVE-2023-22655 [https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00960.html] CVE-2023-43490 [https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01045.html] Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* conf/machine: set preferred kernel to 6.8 for poky-altcfgYogesh Tyagi2024-03-211-1/+1
| | | | | Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/6.8 : add recipeYogesh Tyagi2024-03-211-0/+20
| | | | | Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/6.7 : drop recipeYogesh Tyagi2024-03-211-20/+0
| | | | | Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/6.6 : update to tag lts-v6.6.20-rt25-preempt-rt-240308T080222ZYogesh Tyagi2024-03-211-3/+3
| | | | | Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/6.6 : update to tag lts-v6.6.20-linux-240308T063847ZYogesh Tyagi2024-03-211-3/+3
| | | | | Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* open-model-zoo : upgrade 2023.3.0 -> 2024.0.0Yogesh Tyagi2024-03-201-1/+1
| | | | | | | | Release Notes: https://github.com/openvinotoolkit/open_model_zoo/releases/tag/2024.0.0 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-model-optimizer : upgrade 2023.3.0 -> 2024.0.0Yogesh Tyagi2024-03-201-2/+2
| | | | | | | | Release Notes: https://github.com/openvinotoolkit/openvino/releases/tag/2024.0.0 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-inference-engine : upgrade 2023.3.0 -> 2024.0.0Yogesh Tyagi2024-03-184-38/+87
| | | | | | | | | | | | | | | | | | | | | | | | - Removed the Cython patch, which is no longer relevant as Legacy IE python API has been removed: https://github.com/openvinotoolkit/openvino/commit/a561a2a484049cc63fd0959646ef5c1cb8f3c2e6 - Remove cython dependency as well from recipe - Remove the switch disabling MLAS support. It's enabled by default. Fetch the submodule as well and include the file pointing to its Apache-2.0 license in LIC_FILES_CHKSUM. - Update conditional check to exclude directories which have "/usr/include" in them to not add <sysroot>/usr/include as well. - Backport a patch which solves the build failure caused by setting the "ENABLE_OV_ONNX_FRONTEND" option to "OFF" Release Notes: https://github.com/openvinotoolkit/openvino/releases/tag/2024.0.0 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* README: drop obsolete README.sourcesLee Chee Yang2024-03-121-17/+0
| | | | | Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* thermald : upgrade 2.5.4 -> 2.5.6Yogesh Tyagi2024-03-112-1/+41
| | | | | | | | | | | Create a separate variable for branch value and derive the value from PV so AUH is able to upgrade the recipe. Release Notes: https://github.com/intel/thermal_daemon/releases/tag/v2.5.6 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* metee : upgrade 3.1.6 -> 3.2.4Yogesh Tyagi2024-03-112-31/+1
| | | | | | | | | | Drop upstreamed patch Release Notes: https://github.com/intel/metee/releases/tag/3.2.4 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* lms : upgrade 2322.0.0.0 -> 2406.0.0.0Yogesh Tyagi2024-03-113-82/+1
| | | | | | | | | | Drop upstreamed patches Release Notes: https://github.com/intel/lms/releases/tag/v2406.0.0.0 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* isa-l : upgrade 2.30.0 -> 2.31.0Yogesh Tyagi2024-03-111-2/+4
| | | | | | | | | | | | | | Fix Package QA Issue "isa-l doesn't have GNU_HASH" License-Update: * copyright years updated * SPDX-License-Identifier: BSD-3-Clause added Release Notes: https://github.com/intel/isa-l/releases/tag/v2.31.0 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onednn : upgrade 3.3.4 -> 3.4Yogesh Tyagi2024-03-111-2/+4
| | | | | | | | | | | Create a separate variable for branch value and derive the value from PV so AUH is able to upgrade the recipe. Release Notes: https://github.com/oneapi-src/oneDNN/releases/tag/v3.4 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-crypto-mb : upgrade 2021.9.0 -> 2021.11.1Yogesh Tyagi2024-03-111-2/+4
| | | | | | | | | | | Create a separate variable for branch value and derive the value from PV so AUH is able to upgrade the recipe. Release Notes: https://github.com/intel/ipp-crypto/releases/tag/ippcp_2021.11.1 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-cmt-cat : upgrade 23.11 -> 23.11.1Yogesh Tyagi2024-03-111-1/+1
| | | | | | | | Release Notes: https://github.com/intel/intel-cmt-cat/releases/tag/v23.11.1 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libipt : upgrade 2.1.0 -> 2.1.1Yogesh Tyagi2024-03-111-2/+2
| | | | | | | | | | License-Update: copyright years updated Release Notes: https://github.com/intel/libipt/releases/tag/v2.1.1 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* layer.conf: update LAYERSERIES_COMPAT to use scarthgapNaveen Saini2024-03-111-1/+1
| | | | | | | Drop compatibility to nanbield. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ispc: upgrade 1.22.0 -> 1.23.0Anuj Mittal2024-02-285-74/+14
| | | | | | | | | Release notes: https://github.com/ispc/ispc/releases/tag/v1.23.0 llvm-dis is no longer a build dependency. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvkl: upgrade 2.0.0 -> 2.0.1Anuj Mittal2024-02-281-1/+1
| | | | | | | Release notes: https://github.com/openvkl/openvkl/releases/tag/v2.0.1 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ospray: upgrade 3.0.0 -> 3.1.0Anuj Mittal2024-02-281-1/+2
| | | | | | | | | Release notes: https://github.com/ospray/ospray/releases/tag/v3.1.0 Disable building examples as they need OpenGL. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* embree: upgrade 4.3.0 -> 4.3.1Anuj Mittal2024-02-281-1/+1
| | | | | | | Release notes: https://github.com/embree/embree/releases/tag/v4.3.1 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* rkcommon: upgrade 1.12.0 -> 1.13.0Anuj Mittal2024-02-281-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-compute-runtime: upgrade 23.22.26516.18 -> 24.05.28454.6Anuj Mittal2024-02-283-70/+20
| | | | | | | | Drop the patch that has already been merged. License-Update: OpenCL-Headers are now Apache-2.0 licensed. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-graphics-compiler: upgrade 1.0.14062.11 -> 1.0.15985.7Anuj Mittal2024-02-282-22/+23
| | | | | | | | The instrinsics Python scripts now need mako module as well. Use the native Python to ensure builds are not dependent on what is installed on the host. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl-intel-gpu: backport patches to fix bugsLim Siew Hoon2024-02-263-0/+130
| | | | | | | | | | | 1. Enable JPEG Enc support with BGR4 format. * 0001-JPEGe-Enable-BGR4-JPEG-Enc-support-6470.patch 2. Fixed YV12 setBuffers for V & U plane offsets calculation * 0001-Fix-SetBuffersYV12-V-U-plane-offsets-calculation-647.patch Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>