]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
linux-yocto: remove user-specific description/config files from machine description
authorLeonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Tue, 13 Jun 2017 19:48:18 +0000 (12:48 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 14 Jun 2017 10:51:36 +0000 (11:51 +0100)
Remove user-specific descrition files and config fragments from main machine
description file otherwise double patch/config inclusion may happen. These
files/fragments are already included on the SRC_URI (see poky commit 2db8f3),
so no need to reference these inside machine.scc files.

[YOCTO #11586]

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine.scc
scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom/machine.scc
scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine.scc
scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine.scc
scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine.scc
scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine.scc
scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine.scc
scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine.scc

index 828400df406720e6008d551842bc6fa89d578550..fb3866f11953e3494a82958dde2b4328fa03df2e 100644 (file)
@@ -4,5 +4,3 @@ kconf non-hardware {{machine}}-non_hardware.cfg
 
 include features/usb-net/usb-net.scc
 
-kconf hardware {{=machine}}-user-config.cfg
-include {{=machine}}-user-patches.scc
index 0b6b41337738169f96f6b9a004c6c424d92c4fcd..64d3ed181b80a8bf11599bf385d964e89b5b2caf 100644 (file)
@@ -14,5 +14,3 @@ kconf hardware {{=machine}}.cfg
 # These are used by yocto-kernel to add config fragments and features.
 # Don't remove if you plan on using yocto-kernel with this BSP.
 
-kconf hardware {{=machine}}-user-config.cfg
-include {{=machine}}-user-patches.scc
index 3d32f111b06d4351ba492a6cadc993afc2ed7bde..3e4c54fcf53b0bd271dbabc230b069cee1a78c80 100644 (file)
@@ -17,5 +17,3 @@ include cfg/usb-mass-storage.scc
 include cfg/boot-live.scc
 include features/power/intel.scc
 
-kconf hardware {{=machine}}-user-config.cfg
-include {{=machine}}-user-patches.scc
index f39dc3edf18ca5cade48653f739037ddf0373aa3..792fdc94a4fbb547ab728b74b0141520f1580e46 100644 (file)
@@ -4,5 +4,3 @@ kconf hardware {{=machine}}.cfg
 include cfg/usb-mass-storage.scc
 include cfg/fs/vfat.scc
 
-kconf hardware {{=machine}}-user-config.cfg
-include {{=machine}}-user-patches.scc
index f39dc3edf18ca5cade48653f739037ddf0373aa3..792fdc94a4fbb547ab728b74b0141520f1580e46 100644 (file)
@@ -4,5 +4,3 @@ kconf hardware {{=machine}}.cfg
 include cfg/usb-mass-storage.scc
 include cfg/fs/vfat.scc
 
-kconf hardware {{=machine}}-user-config.cfg
-include {{=machine}}-user-patches.scc
index 7aac8b0801719f3054ad1de5c510a3737475bbf1..89bb97efd62e7749a77dd7ba207d8524e6f33647 100644 (file)
@@ -6,5 +6,3 @@ include cfg/fs/vfat.scc
 
 include cfg/dmaengine.scc
 
-kconf hardware {{=machine}}-user-config.cfg
-include {{=machine}}-user-patches.scc
index 8301e05f7d96c181188c5a26b9658f8e7931b3d0..d25d0a0377cd20f08a387cd2c9bd4b41aa584d19 100644 (file)
@@ -1,5 +1,3 @@
 # yocto-bsp-filename {{=machine}}.scc
 kconf hardware {{=machine}}.cfg
 
-kconf hardware {{=machine}}-user-config.cfg
-include {{=machine}}-user-patches.scc
index 9b7c291a8faf4b17b3e58445bb7837d96fcf7ea1..9d20d199b2ead6db89f379632dc584f280239b55 100644 (file)
@@ -10,5 +10,3 @@ include features/i915/i915.scc
 include cfg/usb-mass-storage.scc
 include features/power/intel.scc
 
-kconf hardware {{=machine}}-user-config.cfg
-include {{=machine}}-user-patches.scc