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_SOURCE =
OCTONET_SITE = ../dddvb/apps/octonet
OCTONET_SITE = ../../dddvb/apps/octonet
OCTONET_SITE_METHOD = local
OCTONET_INSTALL_TARGET = YES

2
mk
View File

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

View File

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