diff options
author | Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com> | 2017-06-09 13:32:28 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-13 10:47:09 +0100 |
commit | 2db8f3265e3b253f9e21301661f9fbe102aa595a (patch) | |
tree | ddac72cb15bf47972d5fd5d7120dbed9801d7f21 /scripts | |
parent | 5df6796d1c6368ff2bd1ad8735fe33f2a75d783e (diff) | |
download | poky-2db8f3265e3b253f9e21301661f9fbe102aa595a.tar.gz |
linux-yocto: include missing description files and conf fragments
Include missing description files and configuration fragments into the SRC_URI.
[YOCTO #10918]
(From meta-yocto rev: e57f92996e71d4085ebaa41e802bea3cc1466cd7)
Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
49 files changed, 175 insertions, 49 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto-dev.bbappend b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto-dev.bbappend index c336007ebf..22ed273811 100644 --- a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto-dev.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto-dev.bbappend | |||
@@ -19,7 +19,10 @@ KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | |||
19 | {{ if smp == "y": }} | 19 | {{ if smp == "y": }} |
20 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 20 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
21 | 21 | ||
22 | SRC_URI += "file://{{=machine}}-standard.scc \ | 22 | SRC_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/arm/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend index d15a178e1b..9172aa5992 100644 --- a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/arm/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": }} |
21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-tiny.scc \ | 23 | SRC_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/arm/recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend index 5cc82e82ad..bae943ea1e 100644 --- a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/arm/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": }} |
21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-tiny.scc \ | 23 | SRC_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/arm/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend index 070bd876ad..62d1817f22 100644 --- a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/arm/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": }} |
21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-tiny.scc \ | 23 | SRC_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/arm/recipes-kernel/linux/linux-yocto_4.1.bbappend b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto_4.1.bbappend index 4e7d7cbed9..be0b4ebdf9 100644 --- a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto_4.1.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto_4.1.bbappend | |||
@@ -20,9 +20,12 @@ KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | |||
20 | {{ if smp == "y": }} | 20 | {{ if smp == "y": }} |
21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-standard.scc \ | 23 | SRC_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/arm/recipes-kernel/linux/linux-yocto_4.10.bbappend b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto_4.10.bbappend index eaf436759a..dfbecb5337 100644 --- a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto_4.10.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto_4.10.bbappend | |||
@@ -20,9 +20,12 @@ KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | |||
20 | {{ if smp == "y": }} | 20 | {{ if smp == "y": }} |
21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-standard.scc \ | 23 | SRC_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/arm/recipes-kernel/linux/linux-yocto_4.4.bbappend b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto_4.4.bbappend index 56e8ad3a10..a809c7600a 100644 --- a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto_4.4.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto_4.4.bbappend | |||
@@ -20,9 +20,12 @@ KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | |||
20 | {{ if smp == "y": }} | 20 | {{ if smp == "y": }} |
21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-standard.scc \ | 23 | SRC_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/i386/recipes-kernel/linux/linux-yocto-dev.bbappend b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto-dev.bbappend index c336007ebf..22ed273811 100644 --- a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto-dev.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto-dev.bbappend | |||
@@ -19,7 +19,10 @@ KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | |||
19 | {{ if smp == "y": }} | 19 | {{ if smp == "y": }} |
20 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 20 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
21 | 21 | ||
22 | SRC_URI += "file://{{=machine}}-standard.scc \ | 22 | SRC_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/i386/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend index d15a178e1b..9172aa5992 100644 --- a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/i386/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": }} |
21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-tiny.scc \ | 23 | SRC_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/i386/recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend index 5cc82e82ad..bae943ea1e 100644 --- a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/i386/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": }} |
21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-tiny.scc \ | 23 | SRC_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/i386/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend index 070bd876ad..62d1817f22 100644 --- a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/i386/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": }} |
21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-tiny.scc \ | 23 | SRC_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/i386/recipes-kernel/linux/linux-yocto_4.1.bbappend b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto_4.1.bbappend index 5ed144b0eb..8c6dc6eb46 100644 --- a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto_4.1.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto_4.1.bbappend | |||
@@ -20,9 +20,12 @@ KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | |||
20 | {{ if smp == "y": }} | 20 | {{ if smp == "y": }} |
21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-standard.scc \ | 23 | SRC_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/i386/recipes-kernel/linux/linux-yocto_4.10.bbappend b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto_4.10.bbappend index 02059207d9..f8616ed876 100644 --- a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto_4.10.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto_4.10.bbappend | |||
@@ -20,9 +20,12 @@ KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | |||
20 | {{ if smp == "y": }} | 20 | {{ if smp == "y": }} |
21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-standard.scc \ | 23 | SRC_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/i386/recipes-kernel/linux/linux-yocto_4.4.bbappend b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto_4.4.bbappend index ab644bdad1..0a9d475951 100644 --- a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto_4.4.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto_4.4.bbappend | |||
@@ -20,9 +20,12 @@ KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | |||
20 | {{ if smp == "y": }} | 20 | {{ if smp == "y": }} |
21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-standard.scc \ | 23 | SRC_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-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": }} |
20 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 20 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
21 | 21 | ||
22 | SRC_URI += "file://{{=machine}}-standard.scc \ | 22 | SRC_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": }} |
21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-tiny.scc \ | 23 | SRC_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": }} |
21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-tiny.scc \ | 23 | SRC_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": }} |
21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-tiny.scc \ | 23 | SRC_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": }} |
21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-standard.scc \ | 23 | SRC_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": }} |
21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-standard.scc \ | 23 | SRC_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": }} |
21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-standard.scc \ | 23 | SRC_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/mips64/recipes-kernel/linux/linux-yocto-dev.bbappend b/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto-dev.bbappend index c336007ebf..22ed273811 100644 --- a/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto-dev.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto-dev.bbappend | |||
@@ -19,7 +19,10 @@ KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | |||
19 | {{ if smp == "y": }} | 19 | {{ if smp == "y": }} |
20 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 20 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
21 | 21 | ||
22 | SRC_URI += "file://{{=machine}}-standard.scc \ | 22 | SRC_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/mips64/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend b/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend index d15a178e1b..9172aa5992 100644 --- a/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/mips64/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": }} |
21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-tiny.scc \ | 23 | SRC_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/mips64/recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend b/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend index 5cc82e82ad..bae943ea1e 100644 --- a/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/mips64/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": }} |
21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-tiny.scc \ | 23 | SRC_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/mips64/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend b/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend index 070bd876ad..62d1817f22 100644 --- a/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/mips64/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": }} |
21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-tiny.scc \ | 23 | SRC_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/mips64/recipes-kernel/linux/linux-yocto_4.1.bbappend b/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto_4.1.bbappend index 802e5f465d..46e65dfc1a 100644 --- a/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto_4.1.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto_4.1.bbappend | |||
@@ -20,9 +20,12 @@ KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | |||
20 | {{ if smp == "y": }} | 20 | {{ if smp == "y": }} |
21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-standard.scc \ | 23 | SRC_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/mips64/recipes-kernel/linux/linux-yocto_4.10.bbappend b/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto_4.10.bbappend index 512b597581..336a956310 100644 --- a/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto_4.10.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto_4.10.bbappend | |||
@@ -20,9 +20,12 @@ KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | |||
20 | {{ if smp == "y": }} | 20 | {{ if smp == "y": }} |
21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-standard.scc \ | 23 | SRC_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/mips64/recipes-kernel/linux/linux-yocto_4.4.bbappend b/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto_4.4.bbappend index dbb0fd55a6..7d18566b2f 100644 --- a/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto_4.4.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto_4.4.bbappend | |||
@@ -20,9 +20,12 @@ KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | |||
20 | {{ if smp == "y": }} | 20 | {{ if smp == "y": }} |
21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-standard.scc \ | 23 | SRC_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/powerpc/recipes-kernel/linux/linux-yocto-dev.bbappend b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto-dev.bbappend index c336007ebf..22ed273811 100644 --- a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto-dev.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto-dev.bbappend | |||
@@ -19,7 +19,10 @@ KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | |||
19 | {{ if smp == "y": }} | 19 | {{ if smp == "y": }} |
20 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 20 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
21 | 21 | ||
22 | SRC_URI += "file://{{=machine}}-standard.scc \ | 22 | SRC_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/powerpc/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend index d15a178e1b..9172aa5992 100644 --- a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/powerpc/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": }} |
21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-tiny.scc \ | 23 | SRC_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/powerpc/recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend index 5cc82e82ad..bae943ea1e 100644 --- a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/powerpc/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": }} |
21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-tiny.scc \ | 23 | SRC_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/powerpc/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend index 070bd876ad..62d1817f22 100644 --- a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/powerpc/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": }} |
21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-tiny.scc \ | 23 | SRC_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/powerpc/recipes-kernel/linux/linux-yocto_4.1.bbappend b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto_4.1.bbappend index 4e7d7cbed9..be0b4ebdf9 100644 --- a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto_4.1.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto_4.1.bbappend | |||
@@ -20,9 +20,12 @@ KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | |||
20 | {{ if smp == "y": }} | 20 | {{ if smp == "y": }} |
21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-standard.scc \ | 23 | SRC_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/powerpc/recipes-kernel/linux/linux-yocto_4.10.bbappend b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto_4.10.bbappend index eaf436759a..dfbecb5337 100644 --- a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto_4.10.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto_4.10.bbappend | |||
@@ -20,9 +20,12 @@ KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | |||
20 | {{ if smp == "y": }} | 20 | {{ if smp == "y": }} |
21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-standard.scc \ | 23 | SRC_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/powerpc/recipes-kernel/linux/linux-yocto_4.4.bbappend b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto_4.4.bbappend index 56e8ad3a10..a809c7600a 100644 --- a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto_4.4.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto_4.4.bbappend | |||
@@ -20,9 +20,12 @@ KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | |||
20 | {{ if smp == "y": }} | 20 | {{ if smp == "y": }} |
21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-standard.scc \ | 23 | SRC_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/qemu/recipes-kernel/linux/linux-yocto-dev.bbappend b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-dev.bbappend index 11105ebcc2..d7b9cef98b 100644 --- a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-dev.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-dev.bbappend | |||
@@ -50,7 +50,10 @@ KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | |||
50 | {{ if smp == "y": }} | 50 | {{ if smp == "y": }} |
51 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 51 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
52 | 52 | ||
53 | SRC_URI += "file://{{=machine}}-standard.scc \ | 53 | SRC_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 | " |
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend index ad77a66268..fce24d0dd3 100644 --- a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend | |||
@@ -50,7 +50,9 @@ KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | |||
50 | {{ if smp == "y": }} | 50 | {{ if smp == "y": }} |
51 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 51 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
52 | 52 | ||
53 | SRC_URI += "file://{{=machine}}-tiny.scc \ | 53 | SRC_URI += "file://{{=machine}}.scc \ |
54 | file://{{=machine}}.cfg \ | ||
55 | file://{{=machine}}-tiny.scc \ | ||
54 | file://{{=machine}}-user-config.cfg \ | 56 | file://{{=machine}}-user-config.cfg \ |
55 | file://{{=machine}}-user-patches.scc \ | 57 | file://{{=machine}}-user-patches.scc \ |
56 | file://{{=machine}}-user-features.scc \ | 58 | file://{{=machine}}-user-features.scc \ |
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend index 9b5f801684..8c0fd1577c 100644 --- a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend | |||
@@ -50,7 +50,9 @@ KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | |||
50 | {{ if smp == "y": }} | 50 | {{ if smp == "y": }} |
51 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 51 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
52 | 52 | ||
53 | SRC_URI += "file://{{=machine}}-tiny.scc \ | 53 | SRC_URI += "file://{{=machine}}.scc \ |
54 | file://{{=machine}}.cfg \ | ||
55 | file://{{=machine}}-tiny.scc \ | ||
54 | file://{{=machine}}-user-config.cfg \ | 56 | file://{{=machine}}-user-config.cfg \ |
55 | file://{{=machine}}-user-patches.scc \ | 57 | file://{{=machine}}-user-patches.scc \ |
56 | file://{{=machine}}-user-features.scc \ | 58 | file://{{=machine}}-user-features.scc \ |
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend index 2fc992992c..22abc230bf 100644 --- a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend | |||
@@ -50,7 +50,9 @@ KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | |||
50 | {{ if smp == "y": }} | 50 | {{ if smp == "y": }} |
51 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 51 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
52 | 52 | ||
53 | SRC_URI += "file://{{=machine}}-tiny.scc \ | 53 | SRC_URI += "file://{{=machine}}.scc \ |
54 | file://{{=machine}}.cfg \ | ||
55 | file://{{=machine}}-tiny.scc \ | ||
54 | file://{{=machine}}-user-config.cfg \ | 56 | file://{{=machine}}-user-config.cfg \ |
55 | file://{{=machine}}-user-patches.scc \ | 57 | file://{{=machine}}-user-patches.scc \ |
56 | file://{{=machine}}-user-features.scc \ | 58 | file://{{=machine}}-user-features.scc \ |
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": }} |
51 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 51 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
52 | 52 | ||
53 | SRC_URI += "file://{{=machine}}-standard.scc \ | 53 | SRC_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 |
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_4.10.bbappend b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_4.10.bbappend index e1af4976fc..851d96c375 100644 --- a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_4.10.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_4.10.bbappend | |||
@@ -50,9 +50,12 @@ KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | |||
50 | {{ if smp == "y": }} | 50 | {{ if smp == "y": }} |
51 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 51 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
52 | 52 | ||
53 | SRC_URI += "file://{{=machine}}-standard.scc \ | 53 | SRC_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 |
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_4.4.bbappend b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_4.4.bbappend index a2511ba197..71be913bb0 100644 --- a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_4.4.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_4.4.bbappend | |||
@@ -50,9 +50,12 @@ KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | |||
50 | {{ if smp == "y": }} | 50 | {{ if smp == "y": }} |
51 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 51 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
52 | 52 | ||
53 | SRC_URI += "file://{{=machine}}-standard.scc \ | 53 | SRC_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 |
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto-dev.bbappend b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto-dev.bbappend index c336007ebf..22ed273811 100644 --- a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto-dev.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto-dev.bbappend | |||
@@ -19,7 +19,10 @@ KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | |||
19 | {{ if smp == "y": }} | 19 | {{ if smp == "y": }} |
20 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 20 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
21 | 21 | ||
22 | SRC_URI += "file://{{=machine}}-standard.scc \ | 22 | SRC_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/x86_64/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend index d15a178e1b..9172aa5992 100644 --- a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/x86_64/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": }} |
21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-tiny.scc \ | 23 | SRC_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/x86_64/recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend index 5cc82e82ad..bae943ea1e 100644 --- a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/x86_64/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": }} |
21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-tiny.scc \ | 23 | SRC_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/x86_64/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend index 070bd876ad..62d1817f22 100644 --- a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/x86_64/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": }} |
21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-tiny.scc \ | 23 | SRC_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/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": }} |
21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-standard.scc \ | 23 | SRC_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/x86_64/recipes-kernel/linux/linux-yocto_4.10.bbappend b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto_4.10.bbappend index eaf436759a..dfbecb5337 100644 --- a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto_4.10.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto_4.10.bbappend | |||
@@ -20,9 +20,12 @@ KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | |||
20 | {{ if smp == "y": }} | 20 | {{ if smp == "y": }} |
21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-standard.scc \ | 23 | SRC_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/x86_64/recipes-kernel/linux/linux-yocto_4.4.bbappend b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto_4.4.bbappend index 56e8ad3a10..a809c7600a 100644 --- a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto_4.4.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto_4.4.bbappend | |||
@@ -20,9 +20,12 @@ KBRANCH_{{=machine}} = "{{=existing_kbranch}}" | |||
20 | {{ if smp == "y": }} | 20 | {{ if smp == "y": }} |
21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | 21 | KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" |
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-standard.scc \ | 23 | SRC_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 |