[oe-commits] Ulf Samuelsson : Add recipe for u-boot-2009.01

GIT User account git at amethyst.openembedded.net
Fri Mar 13 19:37:46 UTC 2009


Module: openembedded.git
Branch: ulf/linux
Commit: e6dea3de3b0f36c60f1c6e66ee63a795e22e715e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e6dea3de3b0f36c60f1c6e66ee63a795e22e715e

Author: Ulf Samuelsson <ulf.samuelsson at atmel.com>
Date:   Fri Mar 13 20:35:51 2009 +0100

Add recipe for u-boot-2009.01

---

 packages/u-boot/u-boot_2009.01.bb |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/packages/u-boot/u-boot_2009.01.bb b/packages/u-boot/u-boot_2009.01.bb
new file mode 100644
index 0000000..7c61aee
--- /dev/null
+++ b/packages/u-boot/u-boot_2009.01.bb
@@ -0,0 +1,27 @@
+require u-boot.inc
+
+PV = "2009.01"
+
+DEFAULT_PREFERENCE = "-1"
+
+DEFAULT_PREFERENCE_at91rm9200dk	 = "1"
+DEFAULT_PREFERENCE_at91sam9rlek	 = "1"
+DEFAULT_PREFERENCE_at91sam9260ek = "1"
+DEFAULT_PREFERENCE_at91sam9261ek = "1"
+DEFAULT_PREFERENCE_at91sam9g20ek = "1"
+DEFAULT_PREFERENCE_at91sam9263ek = "1"
+DEFAULT_PREFERENCE_at91cap9adk	 = "1"
+DEFAULT_PREFERENCE_atngw100	 = "1"
+DEFAULT_PREFERENCE_atstk1000	 = "1"
+
+PR = "r1"
+
+SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2"
+
+SRC_URI_append_at91sam9263ek = "\
+	   file://u-boot-2008.10-exp-001-config.patch;patch=1 \
+	   file://u-boot-2008.10-exp-002-at91sam9g20ek.patch;patch=1 \
+	   file://u-boot-2008.10-exp-003-drivers-net-macb.c.patch;patch=1 \
+           "
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"





More information about the Openembedded-commits mailing list