diff options
author | Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com> | 2015-11-03 16:35:37 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-25 07:45:19 +0000 |
commit | f674ffa528b06e22d2c70c12f2e17cf308e26173 (patch) | |
tree | 06b82df0ad7ac75cf79f8301a337b19fe2fbae9e | |
parent | 49a465cd2370084917b9271cb6815240993a2d8b (diff) | |
download | poky-f674ffa528b06e22d2c70c12f2e17cf308e26173.tar.gz |
yocto-bsp: Avoid duplication of user patches ({{=machine}}-user-patches.scc)
On linux-yocto-dev or linux-yocto_X.YY bbappend files, the SRC_URI includes
{{=machine}}-standard.scc, which in turn includes {{=machine}}-user-parches.scc,
thus there is no need to include it again on the corresponding bbappend file.
[YOCTO #8486]
(From meta-yocto rev: 11c93b5dd8c651df478d4810e1b6ff6ad9fa57e8)
Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
28 files changed, 8 insertions, 36 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 2fa6231cbf..c336007ebf 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 | |||
@@ -21,6 +21,5 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | |||
21 | 21 | ||
22 | SRC_URI += "file://{{=machine}}-standard.scc \ | 22 | SRC_URI += "file://{{=machine}}-standard.scc \ |
23 | file://{{=machine}}-user-config.cfg \ | 23 | file://{{=machine}}-user-config.cfg \ |
24 | file://{{=machine}}-user-patches.scc \ | ||
25 | file://{{=machine}}-user-features.scc \ | 24 | file://{{=machine}}-user-features.scc \ |
26 | " | 25 | " |
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto_3.14.bbappend b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto_3.14.bbappend index 1e1cc51315..b7603aa069 100644 --- a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto_3.14.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto_3.14.bbappend | |||
@@ -22,7 +22,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | |||
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-standard.scc \ | 23 | SRC_URI += "file://{{=machine}}-standard.scc \ |
24 | file://{{=machine}}-user-config.cfg \ | 24 | file://{{=machine}}-user-config.cfg \ |
25 | file://{{=machine}}-user-patches.scc \ | ||
26 | file://{{=machine}}-user-features.scc \ | 25 | file://{{=machine}}-user-features.scc \ |
27 | " | 26 | " |
28 | 27 | ||
@@ -30,4 +29,4 @@ SRC_URI += "file://{{=machine}}-standard.scc \ | |||
30 | # the appropriate changes committed to the upstream linux-yocto repo | 29 | # the appropriate changes committed to the upstream linux-yocto repo |
31 | #SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "840bb8c059418c4753415df56c9aff1c0d5354c8" | 30 | #SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "840bb8c059418c4753415df56c9aff1c0d5354c8" |
32 | #SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993" | 31 | #SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993" |
33 | #LINUX_VERSION = "3.14" \ No newline at end of file | 32 | #LINUX_VERSION = "3.14" |
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto_3.19.bbappend b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto_3.19.bbappend index 97e1bb8432..729afed1f1 100644 --- a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto_3.19.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto_3.19.bbappend | |||
@@ -22,7 +22,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | |||
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-standard.scc \ | 23 | SRC_URI += "file://{{=machine}}-standard.scc \ |
24 | file://{{=machine}}-user-config.cfg \ | 24 | file://{{=machine}}-user-config.cfg \ |
25 | file://{{=machine}}-user-patches.scc \ | ||
26 | file://{{=machine}}-user-features.scc \ | 25 | file://{{=machine}}-user-features.scc \ |
27 | " | 26 | " |
28 | 27 | ||
@@ -30,4 +29,4 @@ SRC_URI += "file://{{=machine}}-standard.scc \ | |||
30 | # the appropriate changes committed to the upstream linux-yocto repo | 29 | # the appropriate changes committed to the upstream linux-yocto repo |
31 | #SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "840bb8c059418c4753415df56c9aff1c0d5354c8" | 30 | #SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "840bb8c059418c4753415df56c9aff1c0d5354c8" |
32 | #SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993" | 31 | #SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993" |
33 | #LINUX_VERSION = "3.19" \ No newline at end of file | 32 | #LINUX_VERSION = "3.19" |
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto_4.1.bbapend b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto_4.1.bbapend index 2ffb7a6a5f..8ba7b5f45e 100644 --- a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto_4.1.bbapend +++ b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto_4.1.bbapend | |||
@@ -22,7 +22,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | |||
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-standard.scc \ | 23 | SRC_URI += "file://{{=machine}}-standard.scc \ |
24 | file://{{=machine}}-user-config.cfg \ | 24 | file://{{=machine}}-user-config.cfg \ |
25 | file://{{=machine}}-user-patches.scc \ | ||
26 | file://{{=machine}}-user-features.scc \ | 25 | file://{{=machine}}-user-features.scc \ |
27 | " | 26 | " |
28 | 27 | ||
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 2fa6231cbf..c336007ebf 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 | |||
@@ -21,6 +21,5 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | |||
21 | 21 | ||
22 | SRC_URI += "file://{{=machine}}-standard.scc \ | 22 | SRC_URI += "file://{{=machine}}-standard.scc \ |
23 | file://{{=machine}}-user-config.cfg \ | 23 | file://{{=machine}}-user-config.cfg \ |
24 | file://{{=machine}}-user-patches.scc \ | ||
25 | file://{{=machine}}-user-features.scc \ | 24 | file://{{=machine}}-user-features.scc \ |
26 | " | 25 | " |
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto_3.14.bbappend b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto_3.14.bbappend index fbb49edb26..be92ec50a6 100644 --- a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto_3.14.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto_3.14.bbappend | |||
@@ -22,7 +22,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | |||
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-standard.scc \ | 23 | SRC_URI += "file://{{=machine}}-standard.scc \ |
24 | file://{{=machine}}-user-config.cfg \ | 24 | file://{{=machine}}-user-config.cfg \ |
25 | file://{{=machine}}-user-patches.scc \ | ||
26 | file://{{=machine}}-user-features.scc \ | 25 | file://{{=machine}}-user-features.scc \ |
27 | " | 26 | " |
28 | 27 | ||
@@ -30,4 +29,4 @@ SRC_URI += "file://{{=machine}}-standard.scc \ | |||
30 | # the appropriate changes committed to the upstream linux-yocto repo | 29 | # the appropriate changes committed to the upstream linux-yocto repo |
31 | #SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "840bb8c059418c4753415df56c9aff1c0d5354c8" | 30 | #SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "840bb8c059418c4753415df56c9aff1c0d5354c8" |
32 | #SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993" | 31 | #SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993" |
33 | #LINUX_VERSION = "3.14" \ No newline at end of file | 32 | #LINUX_VERSION = "3.14" |
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto_3.19.bbappend b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto_3.19.bbappend index 0c2cb5af62..7c5772b9f0 100644 --- a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto_3.19.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto_3.19.bbappend | |||
@@ -22,7 +22,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | |||
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-standard.scc \ | 23 | SRC_URI += "file://{{=machine}}-standard.scc \ |
24 | file://{{=machine}}-user-config.cfg \ | 24 | file://{{=machine}}-user-config.cfg \ |
25 | file://{{=machine}}-user-patches.scc \ | ||
26 | file://{{=machine}}-user-features.scc \ | 25 | file://{{=machine}}-user-features.scc \ |
27 | " | 26 | " |
28 | 27 | ||
@@ -30,4 +29,4 @@ SRC_URI += "file://{{=machine}}-standard.scc \ | |||
30 | # the appropriate changes committed to the upstream linux-yocto repo | 29 | # the appropriate changes committed to the upstream linux-yocto repo |
31 | #SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "840bb8c059418c4753415df56c9aff1c0d5354c8" | 30 | #SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "840bb8c059418c4753415df56c9aff1c0d5354c8" |
32 | #SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993" | 31 | #SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993" |
33 | #LINUX_VERSION = "3.19" \ No newline at end of file | 32 | #LINUX_VERSION = "3.19" |
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 d4862b591a..0489ef5efc 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 | |||
@@ -22,7 +22,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | |||
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-standard.scc \ | 23 | SRC_URI += "file://{{=machine}}-standard.scc \ |
24 | file://{{=machine}}-user-config.cfg \ | 24 | file://{{=machine}}-user-config.cfg \ |
25 | file://{{=machine}}-user-patches.scc \ | ||
26 | file://{{=machine}}-user-features.scc \ | 25 | file://{{=machine}}-user-features.scc \ |
27 | " | 26 | " |
28 | 27 | ||
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 2fa6231cbf..c336007ebf 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 | |||
@@ -21,6 +21,5 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | |||
21 | 21 | ||
22 | SRC_URI += "file://{{=machine}}-standard.scc \ | 22 | SRC_URI += "file://{{=machine}}-standard.scc \ |
23 | file://{{=machine}}-user-config.cfg \ | 23 | file://{{=machine}}-user-config.cfg \ |
24 | file://{{=machine}}-user-patches.scc \ | ||
25 | file://{{=machine}}-user-features.scc \ | 24 | file://{{=machine}}-user-features.scc \ |
26 | " | 25 | " |
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto_3.14.bbappend b/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto_3.14.bbappend index 1e1cc51315..b7603aa069 100644 --- a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto_3.14.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto_3.14.bbappend | |||
@@ -22,7 +22,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | |||
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-standard.scc \ | 23 | SRC_URI += "file://{{=machine}}-standard.scc \ |
24 | file://{{=machine}}-user-config.cfg \ | 24 | file://{{=machine}}-user-config.cfg \ |
25 | file://{{=machine}}-user-patches.scc \ | ||
26 | file://{{=machine}}-user-features.scc \ | 25 | file://{{=machine}}-user-features.scc \ |
27 | " | 26 | " |
28 | 27 | ||
@@ -30,4 +29,4 @@ SRC_URI += "file://{{=machine}}-standard.scc \ | |||
30 | # the appropriate changes committed to the upstream linux-yocto repo | 29 | # the appropriate changes committed to the upstream linux-yocto repo |
31 | #SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "840bb8c059418c4753415df56c9aff1c0d5354c8" | 30 | #SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "840bb8c059418c4753415df56c9aff1c0d5354c8" |
32 | #SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993" | 31 | #SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993" |
33 | #LINUX_VERSION = "3.14" \ No newline at end of file | 32 | #LINUX_VERSION = "3.14" |
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto_3.19.bbappend b/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto_3.19.bbappend index 97e1bb8432..729afed1f1 100644 --- a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto_3.19.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto_3.19.bbappend | |||
@@ -22,7 +22,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | |||
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-standard.scc \ | 23 | SRC_URI += "file://{{=machine}}-standard.scc \ |
24 | file://{{=machine}}-user-config.cfg \ | 24 | file://{{=machine}}-user-config.cfg \ |
25 | file://{{=machine}}-user-patches.scc \ | ||
26 | file://{{=machine}}-user-features.scc \ | 25 | file://{{=machine}}-user-features.scc \ |
27 | " | 26 | " |
28 | 27 | ||
@@ -30,4 +29,4 @@ SRC_URI += "file://{{=machine}}-standard.scc \ | |||
30 | # the appropriate changes committed to the upstream linux-yocto repo | 29 | # the appropriate changes committed to the upstream linux-yocto repo |
31 | #SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "840bb8c059418c4753415df56c9aff1c0d5354c8" | 30 | #SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "840bb8c059418c4753415df56c9aff1c0d5354c8" |
32 | #SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993" | 31 | #SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993" |
33 | #LINUX_VERSION = "3.19" \ No newline at end of file | 32 | #LINUX_VERSION = "3.19" |
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 61adafd542..38adca306b 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 | |||
@@ -22,7 +22,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | |||
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-standard.scc \ | 23 | SRC_URI += "file://{{=machine}}-standard.scc \ |
24 | file://{{=machine}}-user-config.cfg \ | 24 | file://{{=machine}}-user-config.cfg \ |
25 | file://{{=machine}}-user-patches.scc \ | ||
26 | file://{{=machine}}-user-features.scc \ | 25 | file://{{=machine}}-user-features.scc \ |
27 | " | 26 | " |
28 | 27 | ||
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 2fa6231cbf..c336007ebf 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 | |||
@@ -21,6 +21,5 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | |||
21 | 21 | ||
22 | SRC_URI += "file://{{=machine}}-standard.scc \ | 22 | SRC_URI += "file://{{=machine}}-standard.scc \ |
23 | file://{{=machine}}-user-config.cfg \ | 23 | file://{{=machine}}-user-config.cfg \ |
24 | file://{{=machine}}-user-patches.scc \ | ||
25 | file://{{=machine}}-user-features.scc \ | 24 | file://{{=machine}}-user-features.scc \ |
26 | " | 25 | " |
diff --git a/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto_3.14.bbappend b/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto_3.14.bbappend index fb6cdef18b..8ec4117ffb 100644 --- a/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto_3.14.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto_3.14.bbappend | |||
@@ -22,7 +22,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | |||
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-standard.scc \ | 23 | SRC_URI += "file://{{=machine}}-standard.scc \ |
24 | file://{{=machine}}-user-config.cfg \ | 24 | file://{{=machine}}-user-config.cfg \ |
25 | file://{{=machine}}-user-patches.scc \ | ||
26 | file://{{=machine}}-user-features.scc \ | 25 | file://{{=machine}}-user-features.scc \ |
27 | " | 26 | " |
28 | 27 | ||
@@ -30,4 +29,4 @@ SRC_URI += "file://{{=machine}}-standard.scc \ | |||
30 | # the appropriate changes committed to the upstream linux-yocto repo | 29 | # the appropriate changes committed to the upstream linux-yocto repo |
31 | SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "dbe5b52e93ff114b2c0f5da6f6af91f52c18f2b8" | 30 | SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "dbe5b52e93ff114b2c0f5da6f6af91f52c18f2b8" |
32 | SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "6eddbf47875ef48ddc5864957a7b63363100782b" | 31 | SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "6eddbf47875ef48ddc5864957a7b63363100782b" |
33 | #LINUX_VERSION = "3.14" \ No newline at end of file | 32 | #LINUX_VERSION = "3.14" |
diff --git a/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto_3.19.bbappend b/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto_3.19.bbappend index 134aeecc51..a1f2cc3a31 100644 --- a/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto_3.19.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto_3.19.bbappend | |||
@@ -22,7 +22,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | |||
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-standard.scc \ | 23 | SRC_URI += "file://{{=machine}}-standard.scc \ |
24 | file://{{=machine}}-user-config.cfg \ | 24 | file://{{=machine}}-user-config.cfg \ |
25 | file://{{=machine}}-user-patches.scc \ | ||
26 | file://{{=machine}}-user-features.scc \ | 25 | file://{{=machine}}-user-features.scc \ |
27 | " | 26 | " |
28 | 27 | ||
@@ -30,4 +29,4 @@ SRC_URI += "file://{{=machine}}-standard.scc \ | |||
30 | # the appropriate changes committed to the upstream linux-yocto repo | 29 | # the appropriate changes committed to the upstream linux-yocto repo |
31 | #SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "840bb8c059418c4753415df56c9aff1c0d5354c8" | 30 | #SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "840bb8c059418c4753415df56c9aff1c0d5354c8" |
32 | #SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993" | 31 | #SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993" |
33 | #LINUX_VERSION = "3.19" \ No newline at end of file | 32 | #LINUX_VERSION = "3.19" |
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 851d306cf2..f98cf0c3b7 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 | |||
@@ -22,7 +22,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | |||
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-standard.scc \ | 23 | SRC_URI += "file://{{=machine}}-standard.scc \ |
24 | file://{{=machine}}-user-config.cfg \ | 24 | file://{{=machine}}-user-config.cfg \ |
25 | file://{{=machine}}-user-patches.scc \ | ||
26 | file://{{=machine}}-user-features.scc \ | 25 | file://{{=machine}}-user-features.scc \ |
27 | " | 26 | " |
28 | 27 | ||
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 2fa6231cbf..c336007ebf 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 | |||
@@ -21,6 +21,5 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | |||
21 | 21 | ||
22 | SRC_URI += "file://{{=machine}}-standard.scc \ | 22 | SRC_URI += "file://{{=machine}}-standard.scc \ |
23 | file://{{=machine}}-user-config.cfg \ | 23 | file://{{=machine}}-user-config.cfg \ |
24 | file://{{=machine}}-user-patches.scc \ | ||
25 | file://{{=machine}}-user-features.scc \ | 24 | file://{{=machine}}-user-features.scc \ |
26 | " | 25 | " |
diff --git a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto_3.14.bbappend b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto_3.14.bbappend index e688384020..b7603aa069 100644 --- a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto_3.14.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto_3.14.bbappend | |||
@@ -22,7 +22,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | |||
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-standard.scc \ | 23 | SRC_URI += "file://{{=machine}}-standard.scc \ |
24 | file://{{=machine}}-user-config.cfg \ | 24 | file://{{=machine}}-user-config.cfg \ |
25 | file://{{=machine}}-user-patches.scc \ | ||
26 | file://{{=machine}}-user-features.scc \ | 25 | file://{{=machine}}-user-features.scc \ |
27 | " | 26 | " |
28 | 27 | ||
diff --git a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto_3.19.bbappend b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto_3.19.bbappend index ded9e85db5..729afed1f1 100644 --- a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto_3.19.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto_3.19.bbappend | |||
@@ -22,7 +22,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | |||
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-standard.scc \ | 23 | SRC_URI += "file://{{=machine}}-standard.scc \ |
24 | file://{{=machine}}-user-config.cfg \ | 24 | file://{{=machine}}-user-config.cfg \ |
25 | file://{{=machine}}-user-patches.scc \ | ||
26 | file://{{=machine}}-user-features.scc \ | 25 | file://{{=machine}}-user-features.scc \ |
27 | " | 26 | " |
28 | 27 | ||
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 61adafd542..38adca306b 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 | |||
@@ -22,7 +22,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | |||
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-standard.scc \ | 23 | SRC_URI += "file://{{=machine}}-standard.scc \ |
24 | file://{{=machine}}-user-config.cfg \ | 24 | file://{{=machine}}-user-config.cfg \ |
25 | file://{{=machine}}-user-patches.scc \ | ||
26 | file://{{=machine}}-user-features.scc \ | 25 | file://{{=machine}}-user-features.scc \ |
27 | " | 26 | " |
28 | 27 | ||
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 be479bee67..3555285955 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 | |||
@@ -51,6 +51,5 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | |||
51 | 51 | ||
52 | SRC_URI += "file://{{=machine}}-standard.scc \ | 52 | SRC_URI += "file://{{=machine}}-standard.scc \ |
53 | file://{{=machine}}-user-config.cfg \ | 53 | file://{{=machine}}-user-config.cfg \ |
54 | file://{{=machine}}-user-patches.scc \ | ||
55 | file://{{=machine}}-user-features.scc \ | 54 | file://{{=machine}}-user-features.scc \ |
56 | " | 55 | " |
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_3.14.bbappend b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_3.14.bbappend index 626019c40a..08a997ab2b 100644 --- a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_3.14.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_3.14.bbappend | |||
@@ -51,7 +51,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | |||
51 | 51 | ||
52 | SRC_URI += "file://{{=machine}}-standard.scc \ | 52 | SRC_URI += "file://{{=machine}}-standard.scc \ |
53 | file://{{=machine}}-user-config.cfg \ | 53 | file://{{=machine}}-user-config.cfg \ |
54 | file://{{=machine}}-user-patches.scc \ | ||
55 | file://{{=machine}}-user-features.scc \ | 54 | file://{{=machine}}-user-features.scc \ |
56 | " | 55 | " |
57 | 56 | ||
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_3.19.bbappend b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_3.19.bbappend index b4798b7d69..cdc00a900b 100644 --- a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_3.19.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_3.19.bbappend | |||
@@ -51,7 +51,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | |||
51 | 51 | ||
52 | SRC_URI += "file://{{=machine}}-standard.scc \ | 52 | SRC_URI += "file://{{=machine}}-standard.scc \ |
53 | file://{{=machine}}-user-config.cfg \ | 53 | file://{{=machine}}-user-config.cfg \ |
54 | file://{{=machine}}-user-patches.scc \ | ||
55 | file://{{=machine}}-user-features.scc \ | 54 | file://{{=machine}}-user-features.scc \ |
56 | " | 55 | " |
57 | 56 | ||
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 dc8a5be928..6a24dc2eb7 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 | |||
@@ -51,7 +51,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | |||
51 | 51 | ||
52 | SRC_URI += "file://{{=machine}}-standard.scc \ | 52 | SRC_URI += "file://{{=machine}}-standard.scc \ |
53 | file://{{=machine}}-user-config.cfg \ | 53 | file://{{=machine}}-user-config.cfg \ |
54 | file://{{=machine}}-user-patches.scc \ | ||
55 | file://{{=machine}}-user-features.scc \ | 54 | file://{{=machine}}-user-features.scc \ |
56 | " | 55 | " |
57 | 56 | ||
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 2fa6231cbf..c336007ebf 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 | |||
@@ -21,6 +21,5 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | |||
21 | 21 | ||
22 | SRC_URI += "file://{{=machine}}-standard.scc \ | 22 | SRC_URI += "file://{{=machine}}-standard.scc \ |
23 | file://{{=machine}}-user-config.cfg \ | 23 | file://{{=machine}}-user-config.cfg \ |
24 | file://{{=machine}}-user-patches.scc \ | ||
25 | file://{{=machine}}-user-features.scc \ | 24 | file://{{=machine}}-user-features.scc \ |
26 | " | 25 | " |
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto_3.14.bbappend b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto_3.14.bbappend index ca0b497ff4..7c5dcc7089 100644 --- a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto_3.14.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto_3.14.bbappend | |||
@@ -22,7 +22,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | |||
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-standard.scc \ | 23 | SRC_URI += "file://{{=machine}}-standard.scc \ |
24 | file://{{=machine}}-user-config.cfg \ | 24 | file://{{=machine}}-user-config.cfg \ |
25 | file://{{=machine}}-user-patches.scc \ | ||
26 | file://{{=machine}}-user-features.scc \ | 25 | file://{{=machine}}-user-features.scc \ |
27 | " | 26 | " |
28 | 27 | ||
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto_3.19.bbappend b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto_3.19.bbappend index dba63c3df5..92b68cc274 100644 --- a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto_3.19.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto_3.19.bbappend | |||
@@ -22,7 +22,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | |||
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-standard.scc \ | 23 | SRC_URI += "file://{{=machine}}-standard.scc \ |
24 | file://{{=machine}}-user-config.cfg \ | 24 | file://{{=machine}}-user-config.cfg \ |
25 | file://{{=machine}}-user-patches.scc \ | ||
26 | file://{{=machine}}-user-features.scc \ | 25 | file://{{=machine}}-user-features.scc \ |
27 | " | 26 | " |
28 | 27 | ||
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 9cc2a7f2be..7f49bfcb31 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 | |||
@@ -22,7 +22,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc" | |||
22 | 22 | ||
23 | SRC_URI += "file://{{=machine}}-standard.scc \ | 23 | SRC_URI += "file://{{=machine}}-standard.scc \ |
24 | file://{{=machine}}-user-config.cfg \ | 24 | file://{{=machine}}-user-config.cfg \ |
25 | file://{{=machine}}-user-patches.scc \ | ||
26 | file://{{=machine}}-user-features.scc \ | 25 | file://{{=machine}}-user-features.scc \ |
27 | " | 26 | " |
28 | 27 | ||