Hi
Apparently linaro does not come with linux dvb drivers out of the box
According to: How to Obtain, Build and Install V4L-DVB Device Drivers - LinuxTVWiki
I have done the steps below:
git clone --depth=1 git://linuxtv.org/media_build.git cd media_build ./build
At the end of the script I see the following error
make[2]: Entering directory '/usr/src/linux-headers-4.4.0-linaro-lt-qcom'
CC [M] /home/linaro/media_build/v4l/msp3400-driver.o
In file included from ./arch/arm64/include/asm/sysreg.h:23:0,
from ./arch/arm64/include/asm/cpufeature.h:13,
from ./arch/arm64/include/asm/hw_breakpoint.h:20,
from ./arch/arm64/include/asm/processor.h:33,
from ./arch/arm64/include/asm/spinlock.h:21,
from include/linux/spinlock.h:87,
from include/linux/seqlock.h:35,
from include/linux/time.h:5,
from include/linux/input.h:11,
from /home/linaro/media_build/v4l/compat.h:10,
from <command-line>:0:
./arch/arm64/include/asm/opcodes.h:1:43: fatal error: ../../arm/include/asm/opcodes.h: No such file or directory
#include <../../arm/include/asm/opcodes.h>
^
compilation terminated.
The file below contains single include file to a file that don’t exists
less /usr/src/linux-headers-4.4.0-linaro-lt-qcom/arch/arm64/include/asm/opcodes.h
#include <../../arm/include/asm/opcodes.h>
checking manually
linaro@linaro-alip:/usr/src$ ls /usr/src/linux-headers-4.4.0-linaro-lt-qcom/arch/arm/include/asm
ls: cannot access /usr/src/linux-headers-4.4.0-linaro-lt-qcom/arch/arm/include/asm: No such file or directory
could you please help?
Is there any chance these drivers will be part of linaro in the future?
Thanks
Idan