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

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

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

PACKAGE_ARCH = "${MACHINE_ARCH}"