diff options
author | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2024-08-30 12:38:36 +0530 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2024-08-30 15:45:03 +0800 |
commit | 8c4ea4cd2f241d4d82a15341b940595888f71ad6 (patch) | |
tree | 6dd53b0b151102c36c88c35e00f18cc32749fcb9 | |
parent | 67c156ac9fb8bb0ddcabdafdbd7634cbd0a6f347 (diff) | |
download | meta-intel-8c4ea4cd2f241d4d82a15341b940595888f71ad6.tar.gz |
linux-intel : Add space in SRC_URI:append
Add space before file:// in SRC_URI:append to avoid concatenation
issues with other SRC_URI:append
Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r-- | recipes-kernel/linux/linux-intel-rt_6.6.bb | 4 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-intel_6.10.bb | 4 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-intel_6.6.bb | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/recipes-kernel/linux/linux-intel-rt_6.6.bb b/recipes-kernel/linux/linux-intel-rt_6.6.bb index 8a93410c..30280af7 100644 --- a/recipes-kernel/linux/linux-intel-rt_6.6.bb +++ b/recipes-kernel/linux/linux-intel-rt_6.6.bb | |||
@@ -2,8 +2,8 @@ require linux-intel.inc | |||
2 | 2 | ||
3 | SRC_URI:prepend = "git://github.com/intel/linux-intel-lts.git;protocol=https;name=machine;branch=${KBRANCH}; \ | 3 | SRC_URI:prepend = "git://github.com/intel/linux-intel-lts.git;protocol=https;name=machine;branch=${KBRANCH}; \ |
4 | " | 4 | " |
5 | SRC_URI:append = "file://0001-6.6-vt-conmakehash-improve-reproducibility.patch \ | 5 | SRC_URI:append = " file://0001-6.6-vt-conmakehash-improve-reproducibility.patch \ |
6 | file://0001-6.6-lib-build_OID_registry-fix-reproducibility-issues.patch \ | 6 | file://0001-6.6-lib-build_OID_registry-fix-reproducibility-issues.patch \ |
7 | " | 7 | " |
8 | 8 | ||
9 | # Skip processing of this recipe if it is not explicitly specified as the | 9 | # Skip processing of this recipe if it is not explicitly specified as the |
diff --git a/recipes-kernel/linux/linux-intel_6.10.bb b/recipes-kernel/linux/linux-intel_6.10.bb index 69ee742a..c6e5cf1c 100644 --- a/recipes-kernel/linux/linux-intel_6.10.bb +++ b/recipes-kernel/linux/linux-intel_6.10.bb | |||
@@ -2,8 +2,8 @@ require linux-intel.inc | |||
2 | 2 | ||
3 | SRC_URI:prepend = "git://github.com/intel/mainline-tracking.git;protocol=https;name=machine;nobranch=1; \ | 3 | SRC_URI:prepend = "git://github.com/intel/mainline-tracking.git;protocol=https;name=machine;nobranch=1; \ |
4 | " | 4 | " |
5 | SRC_URI:append = "file://0001-6.10-vt-conmakehash-improve-reproducibility.patch \ | 5 | SRC_URI:append = " file://0001-6.10-vt-conmakehash-improve-reproducibility.patch \ |
6 | file://0001-6.10-lib-build_OID_registry-fix-reproducibility-issues.patch \ | 6 | file://0001-6.10-lib-build_OID_registry-fix-reproducibility-issues.patch \ |
7 | " | 7 | " |
8 | KMETA_BRANCH = "yocto-6.10" | 8 | KMETA_BRANCH = "yocto-6.10" |
9 | 9 | ||
diff --git a/recipes-kernel/linux/linux-intel_6.6.bb b/recipes-kernel/linux/linux-intel_6.6.bb index f6d6455d..f3982d69 100644 --- a/recipes-kernel/linux/linux-intel_6.6.bb +++ b/recipes-kernel/linux/linux-intel_6.6.bb | |||
@@ -2,8 +2,8 @@ require linux-intel.inc | |||
2 | 2 | ||
3 | SRC_URI:prepend = "git://github.com/intel/linux-intel-lts.git;protocol=https;name=machine;branch=${KBRANCH}; \ | 3 | SRC_URI:prepend = "git://github.com/intel/linux-intel-lts.git;protocol=https;name=machine;branch=${KBRANCH}; \ |
4 | " | 4 | " |
5 | SRC_URI:append = "file://0001-6.6-vt-conmakehash-improve-reproducibility.patch \ | 5 | SRC_URI:append = " file://0001-6.6-vt-conmakehash-improve-reproducibility.patch \ |
6 | file://0001-6.6-lib-build_OID_registry-fix-reproducibility-issues.patch \ | 6 | file://0001-6.6-lib-build_OID_registry-fix-reproducibility-issues.patch \ |
7 | " | 7 | " |
8 | KBRANCH = "6.6/linux" | 8 | KBRANCH = "6.6/linux" |
9 | KMETA_BRANCH = "yocto-6.6" | 9 | KMETA_BRANCH = "yocto-6.6" |