diff options
Diffstat (limited to 'scripts/lib')
8 files changed, 0 insertions, 16 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine.scc b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine.scc index 828400df40..fb3866f119 100644 --- a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine.scc +++ b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine.scc | |||
| @@ -4,5 +4,3 @@ kconf non-hardware {{machine}}-non_hardware.cfg | |||
| 4 | 4 | ||
| 5 | include features/usb-net/usb-net.scc | 5 | include features/usb-net/usb-net.scc |
| 6 | 6 | ||
| 7 | kconf hardware {{=machine}}-user-config.cfg | ||
| 8 | include {{=machine}}-user-patches.scc | ||
diff --git a/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom/machine.scc b/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom/machine.scc index 0b6b413377..64d3ed181b 100644 --- a/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom/machine.scc +++ b/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom/machine.scc | |||
| @@ -14,5 +14,3 @@ kconf hardware {{=machine}}.cfg | |||
| 14 | # These are used by yocto-kernel to add config fragments and features. | 14 | # These are used by yocto-kernel to add config fragments and features. |
| 15 | # Don't remove if you plan on using yocto-kernel with this BSP. | 15 | # Don't remove if you plan on using yocto-kernel with this BSP. |
| 16 | 16 | ||
| 17 | kconf hardware {{=machine}}-user-config.cfg | ||
| 18 | include {{=machine}}-user-patches.scc | ||
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine.scc b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine.scc index 3d32f111b0..3e4c54fcf5 100644 --- a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine.scc +++ b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine.scc | |||
| @@ -17,5 +17,3 @@ include cfg/usb-mass-storage.scc | |||
| 17 | include cfg/boot-live.scc | 17 | include cfg/boot-live.scc |
| 18 | include features/power/intel.scc | 18 | include features/power/intel.scc |
| 19 | 19 | ||
| 20 | kconf hardware {{=machine}}-user-config.cfg | ||
| 21 | include {{=machine}}-user-patches.scc | ||
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 | ||
diff --git a/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine.scc b/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine.scc index f39dc3edf1..792fdc94a4 100644 --- a/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine.scc +++ b/scripts/lib/bsp/substrate/target/arch/mips64/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 | ||
diff --git a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine.scc b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine.scc index 7aac8b0801..89bb97efd6 100644 --- a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine.scc +++ b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine.scc | |||
| @@ -6,5 +6,3 @@ include cfg/fs/vfat.scc | |||
| 6 | 6 | ||
| 7 | include cfg/dmaengine.scc | 7 | include cfg/dmaengine.scc |
| 8 | 8 | ||
| 9 | kconf hardware {{=machine}}-user-config.cfg | ||
| 10 | include {{=machine}}-user-patches.scc | ||
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine.scc b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine.scc index 8301e05f7d..d25d0a0377 100644 --- a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine.scc +++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine.scc | |||
| @@ -1,5 +1,3 @@ | |||
| 1 | # yocto-bsp-filename {{=machine}}.scc | 1 | # yocto-bsp-filename {{=machine}}.scc |
| 2 | kconf hardware {{=machine}}.cfg | 2 | kconf hardware {{=machine}}.cfg |
| 3 | 3 | ||
| 4 | kconf hardware {{=machine}}-user-config.cfg | ||
| 5 | include {{=machine}}-user-patches.scc | ||
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine.scc b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine.scc index 9b7c291a8f..9d20d199b2 100644 --- a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine.scc +++ b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine.scc | |||
| @@ -10,5 +10,3 @@ include features/i915/i915.scc | |||
| 10 | include cfg/usb-mass-storage.scc | 10 | include cfg/usb-mass-storage.scc |
| 11 | include features/power/intel.scc | 11 | include features/power/intel.scc |
| 12 | 12 | ||
| 13 | kconf hardware {{=machine}}-user-config.cfg | ||
| 14 | include {{=machine}}-user-patches.scc | ||
