summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* thermald : upgrade 2.5.8 -> 2.5.10Yogesh Tyagi2026-01-271-1/+1
| | | | | | | Release Notes: https://github.com/intel/thermal_daemon/releases/tag/v2.5.10 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* metee : upgrade 3.2.4 -> 6.0.2Yogesh Tyagi2026-01-271-1/+1
| | | | | | | Release Notes: https://github.com/intel/metee/releases/tag/6.0.2 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* lms : upgrade 2406.0.0.0 -> 2550.0.0.0Yogesh Tyagi2026-01-271-3/+1
| | | | | | | | | | | Drop patches merged upstream: - 0001-LMS-fix-build-issue-with-gcc-15.patch - 0001-cmake-Bump-required-CMake-version-to-3.5-to-allow-bu.patch Release Notes: https://github.com/intel/lms/releases/tag/v2550.0.0.0 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* onednn : upgrade 3.5.3 -> 3.10.2Yogesh Tyagi2026-01-272-11/+11
| | | | | | | | | | | | | | License Update: - Copyright year updates (2023 -> 2025) for Intel, Arm, Codeplay, and FUJITSU - License file paths updated due to upstream reorganization: * tests/gtests/gtest/LICENSE -> third_party/gtest/LICENSE * src/cpu/x64/xbyak/COPYRIGHT -> third_party/xbyak/COPYRIGHT * src/common/ittnotify/LICENSE.BSD -> third_party/ittnotify/LICENSE.BSD Release Notes: https://github.com/uxlfoundation/oneDNN/releases/tag/v3.10.2 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* intel-compute-runtime : upgrade 25.13.33276.16 -> 25.48.36300.8Yogesh Tyagi2026-01-273-14/+14
| | | | | | | | | | | Refresh patches: 0002-Build-not-able-to-locate-cpp_generation_tool.patch 0003-external-ocloc.patch Release Notes: https://github.com/intel/compute-runtime/releases/tag/25.48.36300.8 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* intel-graphics-compiler : upgrade 2.10.10 -> 2.24.8Yogesh Tyagi2026-01-272-7/+56
| | | | | | | | | | | | | | | | Refresh patches: 0001-BiF-CMakeLists.txt-remove-opt-from-DEPENDS.patch 0001-Build-not-able-to-locate-BiFManager-bin.patch New patch added: 0001-IRBuilderGenerator_exe-error-while-loading-shared-li.patch Suppress GCC 15 compilation errors with -Wno-error=free-nonheap-object flag. Release Notes: https://github.com/intel/intel-graphics-compiler/releases/tag/v2.24.8 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* meta-intel: move oneAPI IPP and setup-oneapi-env into dynamic openembedded layerYogesh Tyagi2026-01-203-0/+0
| | | | | | | | | | | | Move intel-oneapi-ipp and setup-intel-oneapi-env recipes under dynamic-layers/openembedded-layer to make oneAPI components conditionally enabled. This is a pure refactor with no functional changes to the recipes. It aligns oneAPI packages with the existing dynamic layer structure used for optional Intel runtimes. Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* meta-intel : ovmf support has been dropped for 32 bit x86 machines [1]Yogesh Tyagi2026-01-201-0/+3
| | | | | | [1] https://patchwork.yoctoproject.org/project/oe-core/patch/20251222200739.2278706-47-alex.kanavin@gmail.com/ Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* meta-intel: reorganize recipes into correct logical groupsYogesh Tyagi2026-01-1314-0/+0
| | | | | | | | | | | | | | | | | | | Reorganize meta-intel recipes to follow Yocto best practices and clear semantic boundaries between clang/SYCL components, BSP enablement, core OS policy, and generic support libraries. Key changes: - Move oneDPL into clang dynamic layer (SYCL / Clang-semantic dependency) - Move linux-npu-driver from recipes-core to recipes-bsp (platform enablement) - Move formfactor from recipes-bsp to recipes-core (system-wide OS policy) - Move intel-oneapi-ipp out of clang layer into recipes-oneapi (CPU-only, compiler-agnostic) - Move intel-crypto-mb from recipes-oneapi to recipes-support/crypto - Move intel-cmt-cat and metee from recipes-bsp to recipes-support This refactor improves layer clarity, avoids unnecessary clang coupling, and aligns recipe placement with Yocto conventions. Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* onednn: Move RDEPENDS of PACKAGECONFIG[gpu] to a separate settingZoltán Böszörményi2026-01-132-1/+3
| | | | | | | | | | This allows using a different OpenCL backend (like intel-compute-runtime-legacy1 from meta-clang-revival), or multiple ones, so the same image can support different platforms. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* onednn: rename virtual/opencl-icd to virtual/libopencl1Yogesh Tyagi2026-01-091-1/+1
| | | | | | | | | A change in meta-openembedded that provided virtual/opencl-icd [1] changed the name to virtual/libopencl1. [1] https://git.openembedded.org/meta-openembedded/commit/?id=87b44d29b6942427bfb1fab02a4564e41dcc01a0 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* Support whinlatter onlyYogesh Tyagi2026-01-0917-3/+3
| | | | | | | | Yocto 5.3 merged most of meta-clang. Fix recipes structure in dynamic-layers/clang-layer clang recipes now depend on meta-clang-revival layer Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* Revert "Support whinlatter only"Yogesh Tyagi2026-01-0716-1/+3
| | | | This reverts commit 36e44b684cc74e5d3112f7e430e8ef563d69ee92.
* linux-npu-driver: depend on system provided level-zeroYogesh Tyagi2026-01-021-5/+3
| | | | Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* level-zero: use version which is compatible with npu driverYogesh Tyagi2026-01-021-2/+2
| | | | Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* oeqa/runtime/cases/libipt.py : replace yasm dependency with nasmYogesh Tyagi2026-01-011-1/+1
| | | | | | | | yasm has been removed from yocto base layer[1] [1] https://git.openembedded.org/openembedded-core/commit/?id=b7f3f7ecfdf26129c5df2d3ee14e73c4633ea5a3 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* embree : make the building of tutorials configurableYogesh Tyagi2026-01-011-2/+4
| | | | Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* Support whinlatter onlyZoltán Böszörményi2026-01-0116-3/+1
| | | | | | | Yocto 5.3 merged most of meta-clang. Move recipes from dynamic-layers/clang-layer to the toplevel. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
* iucode-tool: update UPSTREAM_CHECK_URIYi Zhao2026-01-011-1/+2
| | | | | | | | | | | | | | | | | | Update UPSTREAM_CHECK_URI to check the correct latest stable verison. Before the patch: $ devtool latest-version iucode-tool INFO: Current version: 2.3.1 INFO: Latest version: After the patch: $ devtool latest-version iucode-tool INFO: Current version: 2.3.1 INFO: Latest version: 2.3.1 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* linux-intel/6.12: update to tag lts-v6.12.55-linux-251024T074402ZShruti Raj Vansh Singh2025-11-031-3/+3
| | | | | | | Updated kernel cache too. Signed-off-by: Shruti Raj Vansh Singh <shruti.raj.vansh.singh@intel.com> Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* linux-intel-rt/6.12: update to tag lts-v6.12.55-linux-251024T074402ZShruti Raj Vansh Singh2025-11-031-3/+3
| | | | | | | Updated kernel cache too. Signed-off-by: Shruti Raj Vansh Singh <shruti.raj.vansh.singh@intel.com> Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* vpl-gpu-rt: inherit features_checkYogesh Tyagi2025-11-031-1/+4
| | | | | | | | | | | | | opengl is not enabled by default with "nodistro". Make sure that layer comaptibility check does not fail due to this. Fixes: | ERROR: Nothing PROVIDES 'intel-media-driver' (but /openembedded-core/meta-intel/recipes-multimedia/vpl/vpl-gpu-rt_25.1.4.bb DEPENDS on or otherwise requires it) intel-media-driver was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* linux-intel-rt/6.12: update to tag lts-v6.12.48-linux-250924T142248ZShruti Raj Vansh Singh2025-10-301-3/+3
| | | | | | | Updated kernel cache too. Signed-off-by: Shruti Raj Vansh Singh <shruti.raj.vansh.singh@intel.com> Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* linux-intel/6.12: update to tag lts-v6.12.48-linux-250924T142248ZShruti Raj Vansh Singh2025-10-301-3/+3
| | | | | | | Updated kernel cache too. Signed-off-by: Shruti Raj Vansh Singh <shruti.raj.vansh.singh@intel.com> Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* README: change maintainer to YogeshAnuj Mittal2025-10-091-2/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ipmctl: fix build issue undefined reference to `main`Yogesh Tyagi2025-10-012-0/+40
| | | | | | | | - `-pie` is only valid when linking executables (PIE), not shared libraries. So remove `-pie` from shared libraries linker flag. Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-npu-driver: upgrade 1.17.0 -> 1.23.0Yongxin Liu2025-09-111-6/+9
| | | | | | | | | To mitigate version dependency issue between linux-npu-driver and level-zero, the driver repository now references the third_party/level_zero implementation within its own codebase rather than relying on the version provided by meta-intel layer. Signed-off-by: Yongxin Liu <yongxin.liu@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-microcode: upgrade 20250512 -> 20250812Praveen Kumar2025-08-211-1/+1
| | | | | | | | | | | | | | | | | | | Update for functional issues for different processors Fixes CVEs: CVE-2025-20109 [https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01249.html] CVE-2025-22839 [https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01310.html] CVE-2025-22840 [https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01308.html] CVE-2025-22889 [https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01311.html] CVE-2025-24305 [https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01313.html] CVE-2025-32086 [https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01367.html] CVE-2025-21090 [https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01313.html] Release Note: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20250812 Signed-off-by: Praveen Kumar <praveen.kumar@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* rkcommon : fix test, use fully-qualified rkcommon::math::rsqrt to avoid ↵Yogesh Tyagi2025-08-182-0/+50
| | | | | | | overload ambiguity Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/6.12: Drop useless patchUwe Kleine-König2025-08-153-52/+0
| | | | | | | | | | | | Since commit v6.10-rc1~98^2~59 = 5ef6dc08cfde ("lib/build_OID_registry: don't mention the full path of the script in output") the purpose of patch 0001-6.12-lib-build_OID_registry-fix-reproducibility-issues.patch is already given in plain mainline. The patch only subsitutes one way to make the build result reproducible by another one. So drop the patch. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvkl : set a baseline policy version for cmakeYogesh Tyagi2025-08-041-0/+1
| | | | | | | | | | | | | Cmake upgrade to 4.0+ removes compatibility with versions older than 3.5 [1]. Set a baseline policy version for CMake using CMAKE_POLICY_VERSION_MINIMUM variable for intel-corei7-64 machine overrides as well until until upstream source implements the fix. [1] https://git.yoctoproject.org/poky/commit/?id=2c9a6b4a81b642fc3e6815aa83d1c9bafb56c7db Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* hdcp : drop recipeYogesh Tyagi2025-07-253-68/+0
| | | | | | | | hdcp project is no longer maintained so drop the recipe and other references of hdcp from the layer Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libipt : set a baseline policy version for cmakeYogesh Tyagi2025-07-251-0/+1
| | | | | | | | | | | | | Cmake upgrade to 4.0+ removes compatibility with versions older than 3.5 [1]. Set a baseline policy version for CMake using CMAKE_POLICY_VERSION_MINIMUM variable until until libipt is upgraded to include the fix [2]. [1] https://git.yoctoproject.org/poky/commit/?id=2c9a6b4a81b642fc3e6815aa83d1c9bafb56c7db [2] https://github.com/intel/libipt/commit/fa7d42de25be526da532284cc8b771fdeb384f81 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ipmctl : set a baseline policy version for cmakeYogesh Tyagi2025-07-251-1/+3
| | | | | | | | | | | | Cmake upgrade to 4.0+ removes compatibility with versions older than 3.5 [1]. Set a baseline policy version for CMake using CMAKE_POLICY_VERSION_MINIMUM variable until upstream source implements the fix. [1] https://git.yoctoproject.org/poky/commit/?id=2c9a6b4a81b642fc3e6815aa83d1c9bafb56c7db Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvkl : set a baseline policy version for cmakeYogesh Tyagi2025-07-251-0/+1
| | | | | | | | | | | | Cmake upgrade to 4.0+ removes compatibility with versions older than 3.5 [1]. Set a baseline policy version for CMake using CMAKE_POLICY_VERSION_MINIMUM variable until upstream source implements the fix. [1] https://git.yoctoproject.org/poky/commit/?id=2c9a6b4a81b642fc3e6815aa83d1c9bafb56c7db Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-npu-driver : set a baseline policy version for cmakeYogesh Tyagi2025-07-251-0/+1
| | | | | | | | | | | | Cmake upgrade to 4.0+ removes compatibility with versions older than 3.5 [1]. Set a baseline policy version for CMake using CMAKE_POLICY_VERSION_MINIMUM variable until upstream source implements the fix. [1] https://git.yoctoproject.org/poky/commit/?id=2c9a6b4a81b642fc3e6815aa83d1c9bafb56c7db Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* lms : set a baseline policy version for cmakeYogesh Tyagi2025-07-252-0/+44
| | | | | | | | | | | | Cmake upgrade to 4.0+ removes compatibility with versions older than 3.5 [1]. Set a baseline policy version for CMake using CMAKE_POLICY_VERSION_MINIMUM variable until upstream source implements the fix. [1] https://git.yoctoproject.org/poky/commit/?id=2c9a6b4a81b642fc3e6815aa83d1c9bafb56c7db Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* opencl-clang : set a baseline policy version for cmakeYogesh Tyagi2025-07-251-0/+1
| | | | | | | | | | | | Cmake upgrade to 4.0+ removes compatibility with versions older than 3.5 [1]. Set a baseline policy version for CMake using CMAKE_POLICY_VERSION_MINIMUM variable until upstream source implements the fix. [1] https://git.yoctoproject.org/poky/commit/?id=2c9a6b4a81b642fc3e6815aa83d1c9bafb56c7db Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-graphics-compiler : set a baseline policy version for cmakeYogesh Tyagi2025-07-251-0/+1
| | | | | | | | | | | | Cmake upgrade to 4.0+ removes compatibility with versions older than 3.5 [1]. Set a baseline policy version for CMake using CMAKE_POLICY_VERSION_MINIMUM variable until upstream source implements the fix. [1] https://git.yoctoproject.org/poky/commit/?id=2c9a6b4a81b642fc3e6815aa83d1c9bafb56c7db Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onednn : set a baseline policy version for cmakeYogesh Tyagi2025-07-251-0/+1
| | | | | | | | | | | | Cmake upgrade to 4.0+ removes compatibility with versions older than 3.5 [1]. Set a baseline policy version for CMake using CMAKE_POLICY_VERSION_MINIMUM variable until upstream source implements the fix. [1] https://git.yoctoproject.org/poky/commit/?id=2c9a6b4a81b642fc3e6815aa83d1c9bafb56c7db Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-media-driver : set a baseline policy version for cmakeYogesh Tyagi2025-07-091-0/+1
| | | | | | | | | | | | | | | Cmake upgrade to 4.0+ removes compatibility with versions older than 3.5 [1]. Set a baseline policy version for CMake using CMAKE_POLICY_VERSION_MINIMUM variable until intel-media-driver is upgraded to include the fix [2]. [1] https://patchwork.yoctoproject.org/project/oe-core/cover/20250703132720.3378569-1-Moritz.Haase@bmw.de/ [2] https://github.com/intel/media-driver/pull/1919 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* gmmlib: set a baseline policy version for cmakeYogesh Tyagi2025-07-091-1/+4
| | | | | | | | | | | | | | | Cmake upgrade to 4.0+ removes compatibility with versions older than 3.5 [1]. Set a baseline policy version for CMake using CMAKE_POLICY_VERSION_MINIMUM variable until intel-media-driver is upgraded to include the fix [2]. [1] https://patchwork.yoctoproject.org/project/oe-core/cover/20250703132720.3378569-1-Moritz.Haase@bmw.de/ [2] https://github.com/intel/gmmlib/commit/af5f033fbe71da454953e04db9804443e2cec74 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ixgbe/ixgbevf/backport-iwlwifi: Adapt to S/UNPACKDIR changesChangqing Li2025-07-093-6/+5
| | | | | | | | Remove or update S definitions as required to work with oe-core S/UNPACKDIR changes. Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* setup-intel-oneapi-env : Fix S variable warningYogesh Tyagi2025-07-081-1/+3
| | | | | | | | | | Fix the following warning: the directory ${UNPACKDIR}/${BP} (/build/tmp/work/...../sources/setup-intel-oneapi-env-*) pointed to by the S variable doesn't exist - please set S within the recipe to point to where the source has been unpacked to Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* slimboot-tools: Update to match S/UNPACKDIR changesYogesh Tyagi2025-07-081-1/+0
| | | | | | | | Update to match the recent changes in OE-Core where the unpack layout changed. [https://patchwork.yoctoproject.org/project/oe-core/patch/20250616095000.2918921-1-alex.kanavin@gmail.com/] Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* backport-iwlwifi: upgrade core79 -> core96Ying Lun Neoh2025-07-071-2/+2
| | | | | Signed-off-by: Ying Lun Neoh <ying.lun.neoh@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ospray: add SRCREV_FORMATkarn.jye.lau2025-07-071-2/+4
| | | | | | | SRCREV_FORMAT variable must be set when multiple SCMs are used. Signed-off-by: karn.jye.lau <karn.jye.lau@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* recipes: Update to match S/UNPACKDIR changesYogesh Tyagi2025-07-0437-64/+15
| | | | | | | | Update to match the recent changes in OE-Core where the unpack layout changed. [https://patchwork.yoctoproject.org/project/oe-core/patch/20250616095000.2918921-1-alex.kanavin@gmail.com/] Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* layer.conf: Add the new release layer seriesYogesh Tyagi2025-06-241-1/+1
| | | | | | | Add the whinlatter release as being compatible with the layer. Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-npu-driver : fix multilib install issue23.0-walnascar-5.2Yogesh Tyagi2025-05-282-6/+31
| | | | | | | | | | | | | | | | | | | | | Make sure libraries are installed correctly even when libdir is not /usr/lib. Fixes: ERROR: linux-npu-driver-1.17.0-r0 do_package: QA Issue: linux-npu-driver: Files/directories were installed but not shipped in any package: /lib /lib/firmware /lib/firmware/updates /lib/firmware/updates/intel /lib/firmware/updates/intel/vpu /lib/firmware/updates/intel/vpu/vpu_40xx_v0.0.bin /lib/firmware/updates/intel/vpu/vpu_37xx_v0.0.bin /lib/firmware/updates/intel/vpu/mtl_vpu_v0.0.bin /lib/firmware/updates/intel/vpu/vpu_40xx_v1.bin /lib/firmware/updates/intel/vpu/vpu_37xx_v1.bin Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>