crazycat: update to 2020‑02‑14

This commit is contained in:
CvH 2020-02-15 17:56:07 +01:00
parent 11217d354d
commit 1511cf0e6d
4 changed files with 7 additions and 46 deletions

View File

@ -2,11 +2,11 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="crazycat" PKG_NAME="crazycat"
PKG_VERSION="ca1ea9fc2cfaedfc32bd0ac628e03e9aa379e3ad" PKG_VERSION="18984b1ae3b4bd558e72a4196d9b392f31fd8447"
PKG_SHA256="6b44a96d82c4a3e052864a995baceaede46b37c048c5718a6f62a009492d08ff" PKG_SHA256="90f2e4248102baa8935bd835cfc1cd4106b0013ff7482bf06aebc87485b1ffd1"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://bitbucket.org/CrazyCat/media_build" PKG_SITE="https://bitbucket.org/CrazyCat/media_build"
PKG_URL="https://bitbucket.org/CrazyCat/media_build/get/$PKG_VERSION.tar.gz" PKG_URL="https://github.com/LibreELEC/media_build/archive/${PKG_VERSION}.tar.gz"
PKG_DEPENDS_UNPACK="media_tree_cc" PKG_DEPENDS_UNPACK="media_tree_cc"
PKG_SECTION="driver.dvb" PKG_SECTION="driver.dvb"
PKG_LONGDESC="DVB driver for TBS cards with CrazyCats additions" PKG_LONGDESC="DVB driver for TBS cards with CrazyCats additions"

View File

@ -1,12 +0,0 @@
[Patch] without this patch you need to install libproc-processtable-perl at host system
--- a/v4l/Makefile
+++ b/v4l/Makefile
@@ -51,7 +51,6 @@ default:: prepare firmware
@echo Kernel build directory is $(OUTDIR)
$(MAKE) -C ../linux apply_patches
$(MAKE) -C $(OUTDIR) SUBDIRS=$(PWD) $(MYCFLAGS) modules
- ./scripts/rmmod.pl check
# $(MAKE) checkpatch
mismatch:: prepare firmware

View File

@ -1,26 +0,0 @@
--- a/v4l/scripts/make_kconfig.pl
+++ b/v4l/scripts/make_kconfig.pl
@@ -626,6 +626,11 @@ ($$)
close OUT;
# These options should default to off
+disable_config('MEDIA_ANALOG_TV_SUPPORT');
+disable_config('MEDIA_CAMERA_SUPPORT');
+disable_config('MEDIA_CEC_SUPPORT');
+disable_config('SOC_CAMERA');
+disable_config('CEC_CORE');
disable_config('DVB_AV7110_FIRMWARE');
disable_config('DVB_CINERGYT2_TUNING');
disable_config('VIDEO_HELPER_CHIPS_AUTO');
--- a/v4l/versions.txt
+++ b/v4l/versions.txt
@@ -2,6 +2,9 @@
[9.255.255]
VIDEO_IPU3_IMGU
VIDEO_DW9714
+CEC_NOTIFIER
+MEDIA_CEC_RC
+MEDIA_CEC_SUPPORT
[4.19.0]
# Needs union ec_response_get_next_data_v1.cec_message

View File

@ -1,12 +1,11 @@
--- a/v4l/scripts/make_kconfig.pl --- a/v4l/scripts/make_kconfig.pl
+++ b/v4l/scripts/make_kconfig.pl +++ b/v4l/scripts/make_kconfig.pl
@@ -626,6 +626,9 @@ ($$) @@ -626,6 +626,8 @@ ($$)
close OUT; close OUT;
# These options should default to off # These options should default to off
+disable_config('VIDEO_CX25840');
+disable_config('VIDEO_SAA7146'); +disable_config('VIDEO_SAA7146');
+disable_config('VIDEO_SAA7146_VV'); +disable_config('VIDEO_SAA7146_VV');
disable_config('MEDIA_ANALOG_TV_SUPPORT'); disable_config('DVB_AV7110_FIRMWARE');
disable_config('MEDIA_CAMERA_SUPPORT'); disable_config('DVB_CINERGYT2_TUNING');
disable_config('MEDIA_CEC_SUPPORT'); disable_config('VIDEO_HELPER_CHIPS_AUTO');