summaryrefslogtreecommitdiffstats
path: root/scripts/lib/bsp/substrate/target/arch/mips
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/bsp/substrate/target/arch/mips')
-rw-r--r--scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto-dev.bbappend5
-rw-r--r--scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend4
-rw-r--r--scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend4
-rw-r--r--scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend4
-rw-r--r--scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto_4.1.bbappend5
-rw-r--r--scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto_4.10.bbappend5
-rw-r--r--scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto_4.4.bbappend5
7 files changed, 25 insertions, 7 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto-dev.bbappend b/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto-dev.bbappend
index c336007ebf..22ed273811 100644
--- a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto-dev.bbappend
+++ b/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto-dev.bbappend
@@ -19,7 +19,10 @@ KBRANCH_{{=machine}} = "{{=existing_kbranch}}"
19{{ if smp == "y": }} 19{{ if smp == "y": }}
20KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" 20KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
21 21
22SRC_URI += "file://{{=machine}}-standard.scc \ 22SRC_URI += "file://{{=machine}}.scc \
23 file://{{=machine}}.cfg \
24 file://{{=machine}}-standard.scc \
23 file://{{=machine}}-user-config.cfg \ 25 file://{{=machine}}-user-config.cfg \
24 file://{{=machine}}-user-features.scc \ 26 file://{{=machine}}-user-features.scc \
27 file://{{=machine}}-user-patches.scc \
25 " 28 "
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend b/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend
index d15a178e1b..9172aa5992 100644
--- a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend
+++ b/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend
@@ -20,7 +20,9 @@ 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}}-tiny.scc \ 23SRC_URI += "file://{{=machine}}.scc \
24 file://{{=machine}}.cfg \
25 file://{{=machine}}-tiny.scc \
24 file://{{=machine}}-user-config.cfg \ 26 file://{{=machine}}-user-config.cfg \
25 file://{{=machine}}-user-patches.scc \ 27 file://{{=machine}}-user-patches.scc \
26 file://{{=machine}}-user-features.scc \ 28 file://{{=machine}}-user-features.scc \
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend b/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend
index 5cc82e82ad..bae943ea1e 100644
--- a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend
+++ b/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend
@@ -20,7 +20,9 @@ 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}}-tiny.scc \ 23SRC_URI += "file://{{=machine}}.scc \
24 file://{{=machine}}.cfg \
25 file://{{=machine}}-tiny.scc \
24 file://{{=machine}}-user-config.cfg \ 26 file://{{=machine}}-user-config.cfg \
25 file://{{=machine}}-user-patches.scc \ 27 file://{{=machine}}-user-patches.scc \
26 file://{{=machine}}-user-features.scc \ 28 file://{{=machine}}-user-features.scc \
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend b/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend
index 070bd876ad..62d1817f22 100644
--- a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend
+++ b/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend
@@ -20,7 +20,9 @@ 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}}-tiny.scc \ 23SRC_URI += "file://{{=machine}}.scc \
24 file://{{=machine}}.cfg \
25 file://{{=machine}}-tiny.scc \
24 file://{{=machine}}-user-config.cfg \ 26 file://{{=machine}}-user-config.cfg \
25 file://{{=machine}}-user-patches.scc \ 27 file://{{=machine}}-user-patches.scc \
26 file://{{=machine}}-user-features.scc \ 28 file://{{=machine}}-user-features.scc \
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto_4.1.bbappend b/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto_4.1.bbappend
index 4e7d7cbed9..be0b4ebdf9 100644
--- a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto_4.1.bbappend
+++ b/scripts/lib/bsp/substrate/target/arch/mips/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
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto_4.10.bbappend b/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto_4.10.bbappend
index eaf436759a..dfbecb5337 100644
--- a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto_4.10.bbappend
+++ b/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto_4.10.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
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto_4.4.bbappend b/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto_4.4.bbappend
index 56e8ad3a10..a809c7600a 100644
--- a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto_4.4.bbappend
+++ b/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto_4.4.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