mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
713e7b9f74
commit
05c18a1dcf
@@ -3,5 +3,5 @@ kconf non-hardware {{machine}}-non_hardware.cfg
|
||||
|
||||
include features/usb-net/usb-net.scc
|
||||
|
||||
kconf hardware user-config.cfg
|
||||
include user-patches.scc
|
||||
kconf hardware {{=machine}}-user-config.cfg
|
||||
include {{=machine}}-user-patches.scc
|
||||
|
||||
@@ -19,5 +19,5 @@ include cfg/usb-mass-storage.scc
|
||||
include cfg/boot-live.scc
|
||||
include features/power/intel.scc
|
||||
|
||||
kconf hardware user-config.cfg
|
||||
include user-patches.scc
|
||||
kconf hardware {{=machine}}-user-config.cfg
|
||||
include {{=machine}}-user-patches.scc
|
||||
|
||||
@@ -6,5 +6,5 @@ include cfg/vfat.scc
|
||||
{{ if kernel_choice == "linux-yocto_3.4": }}
|
||||
include cfg/fs/vfat.scc
|
||||
|
||||
kconf hardware user-config.cfg
|
||||
include user-patches.scc
|
||||
kconf hardware {{=machine}}-user-config.cfg
|
||||
include {{=machine}}-user-patches.scc
|
||||
|
||||
@@ -8,5 +8,5 @@ include cfg/fs/vfat.scc
|
||||
|
||||
include cfg/dmaengine.scc
|
||||
|
||||
kconf hardware user-config.cfg
|
||||
include user-patches.scc
|
||||
kconf hardware {{=machine}}-user-config.cfg
|
||||
include {{=machine}}-user-patches.scc
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
kconf hardware {{=machine}}.cfg
|
||||
|
||||
kconf hardware user-config.cfg
|
||||
include user-patches.scc
|
||||
kconf hardware {{=machine}}-user-config.cfg
|
||||
include {{=machine}}-user-patches.scc
|
||||
|
||||
@@ -8,5 +8,5 @@ include features/i915/i915.scc
|
||||
include cfg/usb-mass-storage.scc
|
||||
include features/power/intel.scc
|
||||
|
||||
kconf hardware user-config.cfg
|
||||
include user-patches.scc
|
||||
kconf hardware {{=machine}}-user-config.cfg
|
||||
include {{=machine}}-user-patches.scc
|
||||
|
||||
Reference in New Issue
Block a user