summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-11-14 10:46:31 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-11-14 10:46:31 +0100
commit955b40d36a5d2b6eb9ca50bed7103d7b6daa7feb (patch)
treeca50e68f9a0df3173ca4da86f2f99e1416c0454c /recipes-bsp
parent2de08fa6d4208a016b447832601f83fd51cb8f93 (diff)
downloadmeta-ti-955b40d36a5d2b6eb9ca50bed7103d7b6daa7feb.tar.gz
x-load: sync deploy layout with u-boot SPL
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/x-load/x-load.inc2
-rw-r--r--recipes-bsp/x-load/x-load_git.bb2
2 files changed, 3 insertions, 1 deletions
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 () {
54 ln -sf ${XLOAD_USB_IMAGE} ${XLOAD_USB_SYMLINK} 54 ln -sf ${XLOAD_USB_IMAGE} ${XLOAD_USB_SYMLINK}
55 rm -f ${MLO_SYMLINK} 55 rm -f ${MLO_SYMLINK}
56 ln -sf ${MLO_IMAGE} ${MLO_SYMLINK} 56 ln -sf ${MLO_IMAGE} ${MLO_SYMLINK}
57 rm -f ${MLO_SYMLINK_NOMACHINE}
58 ln -sf ${MLO_IMAGE} ${MLO_SYMLINK_NOMACHINE}
57} 59}
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
3#FILESPATHPKG_prepend = "x-load-git:x-load-git/${MACHINE}" 3#FILESPATHPKG_prepend = "x-load-git:x-load-git/${MACHINE}"
4 4
5PV = "1.5.1" 5PV = "1.5.1"
6PR ="r2" 6PR ="r3"
7PE = "1" 7PE = "1"
8 8
9SRCREV_pn-${PN} = "c4289f1bee035dea41536c5ba5e1bc36c7d493c4" 9SRCREV_pn-${PN} = "c4289f1bee035dea41536c5ba5e1bc36c7d493c4"