1
0
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:
Denys Dmytriyenko
2012-03-03 03:07:40 -05:00
parent 2dbb7f09bf
commit 020b6f893d
+1 -1
View File
@@ -13,7 +13,7 @@
require linux.inc
SRC_URI += " \
file://configs/* "
file://configs "
MULTI_CONFIG_BASE_SUFFIX = "multi-config-"