mirror of
https://git.yoctoproject.org/poky
synced 2026-07-27 07:27:12 +00: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: c430d6a0d126df7a51c0f585665de6aebbeac028) 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
8c263420ed
commit
b07759a202
+2
-2
@@ -13,5 +13,5 @@ kconf hardware {{=machine}}.cfg
|
||||
# These are used by yocto-kernel to add config fragments and features.
|
||||
# Don't remove if you plan on using yocto-kernel with this BSP.
|
||||
|
||||
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