diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-08 09:38:59 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-08 09:38:59 +0100 |
commit | 5718e78856aed90c8db5f49f699712d6ed4a4db8 (patch) | |
tree | 7aa8d94809f170fb9a0959f66f835a4fc79b53a5 /recipes-bsp/x-load/x-load.inc | |
parent | 99c94141d7f460aaf4ed4fffac8920e5955716d8 (diff) | |
download | meta-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.inc | 8 |
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" | |||
3 | PRIORITY = "optional" | 3 | PRIORITY = "optional" |
4 | LICENSE = "GPLv2+" | 4 | LICENSE = "GPLv2+" |
5 | 5 | ||
6 | DEPENDS = "signgp-native" | 6 | LIC_FILES_CHKSUM = "file://common/cmd_load.c;beginline=4;endline=22;md5=14420d7cc8dfb427d17ad407ddf8dc89" |
7 | 7 | ||
8 | PARALLEL_MAKE="" | 8 | PARALLEL_MAKE = "" |
9 | 9 | ||
10 | EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}" | 10 | EXTRA_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 | ||
32 | do_install () { | 32 | do_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} |