summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/x-load/x-load.inc
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2011-01-17 16:33:04 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-01-21 11:18:35 +0000
commitb6cbf223d838bca674301927d6c3ec48e349009b (patch)
tree63a476e6739c412a60408fb89c028ee2a0e36cfd /meta/recipes-bsp/x-load/x-load.inc
parentbcb18738361ee2394bc266911e9e75d5bf1c10cd (diff)
downloadpoky-b6cbf223d838bca674301927d6c3ec48e349009b.tar.gz
x-load: us TI upstream repository, update recipes accordingly
TI is now maintaining an upstream x-loader git repository and sakoman will no longer be maintained. Current upstream includes signGP and incorporates it into the Makefile. The new Makefile ift target builds the universal MLO binary. The armv7-a patch is included. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Tom Zanussi <tom.zanussi@intel.com> CC: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/recipes-bsp/x-load/x-load.inc')
-rw-r--r--meta/recipes-bsp/x-load/x-load.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-bsp/x-load/x-load.inc b/meta/recipes-bsp/x-load/x-load.inc
index 7073b13fe7..a98ec8fb7c 100644
--- a/meta/recipes-bsp/x-load/x-load.inc
+++ b/meta/recipes-bsp/x-load/x-load.inc
@@ -5,7 +5,7 @@ LICENSE = "GPL"
5 5
6inherit deploy 6inherit deploy
7 7
8DEPENDS = "signgp-native" 8DEPENDS = ""
9 9
10PARALLEL_MAKE="" 10PARALLEL_MAKE=""
11 11
@@ -24,11 +24,10 @@ do_compile () {
24 unset CPPFLAGS 24 unset CPPFLAGS
25 oe_runmake distclean 25 oe_runmake distclean
26 oe_runmake ${XLOAD_MACHINE} 26 oe_runmake ${XLOAD_MACHINE}
27 oe_runmake 27 oe_runmake ift
28} 28}
29 29
30do_deploy () { 30do_deploy () {
31 signGP ${S}/x-load.bin
32 install ${S}/x-load.bin.ift ${DEPLOYDIR}/${XLOAD_IMAGE} 31 install ${S}/x-load.bin.ift ${DEPLOYDIR}/${XLOAD_IMAGE}
33 install ${S}/x-load.bin.ift ${DEPLOYDIR}/${MLO_IMAGE} 32 install ${S}/x-load.bin.ift ${DEPLOYDIR}/${MLO_IMAGE}
34 33