blob: e915e1e8f8a6313c7dab228fccce064f4766c16c (
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}"
|