[oe-commits] Matthias Günther : topas910: Add u-boot support.

git version control git at git.openembedded.org
Sat Nov 6 22:26:17 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f99959c85bf2cb822c9b578ecbe20c1ec298184d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f99959c85bf2cb822c9b578ecbe20c1ec298184d

Author: Matthias Günther <matgnt at gmail.com>
Date:   Mon Apr 26 12:41:38 2010 +0000

topas910: Add u-boot support.

Author: Matthias Günther <matgnt at gmail.com>
Signed-off-by: Eric Bénard <eric at eukrea.com>

---

 recipes/u-boot/u-boot-topas_git.bb |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/recipes/u-boot/u-boot-topas_git.bb b/recipes/u-boot/u-boot-topas_git.bb
new file mode 100644
index 0000000..d7ce94c
--- /dev/null
+++ b/recipes/u-boot/u-boot-topas_git.bb
@@ -0,0 +1,23 @@
+require u-boot.inc
+
+PV = "2008.10+${PR}+git"
+PR ="r2"
+PE = "1"
+
+SRC_URI = "git://git.labs.kernelconcepts.de/u-boot-topas.git/;protocol=git;tag=ca81d0245469af242e9a73360e46e99235eaadbf \
+          "
+
+UBOOT_MACHINE_topas910 = "topas910_config"
+
+S = "${WORKDIR}/git/u-boot-topas910/"
+
+do_compile () {
+        unset LDFLAGS
+        unset CFLAGS
+        unset CPPFLAGS
+        oe_runmake ${UBOOT_MACHINE}
+        oe_runmake all
+#        oe_runmake tools env
+        oe_runmake tools
+}
+





More information about the Openembedded-commits mailing list