aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot/u-boot_git.bb
diff options
context:
space:
mode:
authorRoger Monk <r-monk@ti.com>2011-03-25 10:47:44 +0100
committerSteffen Sledz <sledz@dresearch-fe.de>2011-04-29 14:08:25 +0200
commita7e1b4344196cb189374f1f6a8e39a41520125b7 (patch)
tree0a51b2ce05b9d6c2e869f184a31e9fe8ac111464 /recipes/u-boot/u-boot_git.bb
parentd2385e60ec9cff7fa837c031a5bb02ba5f3b70ef (diff)
downloadopenembedded-a7e1b4344196cb189374f1f6a8e39a41520125b7.tar.gz
u-boot-git: Add omap4430-panda to u-boot git recipe
* Enable u-boot git to build for pandaboard Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/u-boot/u-boot_git.bb')
-rw-r--r--recipes/u-boot/u-boot_git.bb10
1 files changed, 9 insertions, 1 deletions
diff --git a/recipes/u-boot/u-boot_git.bb b/recipes/u-boot/u-boot_git.bb
index 1f009ed717..832655f722 100644
--- a/recipes/u-boot/u-boot_git.bb
+++ b/recipes/u-boot/u-boot_git.bb
@@ -1,5 +1,5 @@
require u-boot.inc
-PR = "r73"
+PR = "r74"
FILESPATHPKG =. "u-boot-git:"
@@ -200,6 +200,14 @@ SRC_URI_overo = "git://www.sakoman.com/git/u-boot.git;branch=omap4-exp;protocol=
SRCREV_overo = "261733408a27d14590cf3ec6b596461808050e32"
PV_overo = "2010.12+${PR}+gitr${SRCREV}"
+FILESDIR_omap4430-panda = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-sakoman/"
+SRC_URI_omap4430-panda = "git://www.sakoman.com/git/u-boot.git;branch=omap4-exp;protocol=git \
+ file://fix-break-caused-by-new-binutils.patch \
+ "
+SRCREV_omap4430-panda = "261733408a27d14590cf3ec6b596461808050e32"
+PV_omap4430-panda = "2010.12+${PR}+git${SRCREV}"
+PE_omap4430-panda = "1"
+
# DaVinci dm355-evm/dm365-evm/dm6446-evm/dm6467-evm/dm6467t-evm - PSP 3.1.0/3.2.0 (build 35)
SRC_URI_dm355-evm = "git://arago-project.org/git/projects/u-boot-davinci.git;protocol=git;branch=u-boot-davinci-2009.06"