aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot/u-boot_2009.03.bb
blob: a2c0c6fd7cb2b52dd7959e4e40ae4a333b90dee9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PR = "r2"
require u-boot.inc

DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_hipox = "1"

SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 "

SRC_URI_append_hipox = "file://00-hipox.patch;patch=1 \
	file://01-hipox-fix-gmac-reset.patch;patch=1 \
	file://02-hipox-enable-mmu.patch;patch=1 \
"

TARGET_LDFLAGS = ""

UBOOT_MACHINE_hipox  = "hipox_config"

inherit base

do_compile () {
	oe_runmake ${UBOOT_MACHINE}
	oe_runmake all
}