aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot/u-boot_2009.06.bb
blob: cefbed21f8db1527494b71215c93850063e04a65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PR = "r0"
require u-boot.inc

DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_mpc8315e-rdb = "1"
DEFAULT_PREFERENCE_at91sam9g20ek = "1"

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

TARGET_LDFLAGS = ""

inherit base

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