Skip to content

Commit

Permalink
[dreambox] update dm900/dm920 hardware drivers
Browse files Browse the repository at this point in the history
- reverted change for HDR support for 2160p24/p25/p30
  (it seems this modes are pure 8bit modes .. so HDR is not possible and it completely breaks this modes)
  • Loading branch information
Captain committed Mar 24, 2018
1 parent 644820b commit 0bb6025
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.

This file was deleted.

@@ -0,0 +1,9 @@
KV = "3.14-1.17"
DRIVERDATE = "20180323"

require dreambox-dvb-modules-dm900.inc

SRC_URI[dm900.md5sum] = "e3821e85f92fdadfddf9a8a385fbca1f"
SRC_URI[dm900.sha256sum] = "98e81a0296e8af9e79705f5eba0f5964b952f014769c0886da51a68b3336419c"

COMPATIBLE_MACHINE = "^(dm900)$"

This file was deleted.

@@ -0,0 +1,9 @@
KV = "3.14-1.17"
DRIVERDATE = "20180323"

require dreambox-dvb-modules-dm920.inc

SRC_URI[dm920.md5sum] = "3c03f42420545051c9964ed8a2221e23"
SRC_URI[dm920.sha256sum] = "1d35004af9dffc4bce5b9181d5d1a34fef2f69dbc12361459eaca8af09413167"

COMPATIBLE_MACHINE = "^(dm920)$"
4 changes: 2 additions & 2 deletions meta-oe/recipes-oe-alliance/image/oe-alliance-branding.bb
Expand Up @@ -138,9 +138,9 @@ do_configure_prepend() {
elif [ "${MACHINE}" = "dm800sev2" ]; then
DRIVERSDATE="20151201"
elif [ "${MACHINE}" = "dm900" ]; then
DRIVERSDATE="20180321"
DRIVERSDATE="20180323"
elif [ "${MACHINE}" = "dm920" ]; then
DRIVERSDATE="20180321"
DRIVERSDATE="20180323"
else
DRIVERSDATE="20150618"
fi
Expand Down

0 comments on commit 0bb6025

Please sign in to comment.