mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
49a465cd23
commit
f674ffa528
@@ -21,6 +21,5 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
@@ -22,7 +22,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
@@ -30,4 +29,4 @@ SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
#SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "840bb8c059418c4753415df56c9aff1c0d5354c8"
|
||||
#SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993"
|
||||
#LINUX_VERSION = "3.14"
|
||||
#LINUX_VERSION = "3.14"
|
||||
|
||||
@@ -22,7 +22,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
@@ -30,4 +29,4 @@ SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
#SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "840bb8c059418c4753415df56c9aff1c0d5354c8"
|
||||
#SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993"
|
||||
#LINUX_VERSION = "3.19"
|
||||
#LINUX_VERSION = "3.19"
|
||||
|
||||
@@ -22,7 +22,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
|
||||
@@ -21,6 +21,5 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
@@ -22,7 +22,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
@@ -30,4 +29,4 @@ SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
#SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "840bb8c059418c4753415df56c9aff1c0d5354c8"
|
||||
#SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993"
|
||||
#LINUX_VERSION = "3.14"
|
||||
#LINUX_VERSION = "3.14"
|
||||
|
||||
@@ -22,7 +22,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
@@ -30,4 +29,4 @@ SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
#SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "840bb8c059418c4753415df56c9aff1c0d5354c8"
|
||||
#SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993"
|
||||
#LINUX_VERSION = "3.19"
|
||||
#LINUX_VERSION = "3.19"
|
||||
|
||||
@@ -22,7 +22,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
|
||||
@@ -21,6 +21,5 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
@@ -22,7 +22,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
@@ -30,4 +29,4 @@ SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
#SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "840bb8c059418c4753415df56c9aff1c0d5354c8"
|
||||
#SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993"
|
||||
#LINUX_VERSION = "3.14"
|
||||
#LINUX_VERSION = "3.14"
|
||||
|
||||
@@ -22,7 +22,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
@@ -30,4 +29,4 @@ SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
#SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "840bb8c059418c4753415df56c9aff1c0d5354c8"
|
||||
#SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993"
|
||||
#LINUX_VERSION = "3.19"
|
||||
#LINUX_VERSION = "3.19"
|
||||
|
||||
@@ -22,7 +22,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
|
||||
@@ -21,6 +21,5 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
@@ -22,7 +22,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
@@ -30,4 +29,4 @@ SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "dbe5b52e93ff114b2c0f5da6f6af91f52c18f2b8"
|
||||
SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "6eddbf47875ef48ddc5864957a7b63363100782b"
|
||||
#LINUX_VERSION = "3.14"
|
||||
#LINUX_VERSION = "3.14"
|
||||
|
||||
@@ -22,7 +22,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
@@ -30,4 +29,4 @@ SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
#SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "840bb8c059418c4753415df56c9aff1c0d5354c8"
|
||||
#SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993"
|
||||
#LINUX_VERSION = "3.19"
|
||||
#LINUX_VERSION = "3.19"
|
||||
|
||||
@@ -22,7 +22,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
|
||||
@@ -21,6 +21,5 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
@@ -22,7 +22,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
|
||||
@@ -22,7 +22,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
|
||||
@@ -22,7 +22,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
|
||||
@@ -51,6 +51,5 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
@@ -51,7 +51,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
|
||||
@@ -51,7 +51,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
|
||||
@@ -51,7 +51,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
|
||||
@@ -21,6 +21,5 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
@@ -22,7 +22,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
|
||||
@@ -22,7 +22,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
|
||||
@@ -22,7 +22,6 @@ KERNEL_FEATURES_append_{{=machine}} += " cfg/smp.scc"
|
||||
|
||||
SRC_URI += "file://{{=machine}}-standard.scc \
|
||||
file://{{=machine}}-user-config.cfg \
|
||||
file://{{=machine}}-user-patches.scc \
|
||||
file://{{=machine}}-user-features.scc \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user