mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
67c156ac9f
commit
8c4ea4cd2f
|
@ -2,8 +2,8 @@ require linux-intel.inc
|
|||
|
||||
SRC_URI:prepend = "git://github.com/intel/linux-intel-lts.git;protocol=https;name=machine;branch=${KBRANCH}; \
|
||||
"
|
||||
SRC_URI:append = "file://0001-6.6-vt-conmakehash-improve-reproducibility.patch \
|
||||
file://0001-6.6-lib-build_OID_registry-fix-reproducibility-issues.patch \
|
||||
SRC_URI:append = " file://0001-6.6-vt-conmakehash-improve-reproducibility.patch \
|
||||
file://0001-6.6-lib-build_OID_registry-fix-reproducibility-issues.patch \
|
||||
"
|
||||
|
||||
# Skip processing of this recipe if it is not explicitly specified as the
|
||||
|
|
|
@ -2,8 +2,8 @@ require linux-intel.inc
|
|||
|
||||
SRC_URI:prepend = "git://github.com/intel/mainline-tracking.git;protocol=https;name=machine;nobranch=1; \
|
||||
"
|
||||
SRC_URI:append = "file://0001-6.10-vt-conmakehash-improve-reproducibility.patch \
|
||||
file://0001-6.10-lib-build_OID_registry-fix-reproducibility-issues.patch \
|
||||
SRC_URI:append = " file://0001-6.10-vt-conmakehash-improve-reproducibility.patch \
|
||||
file://0001-6.10-lib-build_OID_registry-fix-reproducibility-issues.patch \
|
||||
"
|
||||
KMETA_BRANCH = "yocto-6.10"
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@ require linux-intel.inc
|
|||
|
||||
SRC_URI:prepend = "git://github.com/intel/linux-intel-lts.git;protocol=https;name=machine;branch=${KBRANCH}; \
|
||||
"
|
||||
SRC_URI:append = "file://0001-6.6-vt-conmakehash-improve-reproducibility.patch \
|
||||
file://0001-6.6-lib-build_OID_registry-fix-reproducibility-issues.patch \
|
||||
SRC_URI:append = " file://0001-6.6-vt-conmakehash-improve-reproducibility.patch \
|
||||
file://0001-6.6-lib-build_OID_registry-fix-reproducibility-issues.patch \
|
||||
"
|
||||
KBRANCH = "6.6/linux"
|
||||
KMETA_BRANCH = "yocto-6.6"
|
||||
|
|
Loading…
Reference in New Issue
Block a user