diff options
| author | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2026-01-27 11:13:27 +0530 |
|---|---|---|
| committer | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2026-01-27 11:19:22 +0530 |
| commit | da0747118230aa8a5f0d73084c1d2c2f8f127bd8 (patch) | |
| tree | 32a992f28aeeffccc849ce633f0a93e2ccf0cfaa /dynamic-layers/openembedded-layer | |
| parent | bee42a1c918cb364a0acd06f3908fe945d6973d9 (diff) | |
| download | meta-intel-da0747118230aa8a5f0d73084c1d2c2f8f127bd8.tar.gz | |
onednn : upgrade 3.5.3 -> 3.10.2
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>
Diffstat (limited to 'dynamic-layers/openembedded-layer')
| -rw-r--r-- | dynamic-layers/openembedded-layer/recipes-bsp/linux-npu-driver/linux-npu-driver_1.28.0.bb (renamed from dynamic-layers/openembedded-layer/recipes-bsp/linux-npu-driver/linux-npu-driver_1.23.0.bb) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/linux-npu-driver/linux-npu-driver_1.23.0.bb b/dynamic-layers/openembedded-layer/recipes-bsp/linux-npu-driver/linux-npu-driver_1.28.0.bb index 96ef9f9a..d2e90e79 100644 --- a/dynamic-layers/openembedded-layer/recipes-bsp/linux-npu-driver/linux-npu-driver_1.23.0.bb +++ b/dynamic-layers/openembedded-layer/recipes-bsp/linux-npu-driver/linux-npu-driver_1.28.0.bb | |||
| @@ -3,23 +3,23 @@ HOMEPAGE = "https://github.com/intel/linux-npu-driver" | |||
| 3 | LICENSE = "MIT & Apache-2.0" | 3 | LICENSE = "MIT & Apache-2.0" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=7b256470048be42466f7d10e1d6482e6 \ | 4 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=7b256470048be42466f7d10e1d6482e6 \ |
| 5 | file://third-party-programs.txt;md5=0ae40d7f1ef3bbd509197e427fdd7e70 \ | 5 | file://third-party-programs.txt;md5=0ae40d7f1ef3bbd509197e427fdd7e70 \ |
| 6 | file://third_party/vpux_elf/LICENSE;md5=5f51ea09f42b161b3013558e48d0fb20 \ | 6 | file://third_party/npu_compiler_elf/LICENSE;md5=5f51ea09f42b161b3013558e48d0fb20 \ |
| 7 | " | 7 | " |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/intel/linux-npu-driver.git;protocol=https;name=linux-npu-driver;branch=main;lfs=1 \ | 9 | SRC_URI = "git://github.com/intel/linux-npu-driver.git;protocol=https;name=linux-npu-driver;branch=main;lfs=1 \ |
| 10 | git://github.com/openvinotoolkit/npu_plugin_elf.git;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/third_party/vpux_elf;name=vpux-elf;nobranch=1 \ | 10 | git://github.com/openvinotoolkit/npu_plugin_elf.git;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/third_party/npu_compiler_elf;name=npu-compiler-elf;nobranch=1 \ |
| 11 | git://github.com/jbeder/yaml-cpp.git;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/third_party/yaml-cpp;name=yaml-cpp;nobranch=1 \ | 11 | git://github.com/jbeder/yaml-cpp.git;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/third_party/yaml-cpp;name=yaml-cpp;nobranch=1 \ |
| 12 | git://github.com/intel/level-zero-npu-extensions.git;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/third_party/level-zero-npu-extensions;name=lzvext;nobranch=1 \ | 12 | git://github.com/intel/level-zero-npu-extensions.git;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/third_party/level-zero-npu-extensions;name=lzvext;nobranch=1 \ |
| 13 | git://github.com/google/googletest.git;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/third_party/googletest;name=googletest;nobranch=1 \ | 13 | git://github.com/google/googletest.git;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/third_party/googletest;name=googletest;nobranch=1 \ |
| 14 | file://0001-linux-npu-driver-fix-multilib-install-issue.patch \ | 14 | file://0001-linux-npu-driver-fix-multilib-install-issue.patch \ |
| 15 | " | 15 | " |
| 16 | 16 | ||
| 17 | SRCREV_linux-npu-driver = "59845101f5445e66dcc691f4f8be6371700fbdf5" | 17 | SRCREV_linux-npu-driver = "33ea2184a5df52e103bb88d97e99fc908a4c6a30" |
| 18 | SRCREV_vpux-elf = "4b0a4a06ae09c0c3a973f8f18761c549ec2309eb" | 18 | SRCREV_npu-compiler-elf = "9d91134722e70bf52297adaeb221a0be8e408b14" |
| 19 | SRCREV_yaml-cpp = "f7320141120f720aecc4c32be25586e7da9eb978" | 19 | SRCREV_yaml-cpp = "f7320141120f720aecc4c32be25586e7da9eb978" |
| 20 | SRCREV_lzvext = "8cf113bd4a4568f6555d81f316504d7ac3b82ee8" | 20 | SRCREV_lzvext = "61e4aeb00afd2a5b6955986269eed3a713c7b562" |
| 21 | SRCREV_googletest = "b514bdc898e2951020cbdca1304b75f5950d1f59" | 21 | SRCREV_googletest = "b514bdc898e2951020cbdca1304b75f5950d1f59" |
| 22 | SRCREV_FORMAT = "linux-npu-driver_vpux-elf_yaml-cpp_lzvext_googletest" | 22 | SRCREV_FORMAT = "linux-npu-driver_npu-compiler-elf_yaml-cpp_lzvext_googletest" |
| 23 | 23 | ||
| 24 | inherit cmake | 24 | inherit cmake |
| 25 | 25 | ||
