From f99959c85bf2cb822c9b578ecbe20c1ec298184d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Matthias=20G=C3=BCnther?= Date: Mon, 26 Apr 2010 12:41:38 +0000 Subject: [PATCH] topas910: Add u-boot support. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Author: Matthias Günther Signed-off-by: Eric Bénard --- recipes/u-boot/u-boot-topas_git.bb | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 recipes/u-boot/u-boot-topas_git.bb 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 0000000000..d7ce94c5cc --- /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 +} + -- 2.39.5