diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-16 11:13:50 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-16 11:46:52 +0200 |
commit | b2ad2aa3518f2f3cb883950f33e6ae7603a41195 (patch) | |
tree | bca447b09a216177d82dcd88d40360b8d45899e7 /recipes-bsp | |
parent | 4977d61b2a0f812ce4e257a074499a28c315c89a (diff) | |
download | meta-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.bb | 17 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot_git.bb | 3 |
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 @@ | |||
1 | require u-boot.inc | ||
2 | |||
3 | FILESPATHPKG =. "u-boot-psp-git:" | ||
4 | |||
5 | COMPATIBLE_MACHINE = "am387x-evm|am389x-evm|c6a814x-evm|c6a816x-evm|dm814x-evm" | ||
6 | |||
7 | SRC_URI = "git://arago-project.org/git/projects/u-boot-omap3.git;branch=${BRANCH};protocol=git" | ||
8 | |||
9 | BRANCH_ti814x = "ti81xx-master" | ||
10 | SRCREV_pn-${PN}_ti814x = "5fcf46a405fe8e8a59a04d3cebdafd39ac0c4bd0" | ||
11 | LIC_FILES_CHKSUM_pn-${PN}_ti814x = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b" | ||
12 | |||
13 | BRANCH_ti816x = "ti81xx-master" | ||
14 | SRCREV_pn-${PN}_ti816x = "5fcf46a405fe8e8a59a04d3cebdafd39ac0c4bd0" | ||
15 | LIC_FILES_CHKSUM_pn-${PN}_ti816x = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b" | ||
16 | |||
17 | S = "${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 @@ | |||
1 | require u-boot.inc | 1 | require u-boot.inc |
2 | PR ="r66" | 2 | PR ="r66" |
3 | 3 | ||
4 | DEFAULT_PREFERENCE_ti814x = "-1" | ||
5 | DEFAULT_PREFERENCE_ti816x = "-1" | ||
6 | |||
4 | FILESPATHPKG =. "u-boot-git:" | 7 | FILESPATHPKG =. "u-boot-git:" |
5 | 8 | ||
6 | SRC_URI_beagleboard = "git://www.denx.de/git/u-boot.git;protocol=git \ | 9 | SRC_URI_beagleboard = "git://www.denx.de/git/u-boot.git;protocol=git \ |