aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-05-07 14:00:06 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-05-07 14:01:37 +0200
commit55cc71060176ccdca80bdfa6c52796d558bf39d5 (patch)
tree05ada8c5bb5e0573962fa6eee58032341c449287
parent858f3e5b642474732c12b904b1985504eb6aa680 (diff)
downloadopenembedded-core-contrib-55cc71060176ccdca80bdfa6c52796d558bf39d5.tar.gz
linux-omap-psp 2.6.32: catch up with latest bitbake changes
the file:// fetcher and parsing was changed so we didn't get the configs dir. After fixing the ordering of SRC_URI it started copying over DL_DIR into ${WORKDIR}/downloads. Adding the extra '*' fixed that. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--recipes-bsp/linux/linux-omap-psp_2.6.32.bb4
-rw-r--r--recipes-bsp/linux/multi-kernel.inc4
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/linux/linux-omap-psp_2.6.32.bb b/recipes-bsp/linux/linux-omap-psp_2.6.32.bb
index 368872cfbb..f21761fc7d 100644
--- a/recipes-bsp/linux/linux-omap-psp_2.6.32.bb
+++ b/recipes-bsp/linux/linux-omap-psp_2.6.32.bb
@@ -11,9 +11,9 @@ SRCREV = "5fc29e7b2a76a64a739f857858ef0b98294aa155"
# The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc
MACHINE_KERNEL_PR_append = "a+gitr${SRCREV}"
-SRC_URI = "git://arago-project.org/git/projects/linux-omap3.git;protocol=git;branch=master \
+SRC_URI += "git://arago-project.org/git/projects/linux-omap3.git;protocol=git;branch=master \
file://0001-Added-Crane-Board-support.patch \
- file://0001-Revert-omap3-beagle-Fix-compile-time-errors.patch \
+ file://0001-Revert-omap3-beagle-Fix-compile-time-errors.patch \
file://0002-board-omap3touchbook-make-it-build-against-TI-linux-.patch \
file://0003-ARM-OMAP-add-support-for-TCT-Zippy-to-Beagle-board-f.patch \
file://0004-ARM-OMAP-Make-beagle-u-boot-partition-writable.patch \
diff --git a/recipes-bsp/linux/multi-kernel.inc b/recipes-bsp/linux/multi-kernel.inc
index 2c430dd55c..27994867c4 100644
--- a/recipes-bsp/linux/multi-kernel.inc
+++ b/recipes-bsp/linux/multi-kernel.inc
@@ -12,8 +12,8 @@
require linux.inc
-SRC_URI_append = " \
- file://configs/ "
+SRC_URI += " \
+ file://configs/* "
MULTI_CONFIG_BASE_SUFFIX = "multi-config-"