Hi Laurent,
I'm finally started working on this problem... but the code from the git
repository you specified don't compile:
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-
...
CC [M] drivers/media/i2c/tvp5150.o
drivers/media/i2c/tvp5150.c: In function ‘tvp5150_set_format’:
drivers/media/i2c/tvp5150.c:967:24: error: ‘V4L2_MBUS_FMT_UYVY8_2X8’
undeclared (first use in this function)
drivers/media/i2c/tvp5150.c:967:24: note: each undeclared identifier is
reported only once for each function it appears in
drivers/media/i2c/tvp5150.c: In function ‘tvp5150_get_format’:
drivers/media/i2c/tvp5150.c:982:24: error: ‘V4L2_MBUS_FMT_UYVY8_2X8’
undeclared (first use in this function)
drivers/media/i2c/tvp5150.c: In function ‘tvp5150_enum_mbus_code’:
drivers/media/i2c/tvp5150.c:998:15: error: ‘V4L2_MBUS_FMT_UYVY8_2X8’
undeclared (first use in this function)
drivers/media/i2c/tvp5150.c: In function ‘tvp5150_enum_frame_size’:
drivers/media/i2c/tvp5150.c:1008:38: error: ‘V4L2_MBUS_FMT_UYVY8_2X8’
undeclared (first use in this function)
make[3]: *** [drivers/media/i2c/tvp5150.o] Errore 1
make[2]: *** [drivers/media/i2c] Errore 2
make[1]: *** [drivers/media] Errore 2
make: *** [drivers] Errore 2
I cloned the repos with:
git clone git://linuxtv.org/pinchartl/media.git linux_omap3isp_tvp5151
cd linux_omap3isp_tvp5151
Choosed the branch for tvp5151 with:
git branch tvp5151_for_overo remotes/origin/omap3isp/tvp5151
git checkout tvp5151_for_overo
Then configured the kernel with:
make mrproper
make ARCH=arm omap2plus_defconfig
make ARCH=arm menuconfig
And finally compiled as stated before.
Maybe there is a special branch that I should use?
Regards,
Francesco
Il 12/12/2014 23:50, Laurent Pinchart ha scritto:
Hi Francesco,
On Friday 12 December 2014 16:38:02 Francesco Marletta wrote:
Hi Laurent,
I'll check the patches you indicated on
git://linuxtv.org/pinchartl/media.git omap3isp/tvp5151
Which version of the kernel are these patches for?
Do you know that, if you clone the above tree and checkout the
omap3isp/tvp5151 branch, you will get a Linux kernel source tree with complete
history and a Makefile that contains the version number ? :-)
http://git.linuxtv.org/cgit.cgi/pinchartl/media.git/tree/Makefile?h=omap3isp/tvp5151
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html