diff options
author | Tom Rini <trini@ti.com> | 2012-02-13 11:40:28 -0700 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-02-20 21:29:45 -0500 |
commit | 1471bbad1740635ea55b3cfeb0e942de2fa272be (patch) | |
tree | 12708368d1ea076ede9a8c7b6e43ebc4e3b888d4 /recipes-bsp | |
parent | 5bd4167ac1580bb9a1a6efb55c0006a365342201 (diff) | |
download | meta-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.bb | 4 |
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 @@ | |||
1 | require u-boot.inc | 1 | require u-boot.inc |
2 | PR ="r67" | 2 | PR ="r68" |
3 | 3 | ||
4 | DEFAULT_PREFERENCE = "-1" | 4 | DEFAULT_PREFERENCE = "-1" |
5 | DEFAULT_PREFERENCE_ti814x = "-1" | 5 | DEFAULT_PREFERENCE_ti814x = "-1" |
@@ -57,3 +57,5 @@ PV_hawkboard = "2009.08+gitr${SRCREV}" | |||
57 | 57 | ||
58 | 58 | ||
59 | S = "${WORKDIR}/git" | 59 | S = "${WORKDIR}/git" |
60 | |||
61 | RRECOMMENDS_${PN}_omap3-touchbook = "u-boot-fw-utils" | ||