[oe-commits] ghost : dreambox-bootlogo.bb: needed fix for dm8000 secondstage loader >= 73... without this fix the dm8000 hangs on bootlogo load!!!

git version control git at git.openembedded.org
Sat May 30 13:13:14 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dreambox
Commit: 656c09d72c6b2d76edad61329e398ac852d7cd04
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=656c09d72c6b2d76edad61329e398ac852d7cd04

Author: ghost <andreas.monzner at multimedia-labs.de>
Date:   Wed Apr 29 10:30:55 2009 +0200

dreambox-bootlogo.bb: needed fix for dm8000 secondstage loader >= 73... without this fix the dm8000 hangs on bootlogo load!!!

---

 packages/dreambox/dreambox-bootlogo.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/dreambox/dreambox-bootlogo.bb b/packages/dreambox/dreambox-bootlogo.bb
index 0d467f9..6d11960 100644
--- a/packages/dreambox/dreambox-bootlogo.bb
+++ b/packages/dreambox/dreambox-bootlogo.bb
@@ -8,7 +8,7 @@ IMAGES_VERSION = "1"
 BINARY_VERSION = "1"
 BINARY_VERSION_dm7025 = "2"
 BINARY_VERSION_dm800 = "2"
-BINARY_VERSION_dm8000 = "4"
+BINARY_VERSION_dm8000 = "5"
 
 PV = "${BINARY_VERSION}.${IMAGES_VERSION}"
 PR = "r3"





More information about the Openembedded-commits mailing list