mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 22:36:21 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
bcb1873836
commit
b6cbf223d8
@@ -5,7 +5,7 @@ LICENSE = "GPL"
|
||||
|
||||
inherit deploy
|
||||
|
||||
DEPENDS = "signgp-native"
|
||||
DEPENDS = ""
|
||||
|
||||
PARALLEL_MAKE=""
|
||||
|
||||
@@ -24,11 +24,10 @@ do_compile () {
|
||||
unset CPPFLAGS
|
||||
oe_runmake distclean
|
||||
oe_runmake ${XLOAD_MACHINE}
|
||||
oe_runmake
|
||||
oe_runmake ift
|
||||
}
|
||||
|
||||
do_deploy () {
|
||||
signGP ${S}/x-load.bin
|
||||
install ${S}/x-load.bin.ift ${DEPLOYDIR}/${XLOAD_IMAGE}
|
||||
install ${S}/x-load.bin.ift ${DEPLOYDIR}/${MLO_IMAGE}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user