[oe-commits] org.oe.dreambox dreambox-secondstage: dm8000, dm800 support

tmbinc commit openembedded-commits at lists.openembedded.org
Wed Feb 27 01:06:04 UTC 2008


dreambox-secondstage: dm8000,dm800 support

Author: tmbinc at openembedded.org
Branch: org.openembedded.dreambox
Revision: 0605c809564d19e57fb06a8a2cbc15407ecb4bcd
ViewMTN: http://monotone.openembedded.org/revision/info/0605c809564d19e57fb06a8a2cbc15407ecb4bcd
Files:
1
packages/dreambox/dreambox-secondstage.bb
Diffs:

#
# mt diff -r5d4bb6b60c575d7381b7030fc9167c7b5e2d8da0 -r0605c809564d19e57fb06a8a2cbc15407ecb4bcd
#
# 
# 
# patch "packages/dreambox/dreambox-secondstage.bb"
#  from [f9f1ff8f0003ec2774d1a42d8ba20c3d17eccb64]
#    to [b7e8c2ef2fbeab2e3ae42424636892cb5ef9ffdd]
# 
============================================================
--- packages/dreambox/dreambox-secondstage.bb	f9f1ff8f0003ec2774d1a42d8ba20c3d17eccb64
+++ packages/dreambox/dreambox-secondstage.bb	b7e8c2ef2fbeab2e3ae42424636892cb5ef9ffdd
@@ -6,6 +6,8 @@ PV_dm500plus = "53"
 PV_dm7025 = "51"
 PV_dm600pvr = "53"
 PV_dm500plus = "53"
+PV_dm8000 = "53"
+PV_dm800 = "57"
 PR = "r0"
 
 SRC_URI = "http://sources.dreamboxupdate.com/download/7020/secondstage-${MACHINE}-${PV}.bin"
@@ -16,3 +18,9 @@ do_stage() {
 	install -d ${STAGING_LIBDIR}/dreambox-secondstage
 	gzip -c ${S}/secondstage-${MACHINE}-${PV}.bin > ${STAGING_LIBDIR}/dreambox-secondstage/main.bin.gz
 }
+
+# the dm800 secondstage is already compressed (and encrypted)
+do_stage_dm800() {
+	install -d ${STAGING_LIBDIR}/dreambox-secondstage
+	cp ${S}/secondstage-${MACHINE}-${PV}.bin ${STAGING_LIBDIR}/dreambox-secondstage/main.bin.gz
+}






More information about the Openembedded-commits mailing list