diff options
author | Tom Zanussi <tom.zanussi@linux.intel.com> | 2013-02-06 23:22:42 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-07 22:59:47 +0000 |
commit | b07759a20221de575da98d221feb9ea9295f7e6f (patch) | |
tree | bc5e3ac566c8524bab77d0703d68d1b420f0cb59 /scripts/lib/bsp/substrate/target/arch | |
parent | 8c263420eda2c2ab0e6f8bff64f965cb4cc5698b (diff) | |
download | poky-b07759a20221de575da98d221feb9ea9295f7e6f.tar.gz |
yocto-bsp: prepend includes in machine.scc files with machine
The names of the -user files were changed to have the machine
prepended, but the includes weren't - fix the includes.
(From meta-yocto rev: c430d6a0d126df7a51c0f585665de6aebbeac028)
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/bsp/substrate/target/arch')
7 files changed, 14 insertions, 14 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}.scc b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}.scc index 39f87f5e84..24196e6f67 100644 --- a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}.scc +++ b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}.scc | |||
@@ -3,5 +3,5 @@ kconf non-hardware {{machine}}-non_hardware.cfg | |||
3 | 3 | ||
4 | include features/usb-net/usb-net.scc | 4 | include features/usb-net/usb-net.scc |
5 | 5 | ||
6 | kconf hardware user-config.cfg | 6 | kconf hardware {{=machine}}-user-config.cfg |
7 | include user-patches.scc | 7 | include {{=machine}}-user-patches.scc |
diff --git a/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/{{ if kernel_choice == "custom": }} linux-yocto-custom/{{=machine}}.scc b/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/{{ if kernel_choice == "custom": }} linux-yocto-custom/{{=machine}}.scc index 8b94e588a4..2e3ca90793 100644 --- a/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/{{ if kernel_choice == "custom": }} linux-yocto-custom/{{=machine}}.scc +++ b/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/{{ if kernel_choice == "custom": }} linux-yocto-custom/{{=machine}}.scc | |||
@@ -13,5 +13,5 @@ kconf hardware {{=machine}}.cfg | |||
13 | # These are used by yocto-kernel to add config fragments and features. | 13 | # These are used by yocto-kernel to add config fragments and features. |
14 | # Don't remove if you plan on using yocto-kernel with this BSP. | 14 | # Don't remove if you plan on using yocto-kernel with this BSP. |
15 | 15 | ||
16 | kconf hardware user-config.cfg | 16 | kconf hardware {{=machine}}-user-config.cfg |
17 | include user-patches.scc | 17 | include {{=machine}}-user-patches.scc |
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}.scc b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}.scc index d8d28cec7b..41e16355bf 100644 --- a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}.scc +++ b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}.scc | |||
@@ -19,5 +19,5 @@ include cfg/usb-mass-storage.scc | |||
19 | include cfg/boot-live.scc | 19 | include cfg/boot-live.scc |
20 | include features/power/intel.scc | 20 | include features/power/intel.scc |
21 | 21 | ||
22 | kconf hardware user-config.cfg | 22 | kconf hardware {{=machine}}-user-config.cfg |
23 | include user-patches.scc | 23 | include {{=machine}}-user-patches.scc |
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}.scc b/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}.scc index e3daafb692..1ebbc32d7e 100644 --- a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}.scc +++ b/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}.scc | |||
@@ -6,5 +6,5 @@ include cfg/vfat.scc | |||
6 | {{ if kernel_choice == "linux-yocto_3.4": }} | 6 | {{ if kernel_choice == "linux-yocto_3.4": }} |
7 | include cfg/fs/vfat.scc | 7 | include cfg/fs/vfat.scc |
8 | 8 | ||
9 | kconf hardware user-config.cfg | 9 | kconf hardware {{=machine}}-user-config.cfg |
10 | include user-patches.scc | 10 | include {{=machine}}-user-patches.scc |
diff --git a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}.scc b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}.scc index 1585fa4b1c..0d64f58a18 100644 --- a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}.scc +++ b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}.scc | |||
@@ -8,5 +8,5 @@ include cfg/fs/vfat.scc | |||
8 | 8 | ||
9 | include cfg/dmaengine.scc | 9 | include cfg/dmaengine.scc |
10 | 10 | ||
11 | kconf hardware user-config.cfg | 11 | kconf hardware {{=machine}}-user-config.cfg |
12 | include user-patches.scc | 12 | include {{=machine}}-user-patches.scc |
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}.scc b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}.scc index 0f20dcd6be..f3739be1e6 100644 --- a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}.scc +++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}.scc | |||
@@ -1,4 +1,4 @@ | |||
1 | kconf hardware {{=machine}}.cfg | 1 | kconf hardware {{=machine}}.cfg |
2 | 2 | ||
3 | kconf hardware user-config.cfg | 3 | kconf hardware {{=machine}}-user-config.cfg |
4 | include user-patches.scc | 4 | include {{=machine}}-user-patches.scc |
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}.scc b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}.scc index d8d3d3524d..61899319da 100644 --- a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}.scc +++ b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}.scc | |||
@@ -8,5 +8,5 @@ include features/i915/i915.scc | |||
8 | include cfg/usb-mass-storage.scc | 8 | include cfg/usb-mass-storage.scc |
9 | include features/power/intel.scc | 9 | include features/power/intel.scc |
10 | 10 | ||
11 | kconf hardware user-config.cfg | 11 | kconf hardware {{=machine}}-user-config.cfg |
12 | include user-patches.scc | 12 | include {{=machine}}-user-patches.scc |