summaryrefslogtreecommitdiff
path: root/recipes/u-boot/u-boot_git.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-09-13 16:33:51 +0200
committerKoen Kooi <koen@openembedded.org>2009-09-15 19:26:01 +0200
commit72c1fd8a2b6ab59a28467c033ec7fa18cfb67225 (patch)
treedf6f73d0ea123edc159360b8c4c0560a480d0bfd /recipes/u-boot/u-boot_git.bb
parentff4773355412adf6bb7258bb6c8b45bc43bb5d17 (diff)
u-boot git: add omap3-touchbook support
Diffstat (limited to 'recipes/u-boot/u-boot_git.bb')
-rw-r--r--recipes/u-boot/u-boot_git.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/u-boot/u-boot_git.bb b/recipes/u-boot/u-boot_git.bb
index fea52ac27e..e5e1c24e16 100644
--- a/recipes/u-boot/u-boot_git.bb
+++ b/recipes/u-boot/u-boot_git.bb
@@ -21,6 +21,17 @@ SRC_URI_beagleboard = "git://gitorious.org/u-boot-omap3/mainline.git;branch=omap
SRCREV_beagleboard = "d363f9cb0918a1b6b92e2e20d01543d0c4f53274"
PV_beagleboard = "2009.05+${PR}+gitr${SRCREV}"
+SRC_URI_omap3-touchbook = "git://gitorious.org/u-boot-omap3/mainline.git;branch=omap3-dev;protocol=git \
+ file://fw-env.patch;patch=1 \
+ file://dss2.patch;patch=1 \
+ file://spi3.patch;patch=1 \
+ file://spi4.patch;patch=1 \
+ file://headphone.patch;patch=1 \
+"
+SRCREV_omap3-touchbook = "d363f9cb0918a1b6b92e2e20d01543d0c4f53274"
+PV_omap3-touchbook = "2009.05+${PR}+gitr${SRCREV}"
+
+
SRC_URI_omap3evm = "git://gitorious.org/u-boot-omap3/mainline.git;branch=omap3-dev;protocol=git"
SRCREV_omap3evm = "2dea1db2a3b7c12ed70bbf8ee50755089c5e5170"
PV_omap3evm = "2009.03+${PR}+gitr${SRCREV}"