diff --git a/packages/linux-drivers/media_build/package.mk b/packages/linux-drivers/media_build/package.mk deleted file mode 100644 index a2f917d9af..0000000000 --- a/packages/linux-drivers/media_build/package.mk +++ /dev/null @@ -1,55 +0,0 @@ -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv) -# -# OpenELEC is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, or -# (at your option) any later version. -# -# OpenELEC is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC. If not, see . -################################################################################ - -PKG_NAME="media_build" -PKG_VERSION="66f4030" -MEDIA_BUILD_VERSION="2014-09-26-214635f" -PKG_REV="1" -PKG_ARCH="any" -PKG_LICENSE="GPL" -PKG_SITE="http://git.linuxtv.org/media_build.git" -PKG_URL="$DISTRO_SRC/${PKG_NAME}-${PKG_VERSION}.tar.xz" -PKG_DEPENDS_TARGET="" -PKG_BUILD_DEPENDS_TARGET="toolchain linux" -PKG_PRIORITY="optional" -PKG_SECTION="driver" -PKG_SHORTDESC="Build system to use the latest experimental drivers/patches without needing to replace the entire Kernel" -PKG_LONGDESC="Build system to use the latest experimental drivers/patches without needing to replace the entire Kernel" -PKG_IS_ADDON="no" -PKG_AUTORECONF="no" - -pre_make_target() { - export KERNEL_VER=$(get_module_dir) - # dont use our LDFLAGS, use the KERNEL LDFLAGS - export LDFLAGS="" -} - -make_target() { - $SED -i -e "/^LATEST_TAR/s/-LATEST/-$MEDIA_BUILD_VERSION/g" linux/Makefile - - make VER=$KERNEL_VER SRCDIR=$(kernel_path) -C linux/ download - make VER=$KERNEL_VER SRCDIR=$(kernel_path) -C linux/ untar - make VER=$KERNEL_VER SRCDIR=$(kernel_path) allyesconfig - make VER=$KERNEL_VER SRCDIR=$(kernel_path) -} - -makeinstall_target() { - mkdir -p $INSTALL/lib/modules/$KERNEL_VER/updates/media_build - find $ROOT/$PKG_BUILD/v4l/ -name \*.ko -exec strip --strip-debug {} \; - find $ROOT/$PKG_BUILD/v4l/ -name \*.ko -exec cp {} $INSTALL/lib/modules/$KERNEL_VER/updates/media_build \; -} diff --git a/packages/linux-drivers/media_build/patches/media_build-0001-dont-run-rmmod.pl-check.patch b/packages/linux-drivers/media_build/patches/media_build-0001-dont-run-rmmod.pl-check.patch deleted file mode 100644 index 501e420529..0000000000 --- a/packages/linux-drivers/media_build/patches/media_build-0001-dont-run-rmmod.pl-check.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 575ee0c44577f8a1010fc565c5b4b7f4486b5dab Mon Sep 17 00:00:00 2001 -From: Stefan Saraev -Date: Sun, 26 Jan 2014 16:45:18 +0200 -Subject: [PATCH] dont run rmmod.pl check - ---- - v4l/Makefile | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) - -diff --git a/v4l/Makefile b/v4l/Makefile -index 41f7283..21911e0 100644 ---- 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 --- -1.7.2.5 -