summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* documentation: drop Maintainer.mdHEADscarthgapmasterLee Chee Yang4 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 Yang4 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 Tyagi4 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 Tyagi4 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 Yang7 days3-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 Yang7 days6-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 Yang9 days1-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 Yang9 days1-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 Tyagi10 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.23-linux-240407T055600ZYogesh Tyagi10 days1-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 Saini14 days1-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>
* onevpl-intel-gpu: upgrade 23.3.4 -> 23.4.3Lim Siew Hoon2024-02-264-109/+41
| | | | | | | | | | | | | | | Drops patches already merged: * 0001-Encode-Bugfix-for-HEVC-VDENC-422-RPL-caps-issue.-588.patch * 0001-RT-Common-Fix-MediaAdapterType-issue-5898.patch Added new patches: * 0001-ARLH-DID-open-source-6286.patch Release notes: https://github.com/oneapi-src/oneVPL-intel-gpu/releases/tag/intel-onevpl-23.4.3 Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl: upgrade 2023.3.1 -> 2023.4.0Lim Siew Hoon2024-02-262-9/+9
| | | | | | | | | | | Rebased patches: * 0001-vpl.pc.in-dont-pass-pcfiledir-to-cflags.patch Release notes: https://github.com/intel/libvpl/releases/tag/v2023.4.0 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.3.5 -> 23.4.3Lim Siew Hoon2024-02-2617-260/+969
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop patches already merged: * 0002-Add-VASurfaceAttribMemoryType-for-ACM.patch * 0004-Set-sRGB-color-space-for-non-video-wall-and-no-backg.patch * 0005-XRGB-force-to-do-swizzle-for-AVC-HEVC.patch * 0006-Add-DG2-DIDs.patch Rebased patchess: * 0001-Disable-vp9-padding-on-mtl.patch * 0002-Force-ARGB-surface-to-tile4-for-ACM.patch Added new bug fixed: * 0004-Add-device-ID-for-ARL.patch * 0005-Add-XR24-support-to-DMABuf.patch * 0006-add-INTEL-MEDIA-ALLOC-refineE-to-specify-the-memory-.patch * 0007-Skip-report-keys.patch * 0008-Limit-INTEL-MEDIA-ALLOC-MODE-to-MTL-and-ARL-only.patch * 0009-Skip-cache-bucket-realloc-for-default-mode-0.patch * 0010-Fix-failed-4k-video-wall-test-case-and-color-corrupt.patch * 0011-Disable-422H-format-output.patch * 0012-Decode-Fix-AVC-decode-SFC-4K-hang-issue.patch Release notes: https://github.com/intel/media-driver/releases/tag/intel-media-23.4.3 Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* gmmlib: upgrade 22.3.12 -> 22.3.15Lim Siew Hoon2024-02-263-32/+44
| | | | | | | | | | | Added a patches for new ARL-H device id support: - 0001-Introduce-ARL-H-support-172.patch Remove a patches already merged: - 0001-Add-more-DG2-Device-IDs.patch Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-inference-engine: drop usage of PYTHON_PNAnuj Mittal2024-02-231-2/+2
| | | | | | Follow OE-core in removing usage of PYTHON_PN. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* lms: use CVE_STATUS instead of CVE_CHECK_IGNOREAnuj Mittal2024-02-151-2/+1
| | | | | | CVE_CHECK_IGNORE was deprecated and shouldn't be used anymore. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ixgbe/ixgbvf: use CVE_STATUS instead of CVE_CHECK_IGNOREAnuj Mittal2024-02-152-4/+2
| | | | | | CVE_CHECK_IGNORE was deprecated and shouldn't be used anymore. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-inference-engine: fix reproducibility issuesYogesh Tyagi2024-02-151-1/+1
| | | | | | | | | | | Prevent host paths from getting into target packages. Also prevents buildpaths warnings for files: | File /usr/src/debug/openvino-inference-engine/2023.3.0/src/plugins/intel_cpu/cross-compiled/attn_memcpy_disp.cpp in package openvino-inference-engine-src contains reference to TMPDIR File | File /usr/src/debug/openvino-inference-engine/2023.3.0/src/plugins/intel_cpu/cross-compiled/mha_single_token_disp.cpp in package openvino-inference-engine-src contains reference to TMPDIR | File /usr/src/debug/openvino-inference-engine/2023.3.0/src/plugins/intel_cpu/cross-compiled/softmax_disp.cpp in package openvino-inference-engine-src contains reference to TMPDIR [buildpaths] Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/6.7: update to tag mainline-tracking-v6.7-rc3-linux-231206T020418ZYogesh Tyagi2024-02-141-1/+1
| | | | | 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.14-rt21-preempt-rt-240131T164236ZYogesh Tyagi2024-02-141-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.14-linux-240131T053107ZYogesh Tyagi2024-02-142-4/+4
| | | | | | | | | | linux-intel-lts has backported ae1914174 to 6.6 branch. The commit drops CONFIG_DEBUG_CREDENTIALS config option which results in warnings when building with yocto-6.6 branch of y-k-c. Suppress the warnings for linux-intel kernel for now. Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>