summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/x-load/x-load.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-01-08 09:38:59 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-01-08 09:38:59 +0100
commit5718e78856aed90c8db5f49f699712d6ed4a4db8 (patch)
tree7aa8d94809f170fb9a0959f66f835a4fc79b53a5 /recipes-bsp/x-load/x-load.inc
parent99c94141d7f460aaf4ed4fffac8920e5955716d8 (diff)
downloadmeta-ti-5718e78856aed90c8db5f49f699712d6ed4a4db8.tar.gz
xload: remove signgp dep and add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-bsp/x-load/x-load.inc')
-rw-r--r--recipes-bsp/x-load/x-load.inc8
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes-bsp/x-load/x-load.inc b/recipes-bsp/x-load/x-load.inc
index 8743243e..b2b02770 100644
--- a/recipes-bsp/x-load/x-load.inc
+++ b/recipes-bsp/x-load/x-load.inc
@@ -3,9 +3,9 @@ SECTION = "bootloaders"
3PRIORITY = "optional" 3PRIORITY = "optional"
4LICENSE = "GPLv2+" 4LICENSE = "GPLv2+"
5 5
6DEPENDS = "signgp-native" 6LIC_FILES_CHKSUM = "file://common/cmd_load.c;beginline=4;endline=22;md5=14420d7cc8dfb427d17ad407ddf8dc89"
7 7
8PARALLEL_MAKE="" 8PARALLEL_MAKE = ""
9 9
10EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}" 10EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}"
11 11
@@ -26,12 +26,10 @@ do_compile () {
26 unset CPPFLAGS 26 unset CPPFLAGS
27 oe_runmake distclean 27 oe_runmake distclean
28 oe_runmake ${XLOAD_MACHINE} 28 oe_runmake ${XLOAD_MACHINE}
29 oe_runmake 29 oe_runmake ift
30} 30}
31 31
32do_install () { 32do_install () {
33 signGP ${S}/x-load.bin ${XLOAD_LOAD_ADDRESS}
34
35 install -d ${D}/boot 33 install -d ${D}/boot
36 install ${S}/x-load.bin.ift ${D}/boot/${MLO_IMAGE} 34 install ${S}/x-load.bin.ift ${D}/boot/${MLO_IMAGE}
37 ln -sf ${MLO_IMAGE} ${D}/boot/${MLO_SYMLINK_NOMACHINE} 35 ln -sf ${MLO_IMAGE} ${D}/boot/${MLO_SYMLINK_NOMACHINE}