diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2022-05-10 10:07:22 +0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2022-05-10 15:29:14 +0800 |
| commit | a678464d4dfef6ccc23aeb0ef7f84aa69cb2e107 (patch) | |
| tree | 07ec8ec03009869016af18aed4bd946fe07eacd7 | |
| parent | 40814b4385d906196e2fa609e0a87801ee2b63cc (diff) | |
| download | meta-intel-a678464d4dfef6ccc23aeb0ef7f84aa69cb2e107.tar.gz | |
intel-graphics-compiler: define SRCREV_FORMAT
Since this fetches multiple repositories, define SRCREV_FORMAT so SRCPV
is expanded properly.
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
| -rw-r--r-- | dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.10395.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.10395.bb b/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.10395.bb index 764ebb76..0fa9352e 100644 --- a/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.10395.bb +++ b/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.10395.bb | |||
| @@ -26,6 +26,8 @@ SRCREV_vc = "5066d947985dd0c5107765daec5f24f735f3259a" | |||
| 26 | SRCREV_spirv-tools = "eeb973f5020a5f0e92ad6da879bc4df9f5985a1c" | 26 | SRCREV_spirv-tools = "eeb973f5020a5f0e92ad6da879bc4df9f5985a1c" |
| 27 | SRCREV_spirv-headers = "ae217c17809fadb232ec94b29304b4afcd417bb4" | 27 | SRCREV_spirv-headers = "ae217c17809fadb232ec94b29304b4afcd417bb4" |
| 28 | 28 | ||
| 29 | SRCREV_FORMAT = "igc_vc_spirv-tools_spirv-headers" | ||
| 30 | |||
| 29 | # Used to replace with relative path in reproducibility patch | 31 | # Used to replace with relative path in reproducibility patch |
| 30 | export B | 32 | export B |
| 31 | 33 | ||
