From 020b6f893d13e36bccd7a2d8e6a0e6ab5e602450 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Sat, 3 Mar 2012 03:07:40 -0500 Subject: [PATCH] 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 --- recipes-kernel/linux/multi-kernel.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/multi-kernel.inc b/recipes-kernel/linux/multi-kernel.inc index 12f2284e..53144541 100644 --- a/recipes-kernel/linux/multi-kernel.inc +++ b/recipes-kernel/linux/multi-kernel.inc @@ -13,7 +13,7 @@ require linux.inc SRC_URI += " \ - file://configs/* " + file://configs " MULTI_CONFIG_BASE_SUFFIX = "multi-config-"