aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot/u-boot-omap3beagleboard_1.1.4.bb
blob: d88d3d226ad59b06989c21c11c4e1d720ed42edb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
require u-boot.inc
PR ="r1"
DEFAULT_PREFERENCE = "-1"

SRC_URI = "http://www.sakoman.net/omap3/u-boot.tar.gz \
           file://name.patch \
           file://armv7-a.patch \
           file://500mhz-l2enable.patch \
           file://disable-tone-logo.patch \
           file://env.patch \
          "

S = "${WORKDIR}/u-boot"