From ec37fbd5709606fe0eff4dc13e2c89c9427360c4 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 25 Mar 2011 09:18:35 +0100 Subject: [PATCH] x-load git: update to 1.5.0 Tested on beagle-xm/angstrom and pandaboard/angstrom Signed-off-by: Koen Kooi --- recipes/x-load/x-load_git.bb | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/recipes/x-load/x-load_git.bb b/recipes/x-load/x-load_git.bb index a181b3c755..17a33b86b9 100644 --- a/recipes/x-load/x-load_git.bb +++ b/recipes/x-load/x-load_git.bb @@ -4,18 +4,12 @@ DEFAULT_PREFERENCE_omap3-pandora = "-1" FILESPATHPKG_prepend = "x-load-git:x-load-git/${MACHINE}" -PV = "1.44+${PR}+gitr${SRCREV}" -PR ="r21" +PV = "1.5.0+${PR}+gitr${SRCREV}" +PR ="r22" PE = "1" -SRCREV = "24b8b7f41a83540433024854736518876257672c" +SRCREV = "b6bbfe7848de547b64edf1c363c86cec4921b517" SRC_URI = "git://gitorious.org/x-loader/x-loader.git;branch=master;protocol=git \ - file://0001-OMAP4-clocks-Enable-only-required-clks.patch \ - file://0002-OMAP4-Select-DPLL-PER-Clock-as-source-for-SGX-FCLK.patch \ - file://0003-MUX-Configure-SYS_NIRQ2-pin-in-safe-mode.patch \ - file://0004-OMAP4-clocks-Disable-slimbus-and-pad_clks.patch \ - file://0005-omap4-Make-1GHz-as-default-MPU-clock.patch \ - file://xmc.patch \ " XLOAD_MACHINE_beagleboard = "omap3530beagle_config" -- 2.11.4.GIT