blob: 9817f0c4e1561e9303eb4244b50200e26ddd908f (
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;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"
|