Skip to content

Commit

Permalink
Update LX3/Marvel driver. Fix Broadmedia driver loading
Browse files Browse the repository at this point in the history
  • Loading branch information
a4tech committed Aug 26, 2015
1 parent ad7bebb commit 4b9c731
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Expand Up @@ -6,7 +6,7 @@ require conf/license/license-close.inc
PACKAGE_ARCH = "${MACHINEBUILD}"

PV = "${KV}+${SRCDATE}"
PR = "r1"
PR = "r2"

SRC_URI = "http://source.mynonpublic.com/broadmedia/${MACHINE_DRIVER}-drivers-${KV}-${SRCDATE}.zip"

Expand All @@ -23,7 +23,7 @@ do_install() {
install -d ${D}/lib/modules/${KV}/extra
install -d ${D}/${sysconfdir}/modules-load.d
install -m 0755 ${WORKDIR}/linuxtv.ko ${D}/lib/modules/${KV}/extra/linuxtv_${MACHINEBUILD}.ko
echo linuxtv >> ${D}/${sysconfdir}/modules-load.d/_${MACHINEBUILD}.conf
echo linuxtv_${MACHINEBUILD} >> ${D}/${sysconfdir}/modules-load.d/_${MACHINEBUILD}.conf
}

FILES_${PN} += "${sysconfdir}/modules-load.d/_${MACHINEBUILD}.conf"
Expand Up @@ -6,13 +6,13 @@ PACKAGE_ARCH = "${MACHINEBUILD}"
require conf/license/license-close.inc

KV = "3.14.2"
SRCDATE = "20150113"
SRCDATE = "20150820"

PV = "${KV}+${SRCDATE}"
PR = "r4"

SRC_URI[md5sum] = "f171bdc460ea2732967de6284092e559"
SRC_URI[sha256sum] = "3939575eac9503c9321b6ea9bd4b1b5b7564b513145fd248ca75dda968e4ee83"
SRC_URI[md5sum] = "e9f694575295a146e2bbd089f28deafa"
SRC_URI[sha256sum] = "392443b73903619f5ba396f83c02e54bc3ac240d01a959d37cf298d89dd3de5c"

SRC_URI = "http://code-ini.com/software/drivers/ini-900-drivers-${KV}-${SRCDATE}.zip"

Expand Down

0 comments on commit 4b9c731

Please sign in to comment.