From 0c460d4e83c139af29a9bf1104ef3e4ae25ae9ff Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 7 Jun 2011 09:59:30 +0200 Subject: x-load: add support for beagleboard C5 Signed-off-by: Koen Kooi --- recipes-bsp/x-load/x-load_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes-bsp/x-load/x-load_git.bb') diff --git a/recipes-bsp/x-load/x-load_git.bb b/recipes-bsp/x-load/x-load_git.bb index 933e2b4225..c01fa8f641 100644 --- a/recipes-bsp/x-load/x-load_git.bb +++ b/recipes-bsp/x-load/x-load_git.bb @@ -3,11 +3,12 @@ require x-load.inc #FILESPATHPKG_prepend = "x-load-git:x-load-git/${MACHINE}" PV = "1.5.0+${PR}+gitr${SRCREV}" -PR ="r23" +PR ="r24" PE = "1" SRCREV_pn-${PN} = "04b1732220078d47c18a84cbafc52e45db71f13d" SRC_URI = "git://gitorious.org/x-loader/x-loader.git;branch=master;protocol=git \ + file://0001-Beagle-Rev-C5-support.patch \ " S = "${WORKDIR}/git" -- cgit 1.2.3-korg