diff options
author | Steffen Sledz <sledz@dresearch.de> | 2009-04-15 14:59:55 +0200 |
---|---|---|
committer | Steffen Sledz <sledz@dresearch.de> | 2009-04-15 14:59:55 +0200 |
commit | 617ed6a71a2e445a937f5ac8c878d28f56d87889 (patch) | |
tree | 5f1136a86ee918de7235a1d97c47782ffd797614 /recipes/u-boot/u-boot_2009.03.bb | |
parent | 883da3d9544c4340cd83cfe688b7551bbaf43ba4 (diff) |
hipox: HIPOX machine uses u-boot-2009.03 for NOR/NAND combi boot
Diffstat (limited to 'recipes/u-boot/u-boot_2009.03.bb')
-rw-r--r-- | recipes/u-boot/u-boot_2009.03.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/u-boot/u-boot_2009.03.bb b/recipes/u-boot/u-boot_2009.03.bb new file mode 100644 index 0000000000..11f2a0e441 --- /dev/null +++ b/recipes/u-boot/u-boot_2009.03.bb @@ -0,0 +1,20 @@ +PR = "r1" +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 " + +TARGET_LDFLAGS = "" + +UBOOT_MACHINE_hipox = "hipox_config" + +inherit base + +do_compile () { + oe_runmake ${UBOOT_MACHINE} + oe_runmake all +} |