summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-06-16 11:13:50 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-06-16 11:46:52 +0200
commitb2ad2aa3518f2f3cb883950f33e6ae7603a41195 (patch)
treebca447b09a216177d82dcd88d40360b8d45899e7 /recipes-bsp
parent4977d61b2a0f812ce4e257a074499a28c315c89a (diff)
downloadmeta-ti-b2ad2aa3518f2f3cb883950f33e6ae7603a41195.tar.gz
u-boot 2010.06-psp: add support for 814x and 816x
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot_2010.06-psp.bb17
-rw-r--r--recipes-bsp/u-boot/u-boot_git.bb3
2 files changed, 20 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2010.06-psp.bb b/recipes-bsp/u-boot/u-boot_2010.06-psp.bb
new file mode 100644
index 00000000..1cd0ba80
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot_2010.06-psp.bb
@@ -0,0 +1,17 @@
1require u-boot.inc
2
3FILESPATHPKG =. "u-boot-psp-git:"
4
5COMPATIBLE_MACHINE = "am387x-evm|am389x-evm|c6a814x-evm|c6a816x-evm|dm814x-evm"
6
7SRC_URI = "git://arago-project.org/git/projects/u-boot-omap3.git;branch=${BRANCH};protocol=git"
8
9BRANCH_ti814x = "ti81xx-master"
10SRCREV_pn-${PN}_ti814x = "5fcf46a405fe8e8a59a04d3cebdafd39ac0c4bd0"
11LIC_FILES_CHKSUM_pn-${PN}_ti814x = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b"
12
13BRANCH_ti816x = "ti81xx-master"
14SRCREV_pn-${PN}_ti816x = "5fcf46a405fe8e8a59a04d3cebdafd39ac0c4bd0"
15LIC_FILES_CHKSUM_pn-${PN}_ti816x = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b"
16
17S = "${WORKDIR}/git"
diff --git a/recipes-bsp/u-boot/u-boot_git.bb b/recipes-bsp/u-boot/u-boot_git.bb
index 793c1592..431fd319 100644
--- a/recipes-bsp/u-boot/u-boot_git.bb
+++ b/recipes-bsp/u-boot/u-boot_git.bb
@@ -1,6 +1,9 @@
1require u-boot.inc 1require u-boot.inc
2PR ="r66" 2PR ="r66"
3 3
4DEFAULT_PREFERENCE_ti814x = "-1"
5DEFAULT_PREFERENCE_ti816x = "-1"
6
4FILESPATHPKG =. "u-boot-git:" 7FILESPATHPKG =. "u-boot-git:"
5 8
6SRC_URI_beagleboard = "git://www.denx.de/git/u-boot.git;protocol=git \ 9SRC_URI_beagleboard = "git://www.denx.de/git/u-boot.git;protocol=git \