aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot/u-boot_2009.03.bb
blob: c3e9326da011fc9a944bb9bee42176a9afc0ffdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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 \
	file://03-hipox-direct-switch.patch;patch=1 \
	file://04-hipox-env.patch;patch=1 \
"

TARGET_LDFLAGS = ""

UBOOT_MACHINE_hipox  = "hipox_config"

inherit base

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