[oe-commits] Felix Domke : dreambox-secondstage: fix dm800 secondstage update breakage, introduce unified writenfi

GIT User account git at amethyst.openembedded.net
Mon Jan 12 16:08:47 UTC 2009


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

Author: Felix Domke <tmbinc at elitedvb.net>
Date:   Mon Jan  5 00:39:39 2009 +0100

dreambox-secondstage: fix dm800 secondstage update breakage, introduce unified writenfi

---

 packages/dreambox/dreambox-secondstage.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/packages/dreambox/dreambox-secondstage.bb b/packages/dreambox/dreambox-secondstage.bb
index ba806a2..f7db5a3 100644
--- a/packages/dreambox/dreambox-secondstage.bb
+++ b/packages/dreambox/dreambox-secondstage.bb
@@ -8,12 +8,12 @@ PV_dm600pvr = "66"
 PV_dm500plus = "66"
 PV_dm8000 = "70"
 PV_dm800 = "70"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "http://sources.dreamboxupdate.com/download/7020/secondstage-${MACHINE}-${PV}.bin"
 
 SECONDSTAGE_UPDATE_SRC = "http://sources.dreamboxupdate.com/download/7020/secondstage-${MACHINE}-${PV}.nfi \
-	http://sources.dreamboxupdate.com/download/7020/writenfi-${MACHINE}-r0"
+	http://sources.dreamboxupdate.com/download/7020/writenfi-r1"
 
 SRC_URI_append_dm8000 = " ${SECONDSTAGE_UPDATE_SRC}"
 SRC_URI_append_dm800 = " ${SECONDSTAGE_UPDATE_SRC}"
@@ -35,7 +35,7 @@ do_stage_dm8000() {
 do_install_dm8000() {
 	install -d ${D}/tmp
 	install ${WORKDIR}/secondstage-${MACHINE}-${PV}.nfi ${D}/tmp/secondstage.nfi
-	install -m 0755 ${WORKDIR}/writenfi-${MACHINE}-r0 ${D}/tmp/writenfi
+	install -m 0755 ${WORKDIR}/writenfi-r1 ${D}/tmp/writenfi
 }
 
 do_stage_dm800() {





More information about the Openembedded-commits mailing list