mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-08 12:30:16 +00:00
multi-kernel.inc: fix the unpack issue when there's no machine configs
BitBake's fetch2 unpack() seems to be picky about multi-kernel's file://configs/* and defaults to only looking into machine-specific location. This fixes the issue, as tested by building these platforms: beaglebone, am335x-evm and am180x-evm. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
require linux.inc
|
||||
|
||||
SRC_URI += " \
|
||||
file://configs/* "
|
||||
file://configs "
|
||||
|
||||
MULTI_CONFIG_BASE_SUFFIX = "multi-config-"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user