[oe-commits] Koen Kooi : x-load git: move beagleboard to 1.44

git version control git at git.openembedded.org
Tue Mar 23 16:12:01 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8cee206a83e892bbc898159ed9ffed6af1a91a64
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8cee206a83e892bbc898159ed9ffed6af1a91a64

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Mar 23 17:09:30 2010 +0100

x-load git: move beagleboard to 1.44

---

 recipes/x-load/x-load-git/beagleboard/name.patch |    9 ++++-----
 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 98dcbae..1a7aa56 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 cfb1a43..c3c4e25 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"
 





More information about the Openembedded-commits mailing list