summaryrefslogtreecommitdiffstats
path: root/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/{{ if kernel_choice == "custom": }} linux-yocto-custom/{{=machine}}.scc
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@linux.intel.com>2013-02-06 23:22:42 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-07 22:59:47 +0000
commitb07759a20221de575da98d221feb9ea9295f7e6f (patch)
treebc5e3ac566c8524bab77d0703d68d1b420f0cb59 /scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/{{ if kernel_choice == "custom": }} linux-yocto-custom/{{=machine}}.scc
parent8c263420eda2c2ab0e6f8bff64f965cb4cc5698b (diff)
downloadpoky-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/common/recipes-kernel/linux/{{ if kernel_choice == "custom": }} linux-yocto-custom/{{=machine}}.scc')
-rw-r--r--scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/{{ if kernel_choice == "custom": }} linux-yocto-custom/{{=machine}}.scc4
1 files changed, 2 insertions, 2 deletions
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
16kconf hardware user-config.cfg 16kconf hardware {{=machine}}-user-config.cfg
17include user-patches.scc 17include {{=machine}}-user-patches.scc