diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/{{ if kernel_choice == "custom": }} linux-yocto-custom.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/{{ if kernel_choice == "custom": }} linux-yocto-custom.bb b/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/{{ if kernel_choice == "custom": }} linux-yocto-custom.bb index 6d3cc6f743..c85e7315ff 100644 --- a/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/{{ if kernel_choice == "custom": }} linux-yocto-custom.bb +++ b/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/{{ if kernel_choice == "custom": }} linux-yocto-custom.bb | |||
@@ -31,9 +31,9 @@ inherit kernel | |||
31 | require recipes-kernel/linux/linux-yocto.inc | 31 | require recipes-kernel/linux/linux-yocto.inc |
32 | 32 | ||
33 | {{ if kernel_choice == "custom" and custom_kernel_remote == "y": }} | 33 | {{ if kernel_choice == "custom" and custom_kernel_remote == "y": }} |
34 | SRC_URI = "{{=custom_kernel_remote_path}};protocol=git;bareclone=1" | 34 | SRC_URI = "{{=custom_kernel_remote_path}};protocol=git;bareclone=1;branch=${KBRANCH}" |
35 | {{ if kernel_choice == "custom" and custom_kernel_remote == "n": }} | 35 | {{ if kernel_choice == "custom" and custom_kernel_remote == "n": }} |
36 | SRC_URI = "git://{{=custom_kernel_local_path}};protocol=file;bareclone=1" | 36 | SRC_URI = "git://{{=custom_kernel_local_path}};protocol=file;bareclone=1;branch=${KBRANCH}" |
37 | 37 | ||
38 | SRC_URI += "file://defconfig" | 38 | SRC_URI += "file://defconfig" |
39 | 39 | ||