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:
parent
e220eebb3a
commit
b4c4d48199
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -1,4 +0,0 @@
|
||||
[submodule "dddvb"]
|
||||
path = dddvb
|
||||
url = https://github.com/DigitalDevices/internal_dddvb
|
||||
branch = internal
|
@ -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
2
mk
@ -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
|
||||
|
15
mk.patch
15
mk.patch
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user