aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot/u-boot_2009.08.bb
blob: d0e387cd03c2c180b6eda3f7c18db92df07126ed (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_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
}