From b6cbf223d838bca674301927d6c3ec48e349009b Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Mon, 17 Jan 2011 16:33:04 -0800 Subject: 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 CC: Tom Zanussi CC: Bruce Ashfield --- .../recipes-bsp/x-load/x-load-git/beagleboard/name.patch | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'meta/recipes-bsp/x-load/x-load-git/beagleboard/name.patch') diff --git a/meta/recipes-bsp/x-load/x-load-git/beagleboard/name.patch b/meta/recipes-bsp/x-load/x-load-git/beagleboard/name.patch index 98dcbae497..d0fb99699d 100644 --- a/meta/recipes-bsp/x-load/x-load-git/beagleboard/name.patch +++ b/meta/recipes-bsp/x-load/x-load-git/beagleboard/name.patch @@ -1,14 +1,16 @@ ---- git/Makefile-orig 2008-07-29 22:31:03.000000000 -0700 -+++ git/Makefile 2008-07-29 22:34:36.000000000 -0700 -@@ -152,9 +152,9 @@ omap3evm_config : unconfig +Index: git/Makefile +=================================================================== +--- git.orig/Makefile ++++ git/Makefile +@@ -225,8 +225,9 @@ omap3evm_config : unconfig overo_config : unconfig - @./mkconfig $(@:_config=) arm omap3 overo + @$(MKCONFIG) $(@:_config=) arm omap3 overo -omap3530beagle_config : unconfig +- @$(MKCONFIG) $(@:_config=) arm omap3 omap3530beagle +beagleboard_config : unconfig - -- @./mkconfig $(@:_config=) arm omap3 omap3530beagle ++ @$(MKCONFIG) omap3530beagle arm omap3 omap3530beagle + @./mkconfig omap3530beagle arm omap3 omap3530beagle ######################################################################### - + ## OMAP4 (ARM-CortexA9) Systems -- cgit v1.2.3-54-g00ecf