diff options
Diffstat (limited to 'recipes/u-boot/u-boot_2009.08.bb')
-rw-r--r-- | recipes/u-boot/u-boot_2009.08.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/u-boot/u-boot_2009.08.bb b/recipes/u-boot/u-boot_2009.08.bb new file mode 100644 index 0000000000..d0e387cd03 --- /dev/null +++ b/recipes/u-boot/u-boot_2009.08.bb @@ -0,0 +1,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 +} |