diff options
author | Roger Monk <r-monk@ti.com> | 2010-05-26 14:51:33 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-05-28 09:21:13 +0200 |
commit | 88d514d4b61c65dd81420a98074f2f5fec3ac168 (patch) | |
tree | f6b3700a7c69565f8304babc1a4edd2ab15b23a2 /recipes/x-load/x-load_git.bb | |
parent | 2b363197c06f9c61fb924bee40bc83b533cac01b (diff) |
x-load: Install MLO_BINARY in /boot
* Install MLO inside target /boot for bootfile consistency
* Bump PR
Acked-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/x-load/x-load_git.bb')
-rw-r--r-- | recipes/x-load/x-load_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/x-load/x-load_git.bb b/recipes/x-load/x-load_git.bb index d40e094916..c0e7af3a53 100644 --- a/recipes/x-load/x-load_git.bb +++ b/recipes/x-load/x-load_git.bb @@ -10,7 +10,7 @@ SRCREV_beagleboard = "1c9276af4d6a5b7014a7630a1abeddf3b3177563" PV = "1.42+${PR}+gitr${SRCREV}" PV_beagleboard = "1.44+${PR}+gitr${SRCREV}" -PR ="r10" +PR ="r11" PE = "1" SRC_URI = "git://gitorious.org/x-load-omap3/mainline.git;branch=master;protocol=git" |