summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2012-03-03 03:07:40 -0500
committerDenys Dmytriyenko <denys@ti.com>2012-03-03 03:07:40 -0500
commit020b6f893d13e36bccd7a2d8e6a0e6ab5e602450 (patch)
treeedff9501807d522069ab3400c4815b106e4e2891 /recipes-kernel/linux
parent2dbb7f09bf1c54d505d2e84a3a614bc5ca9b89aa (diff)
downloadmeta-ti-020b6f893d13e36bccd7a2d8e6a0e6ab5e602450.tar.gz
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>
Diffstat (limited to 'recipes-kernel/linux')
-rw-r--r--recipes-kernel/linux/multi-kernel.inc2
1 files changed, 1 insertions, 1 deletions
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 @@
13require linux.inc 13require linux.inc
14 14
15SRC_URI += " \ 15SRC_URI += " \
16 file://configs/* " 16 file://configs "
17 17
18MULTI_CONFIG_BASE_SUFFIX = "multi-config-" 18MULTI_CONFIG_BASE_SUFFIX = "multi-config-"
19 19