diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/x-load/x-load-git/beagleboard/name.patch | 9 | ||||
-rw-r--r-- | recipes/x-load/x-load_git.bb | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/recipes/x-load/x-load-git/beagleboard/name.patch b/recipes/x-load/x-load-git/beagleboard/name.patch index 98dcbae497..1a7aa5674f 100644 --- a/recipes/x-load/x-load-git/beagleboard/name.patch +++ b/recipes/x-load/x-load-git/beagleboard/name.patch @@ -1,13 +1,12 @@ ---- git/Makefile-orig 2008-07-29 22:31:03.000000000 -0700 -+++ git/Makefile 2008-07-29 22:34:36.000000000 -0700 -@@ -152,9 +152,9 @@ omap3evm_config : unconfig +--- git/Makefile-orig 2010-03-08 06:56:36.000000000 -0800 ++++ git/Makefile 2010-03-08 06:56:52.000000000 -0800 +@@ -153,8 +153,8 @@ omap3evm_config : unconfig overo_config : unconfig @./mkconfig $(@:_config=) arm omap3 overo -omap3530beagle_config : unconfig -+beagleboard_config : unconfig - - @./mkconfig $(@:_config=) arm omap3 omap3530beagle ++beagleboard_config : unconfig + @./mkconfig omap3530beagle arm omap3 omap3530beagle ######################################################################### 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" |