summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
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"