summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
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 /recipes-bsp
parent858f3e5b642474732c12b904b1985504eb6aa680 (diff)
downloadmeta-ti-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>
Diffstat (limited to 'recipes-bsp')
-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 368872cf..f21761fc 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"
11# The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc 11# The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc
12MACHINE_KERNEL_PR_append = "a+gitr${SRCREV}" 12MACHINE_KERNEL_PR_append = "a+gitr${SRCREV}"
13 13
14SRC_URI = "git://arago-project.org/git/projects/linux-omap3.git;protocol=git;branch=master \ 14SRC_URI += "git://arago-project.org/git/projects/linux-omap3.git;protocol=git;branch=master \
15 file://0001-Added-Crane-Board-support.patch \ 15 file://0001-Added-Crane-Board-support.patch \
16 file://0001-Revert-omap3-beagle-Fix-compile-time-errors.patch \ 16 file://0001-Revert-omap3-beagle-Fix-compile-time-errors.patch \
17 file://0002-board-omap3touchbook-make-it-build-against-TI-linux-.patch \ 17 file://0002-board-omap3touchbook-make-it-build-against-TI-linux-.patch \
18 file://0003-ARM-OMAP-add-support-for-TCT-Zippy-to-Beagle-board-f.patch \ 18 file://0003-ARM-OMAP-add-support-for-TCT-Zippy-to-Beagle-board-f.patch \
19 file://0004-ARM-OMAP-Make-beagle-u-boot-partition-writable.patch \ 19 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 2c430dd5..27994867 100644
--- a/recipes-bsp/linux/multi-kernel.inc
+++ b/recipes-bsp/linux/multi-kernel.inc
@@ -12,8 +12,8 @@
12 12
13require linux.inc 13require linux.inc
14 14
15SRC_URI_append = " \ 15SRC_URI += " \
16 file://configs/ " 16 file://configs/* "
17 17
18MULTI_CONFIG_BASE_SUFFIX = "multi-config-" 18MULTI_CONFIG_BASE_SUFFIX = "multi-config-"
19 19