diff options
author | Koen Kooi <koen@openembedded.org> | 2010-03-23 17:09:30 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-23 17:10:36 +0100 |
commit | 8cee206a83e892bbc898159ed9ffed6af1a91a64 (patch) | |
tree | acf8db10c46582932c68d95658c112c05bce6c5d /recipes/x-load/x-load_git.bb | |
parent | 3e3bc649e81a25cbf76c06e50af7e485f2be942c (diff) |
x-load git: move beagleboard to 1.44
Diffstat (limited to 'recipes/x-load/x-load_git.bb')
-rw-r--r-- | recipes/x-load/x-load_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/x-load/x-load_git.bb b/recipes/x-load/x-load_git.bb index cfb1a434f6..c3c4e25c3c 100644 --- a/recipes/x-load/x-load_git.bb +++ b/recipes/x-load/x-load_git.bb @@ -6,8 +6,10 @@ DEFAULT_PREFERENCE_omap3-pandora = "-1" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/x-load-git/${MACHINE}" SRCREV = "319b26586fafb86f919f514bcd175838aaab96b3" +SRCREV_beagleboard = "dee19371019ef67cb1f6491ef91791b12feda3f2" PV = "1.42+${PR}+gitr${SRCREV}" +PV_beagleboard = "1.44+${PR}+gitr${SRCREV}" PR ="r8" PE = "1" |