aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot/u-boot-topas_git.bb
blob: d7ce94c5cc46829f10052f5a4f1dd16244d68566 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
}