[meta-ti] Denys Dmytriyenko : multi-kernel.inc: fix the unpack issue when there' s no machine configs

Arago Project git git at arago-project.org
Sat Mar 3 00:14:39 PST 2012


Module: meta-ti
Branch: master
Commit: 020b6f893d13e36bccd7a2d8e6a0e6ab5e602450
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=020b6f893d13e36bccd7a2d8e6a0e6ab5e602450

Author: Denys Dmytriyenko <denys at ti.com>
Date:   Sat Mar  3 03:07:40 2012 -0500

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 at ti.com>

---

 recipes-kernel/linux/multi-kernel.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes-kernel/linux/multi-kernel.inc b/recipes-kernel/linux/multi-kernel.inc
index 12f2284..5314454 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-"
 




More information about the meta-ti mailing list