diff options
author | Konrad Mattheis <mattheis@ukma.de> | 2009-09-27 22:10:13 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-10-09 15:15:01 +0200 |
commit | 0fe7e7da98b3d84a584a04821b8503c3c408f523 (patch) | |
tree | ca66380246a20b2b434888f5636ea1f770e256d3 /recipes | |
parent | 30a06f663f341086400aef4be1bfb66babb988ec (diff) |
u-boot 2009.08
Hi,
I have this patch to get the new Version of u-boot working. Please could you apply this an the repository or tell me how I can do this.
bye
Konrad Mattheis
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/u-boot/u-boot_2009.06.bb | 1 | ||||
-rw-r--r-- | recipes/u-boot/u-boot_2009.08.bb | 16 |
2 files changed, 16 insertions, 1 deletions
diff --git a/recipes/u-boot/u-boot_2009.06.bb b/recipes/u-boot/u-boot_2009.06.bb index cefbed21f8..3ea182a15f 100644 --- a/recipes/u-boot/u-boot_2009.06.bb +++ b/recipes/u-boot/u-boot_2009.06.bb @@ -3,7 +3,6 @@ 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 " 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 +} |