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

DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_mpc8315e-rdb = "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
}