summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2012-02-13 11:40:28 -0700
committerDenys Dmytriyenko <denys@ti.com>2012-02-20 21:29:45 -0500
commit1471bbad1740635ea55b3cfeb0e942de2fa272be (patch)
tree12708368d1ea076ede9a8c7b6e43ebc4e3b888d4 /recipes-bsp
parent5bd4167ac1580bb9a1a6efb55c0006a365342201 (diff)
downloadmeta-ti-1471bbad1740635ea55b3cfeb0e942de2fa272be.tar.gz
u-boot git: Update omap3-touchbook for u-boot-fw-utils change
Signed-off-by: Tom Rini <trini@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot_git.bb b/recipes-bsp/u-boot/u-boot_git.bb
index 5abb6f5e..2b32ab89 100644
--- a/recipes-bsp/u-boot/u-boot_git.bb
+++ b/recipes-bsp/u-boot/u-boot_git.bb
@@ -1,5 +1,5 @@
1require u-boot.inc 1require u-boot.inc
2PR ="r67" 2PR ="r68"
3 3
4DEFAULT_PREFERENCE = "-1" 4DEFAULT_PREFERENCE = "-1"
5DEFAULT_PREFERENCE_ti814x = "-1" 5DEFAULT_PREFERENCE_ti814x = "-1"
@@ -57,3 +57,5 @@ PV_hawkboard = "2009.08+gitr${SRCREV}"
57 57
58 58
59S = "${WORKDIR}/git" 59S = "${WORKDIR}/git"
60
61RRECOMMENDS_${PN}_omap3-touchbook = "u-boot-fw-utils"