summaryrefslogtreecommitdiff
path: root/recipes/u-boot/u-boot_2009.01.bb
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2009-04-23 17:17:32 +0400
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2009-04-23 17:17:32 +0400
commitc8e1d3d2d8e335d3cc5d4cdbb832d93863a2b137 (patch)
tree3ad548dced80280e366b35ac6cf66408aa807689 /recipes/u-boot/u-boot_2009.01.bb
parentb7f3788fa60588761232696940332b6ae2a9c4f6 (diff)
u-boot: fix compilation for at91sam9g20ek boards
Fix the naming of config inside machine conf file and provide a patch that make u-boot compile for at91sam9g20ek boards. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'recipes/u-boot/u-boot_2009.01.bb')
-rw-r--r--recipes/u-boot/u-boot_2009.01.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/u-boot/u-boot_2009.01.bb b/recipes/u-boot/u-boot_2009.01.bb
index fd1801a29b..e0839c923e 100644
--- a/recipes/u-boot/u-boot_2009.01.bb
+++ b/recipes/u-boot/u-boot_2009.01.bb
@@ -23,6 +23,12 @@ SRC_URI_append_at91sam9263ek = "\
file://u-boot-2009.01-exp-003-drivers-net-macb.c.patch;patch=1 \
"
+SRC_URI_append_at91sam9g20ek = "\
+ file://u-boot-2009.01-exp-002-at91sam9g20ek.patch;patch=1 \
+ file://u-boot-2009.01-exp-003-drivers-net-macb.c.patch;patch=1 \
+ file://at91sam9g20-fix-config.patch;patch=1 \
+ "
+
PACKAGE_ARCH = "${MACHINE_ARCH}"
PARALLEL_MAKE = ""