crazycat: update to 2018-09-23

This commit is contained in:
CvH 2018-10-23 19:01:21 +02:00
parent 303b7e2b35
commit 99879ecdb8
3 changed files with 18 additions and 4 deletions

View File

@ -27,8 +27,8 @@ pre_make_target() {
make_target() { make_target() {
cp -RP $(get_build_dir media_tree_cc)/* $PKG_BUILD/linux cp -RP $(get_build_dir media_tree_cc)/* $PKG_BUILD/linux
# make staging config (all + experimental) # make config all
kernel_make VER=$KERNEL_VER SRCDIR=$(kernel_path) stagingconfig kernel_make VER=$KERNEL_VER SRCDIR=$(kernel_path) allyesconfig
# hack to workaround media_build bug # hack to workaround media_build bug
if [ "$PROJECT" = Rockchip ]; then if [ "$PROJECT" = Rockchip ]; then

View File

@ -0,0 +1,13 @@
--- a/v4l/scripts/make_kconfig.pl
+++ b/v4l/scripts/make_kconfig.pl
@@ -626,6 +626,10 @@ ($$)
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('DVB_AV7110_FIRMWARE');
disable_config('DVB_CINERGYT2_TUNING');
disable_config('VIDEO_HELPER_CHIPS_AUTO');

View File

@ -2,12 +2,13 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="media_tree_cc" PKG_NAME="media_tree_cc"
PKG_VERSION="2018-08-17" PKG_VERSION="2018-09-23"
PKG_SHA256="1ffaafeeec85eece9697693efa22c8955a5ff63b7697eb0976f830ba92247147" PKG_SHA256="d336e004b6a1f995fa335dadb2b70f48e45d5e9e48a09ded288e7bc8445169c6"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://bitbucket.org/CrazyCat/media_build/downloads/" PKG_SITE="https://bitbucket.org/CrazyCat/media_build/downloads/"
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.bz2" PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS_TARGET="toolchain" PKG_DEPENDS_TARGET="toolchain"
PKG_NEED_UNPACK="$LINUX_DEPENDS"
PKG_LONGDESC="Source of Linux Kernel media_tree subsystem to build with media_build." PKG_LONGDESC="Source of Linux Kernel media_tree subsystem to build with media_build."
PKG_TOOLCHAIN="manual" PKG_TOOLCHAIN="manual"