blob: d5ad38bdc30c0b33a7a64e998ad66b66f1fe4998 (
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;apply=yes \
file://armv7-a.patch;apply=yes \
file://500mhz-l2enable.patch;apply=yes \
file://disable-tone-logo.patch;apply=yes \
file://env.patch;apply=yes \
"
S = "${WORKDIR}/u-boot"
|