From 955b40d36a5d2b6eb9ca50bed7103d7b6daa7feb Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 14 Nov 2011 10:46:31 +0100 Subject: x-load: sync deploy layout with u-boot SPL Signed-off-by: Koen Kooi --- recipes-bsp/x-load/x-load.inc | 2 ++ recipes-bsp/x-load/x-load_git.bb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-bsp/x-load/x-load.inc b/recipes-bsp/x-load/x-load.inc index d68fbd96..30d31014 100644 --- a/recipes-bsp/x-load/x-load.inc +++ b/recipes-bsp/x-load/x-load.inc @@ -54,4 +54,6 @@ do_deploy () { ln -sf ${XLOAD_USB_IMAGE} ${XLOAD_USB_SYMLINK} rm -f ${MLO_SYMLINK} ln -sf ${MLO_IMAGE} ${MLO_SYMLINK} + rm -f ${MLO_SYMLINK_NOMACHINE} + ln -sf ${MLO_IMAGE} ${MLO_SYMLINK_NOMACHINE} } diff --git a/recipes-bsp/x-load/x-load_git.bb b/recipes-bsp/x-load/x-load_git.bb index 8421ad52..1017e380 100644 --- a/recipes-bsp/x-load/x-load_git.bb +++ b/recipes-bsp/x-load/x-load_git.bb @@ -3,7 +3,7 @@ require x-load.inc #FILESPATHPKG_prepend = "x-load-git:x-load-git/${MACHINE}" PV = "1.5.1" -PR ="r2" +PR ="r3" PE = "1" SRCREV_pn-${PN} = "c4289f1bee035dea41536c5ba5e1bc36c7d493c4" -- cgit v1.2.3-54-g00ecf