summaryrefslogtreecommitdiffstats
path: root/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_4.1.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_4.1.bbappend')
-rw-r--r--scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_4.1.bbappend5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_4.1.bbappend b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_4.1.bbappend
index 13450f4743..f239ba10b9 100644
--- a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_4.1.bbappend
+++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_4.1.bbappend
@@ -50,9 +50,12 @@ KBRANCH_{{=machine}} = "{{=existing_kbranch}}"
50{{ if smp == "y": }} 50{{ if smp == "y": }}
51KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" 51KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
52 52
53SRC_URI += "file://{{=machine}}-standard.scc \ 53SRC_URI += "file://{{=machine}}.scc \
54 file://{{=machine}}.cfg \
55 file://{{=machine}}-standard.scc \
54 file://{{=machine}}-user-config.cfg \ 56 file://{{=machine}}-user-config.cfg \
55 file://{{=machine}}-user-features.scc \ 57 file://{{=machine}}-user-features.scc \
58 file://{{=machine}}-user-patches.scc \
56 " 59 "
57 60
58# replace these SRCREVs with the real commit ids once you've had 61# replace these SRCREVs with the real commit ids once you've had