diff options
| author | Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com> | 2017-06-13 12:48:18 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-14 11:52:01 +0100 |
| commit | cc9b77bab0b60b52e5887723784965a3e5a01d21 (patch) | |
| tree | 4527de1721f58b0995749548a9e20f07cb15a526 /scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel | |
| parent | 014efb83d7f2205c5738926c7cc562fc810f2b41 (diff) | |
| download | poky-cc9b77bab0b60b52e5887723784965a3e5a01d21.tar.gz | |
linux-yocto: remove user-specific description/config files from machine description
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]
(From meta-yocto rev: 86ab7ab6688f250bb5777371d2cbc28c770847d4)
Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel')
| -rw-r--r-- | scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine.scc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine.scc b/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine.scc index f39dc3edf1..792fdc94a4 100644 --- a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine.scc +++ b/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine.scc | |||
| @@ -4,5 +4,3 @@ kconf hardware {{=machine}}.cfg | |||
| 4 | include cfg/usb-mass-storage.scc | 4 | include cfg/usb-mass-storage.scc |
| 5 | include cfg/fs/vfat.scc | 5 | include cfg/fs/vfat.scc |
| 6 | 6 | ||
| 7 | kconf hardware {{=machine}}-user-config.cfg | ||
| 8 | include {{=machine}}-user-patches.scc | ||
