1
0
mirror of https://github.com/DigitalDevices/octonet.git synced 2023-10-10 13:36:52 +02:00

Moved dddvb out of tree

mk.patch: if ../dddvb doesn't exist clone dddvb from
github.com/DigitalDevices/dddvb
This commit is contained in:
mvoelkel 2015-12-14 19:17:58 +01:00
parent e220eebb3a
commit b4c4d48199
4 changed files with 5 additions and 18 deletions

4
.gitmodules vendored
View File

@ -1,4 +0,0 @@
[submodule "dddvb"]
path = dddvb
url = https://github.com/DigitalDevices/internal_dddvb
branch = internal

View File

@ -1,6 +1,6 @@
OCTONET_VERSION = 0.1 OCTONET_VERSION = 0.1
OCTONET_SOURCE = OCTONET_SOURCE =
OCTONET_SITE = ../dddvb/apps/octonet OCTONET_SITE = ../../dddvb/apps/octonet
OCTONET_SITE_METHOD = local OCTONET_SITE_METHOD = local
OCTONET_INSTALL_TARGET = YES OCTONET_INSTALL_TARGET = YES

2
mk
View File

@ -2,7 +2,7 @@ cd buildroot
rm output-octonet/images/octonet* rm output-octonet/images/octonet*
rm output-octonet/build/linux-custom/.stamp_* rm output-octonet/build/linux-custom/.stamp_*
DDDVB=../dddvb DDDVB=../../dddvb
LINUX=../linux.octonet LINUX=../linux.octonet
#if [ -e /home/rjkm/projects ]; then #if [ -e /home/rjkm/projects ]; then

View File

@ -19,20 +19,11 @@ if [ ! -e buildroot ]; then
fi fi
fi fi
if [ ! -e buildroot.octonet ]; then if [ ! -e ../dddvb ]; then
tar xf buildroot.octonet.tar.xz git clone -b "0.9.20" "https://github.com/DigitalDevices/dddvb.git" ../dddvb
fi fi
if [ ! -e dddvb ]; then DDDVB=../dddvb
tar xf dddvb.tar.xz
fi
if [ ! -e octoserve ]; then
tar xf octoserve.tar.xz
fi
DDDVB=dddvb
LINUX=linux.octonet LINUX=linux.octonet
cp $DDDVB/ddbridge/*.[ch] $LINUX/drivers/media/pci/ddbridge/ cp $DDDVB/ddbridge/*.[ch] $LINUX/drivers/media/pci/ddbridge/