1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-01-12 01:20:20 +00:00

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>
This commit is contained in:
Koen Kooi
2011-05-07 14:00:06 +02:00
parent 858f3e5b64
commit 55cc710601
2 changed files with 4 additions and 4 deletions

View File

@@ -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 \

View File

@@ -12,8 +12,8 @@
require linux.inc
SRC_URI_append = " \
file://configs/ "
SRC_URI += " \
file://configs/* "
MULTI_CONFIG_BASE_SUFFIX = "multi-config-"