summaryrefslogtreecommitdiffstats
path: root/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto_4.1.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto_4.1.bbappend')
-rw-r--r--scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto_4.1.bbappend5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto_4.1.bbappend b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto_4.1.bbappend
index 4e7d7cbed9..be0b4ebdf9 100644
--- a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto_4.1.bbappend
+++ b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto_4.1.bbappend
@@ -20,9 +20,12 @@ KBRANCH_{{=machine}} = "{{=existing_kbranch}}"
20{{ if smp == "y": }} 20{{ if smp == "y": }}
21KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" 21KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
22 22
23SRC_URI += "file://{{=machine}}-standard.scc \ 23SRC_URI += "file://{{=machine}}.scc \
24 file://{{=machine}}.cfg \
25 file://{{=machine}}-standard.scc \
24 file://{{=machine}}-user-config.cfg \ 26 file://{{=machine}}-user-config.cfg \
25 file://{{=machine}}-user-features.scc \ 27 file://{{=machine}}-user-features.scc \
28 file://{{=machine}}-user-patches.scc \
26 " 29 "
27 30
28# replace these SRCREVs with the real commit ids once you've had 31# replace these SRCREVs with the real commit ids once you've had