summaryrefslogtreecommitdiffstats
path: root/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/{{=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:50 +0000
commit05c18a1dcf648848ef5853b32421cf292d2eb724 (patch)
tree79a105088a862a98778148350bcf959776d1a2b5 /scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/{{=machine}}.scc
parent713e7b9f740bb5fbbaac6acda07a9d52e210407d (diff)
downloadpoky-05c18a1dcf648848ef5853b32421cf292d2eb724.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: f56d24c04f00cfb2671e3f097f221d636ebb7943) 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/powerpc/recipes-kernel/linux/files/{{=machine}}.scc')
-rw-r--r--scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/{{=machine}}.scc4
1 files changed, 2 insertions, 2 deletions
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 1585fa4b1c..0d64f58a18 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
@@ -8,5 +8,5 @@ include cfg/fs/vfat.scc
8 8
9include cfg/dmaengine.scc 9include cfg/dmaengine.scc
10 10
11kconf hardware user-config.cfg 11kconf hardware {{=machine}}-user-config.cfg
12include user-patches.scc 12include {{=machine}}-user-patches.scc