diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-20 10:09:29 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-20 10:20:57 +0200 |
commit | 3240a13c1272b37fda5bc4dc26741aac387a8a74 (patch) | |
tree | e5227fa266222e5710d8fa7df0141f750cd557e6 /recipes-bsp/x-load/x-load_1.46-psp.bb | |
parent | eab43c77d7908c2ee095f11597c38c1f8608d2d0 (diff) | |
download | meta-ti-3240a13c1272b37fda5bc4dc26741aac387a8a74.tar.gz |
x-load: add 1.46-psp
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-bsp/x-load/x-load_1.46-psp.bb')
-rw-r--r-- | recipes-bsp/x-load/x-load_1.46-psp.bb | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/recipes-bsp/x-load/x-load_1.46-psp.bb b/recipes-bsp/x-load/x-load_1.46-psp.bb new file mode 100644 index 00000000..108e408d --- /dev/null +++ b/recipes-bsp/x-load/x-load_1.46-psp.bb | |||
@@ -0,0 +1,38 @@ | |||
1 | require x-load.inc | ||
2 | |||
3 | DEPENDS += "signgp-native" | ||
4 | |||
5 | LIC_FILES_CHKSUM = "file://README;md5=fb7a7e60aceaa99c529b6c667dfcf474" | ||
6 | |||
7 | COMPATIBLE_MACHINE = "am3517-evm" | ||
8 | |||
9 | PV = "1.46+${PR}+gitr${SRCREV}" | ||
10 | PR ="r0" | ||
11 | PE = "1" | ||
12 | |||
13 | # TI PSP v1.46_OMAPPSP_03.00.01.06 (Tag is one commit different) | ||
14 | SRCREV_pn-${PN} = "fc6d5be15c703d21aef0ae0b8c02177721f0445f" | ||
15 | SRC_URI = "git://arago-project.org/git/projects/x-load-omap3.git;protocol=git" | ||
16 | |||
17 | S = "${WORKDIR}/git" | ||
18 | |||
19 | do_compile () { | ||
20 | unset LDFLAGS | ||
21 | unset CFLAGS | ||
22 | unset CPPFLAGS | ||
23 | oe_runmake distclean | ||
24 | oe_runmake ${XLOAD_MACHINE} | ||
25 | oe_runmake | ||
26 | } | ||
27 | |||
28 | do_install () { | ||
29 | signGP x-load.bin ${XLOAD_LOAD_ADDRESS} | ||
30 | |||
31 | install -d ${D}/boot | ||
32 | install x-load.bin.ift ${D}/boot/${MLO_IMAGE} | ||
33 | ln -sf ${MLO_IMAGE} ${D}/boot/${MLO_SYMLINK_NOMACHINE} | ||
34 | } | ||
35 | |||
36 | FILES_${PN} = "/boot" | ||
37 | |||
38 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||