Age | Commit message (Collapse) | Author |
|
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Now, make_kconfig.sh will check for boolean/tristate config
vars and handle it properly.
Also, make allyesconfig/allmodconfig will use make_kconfig.sh
to generate .myconfig instead of conf -m. This way, make all will
not require priviledges at kernel tree.
write access to kernel tree is still required for make menuconfig/
make xconfig/make qconfig.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
|
|
From: Oliver Endriss <o.endriss@gmx.de>
Without this fix, CONFIG_DVB_AV7110_OSD=y and CONFIG_DVB_AV7110_FIRMWARE=y
were ignored in v4l/Makefile because make_noconfig.pl set them to
"CONFIG_DVB_AV7110_... = m".
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
|
|
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
|
|
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
|
|
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
|
|
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Now, it won't generate errors for non-compiled objects.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
|
|
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
|
|
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Previous patch broke make install. This patch fix it.
Also, serveral cleanups were made at core Makefile.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
|
|
From: Mauro Carvalho Chehab <mchehab@infradead.org>
make all will do allmodconfig before compiling
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
|
|
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Previously, tree building were based on Make.config. This file contained all
compiling stuff. Also, v4l/Makefile contained all drivers that should be
copiled, replicating the rules of all other Makefiles under linux.
Now, make will rely on linux/*/Makefile to compile the modules. This approach
allows usage of Kconfig files, allowing partial compilations.
Newer makefile commands introduced:
make allmodconfig - Selects all stuff to be compiled as module;
make config - Selects packages via text interface;
make xconfig - Selects packages via qt interface;
make gconfig - selects packages via gtk interface.
for config, xconfig and gconfig to be used, those scripts needs to be previously
compiled at kernel. So, user needs to use those commands previously at kernel tree.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
|
|
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Now, it doesn't depend on kernel Kconfig stuff:
- It generates a Kconfig.kern based on unsolved dependencies.
- It assumes that all needed dependencies were compiled as module.
Only Multimedia tree is showed to the user.
To work, user should have runned xconfig before at the normal kernel tree.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
|
|
From: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
|
|
From: Michael Krufky <mkrufky@linuxtv.org>
- added tda7432, tda9840, tda9875, tea6415c, tea6420 and bt832
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
|
|
From: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
|
|
From: Michael Krufky <mkrufky@linuxtv.org>
Fixes to make [load|unload|reload] as follows:
- replaced saa711x with saa7115
- added pvrusb2
- added zl10353
- added mxb
- added hexium_gemini
- added hexium_orion
- added cpia2
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
|
|
From: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
|
|
From: Michael Krufky <mkrufky@linuxtv.org>
use 'find' to symlink compat.h into each directory in drivers/ and include/
instead of explicitly specifying each that needs compat.h
This will remove the need to update v4l/scripts/makelinks.sh each time a
new driver is introduced to the tree, and fixes it's current broken state.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
|
|
From: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Manu Abraham <manu@linuxtv.org>
|
|
From: Mauro Carvalho Chehab <mchehab@infradead.org>
merge:
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
|
|
From: Mauro Carvalho Chehab <mchehab@infradead.org>
merge:
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
|
|
From: Mauro Carvalho Chehab <mchehab@infradead.org>
hg mq were offering some troubles, because it seems to be
also updated at master site. So, now, default is not to use it.
Several validations added.
Also improved output log by separating subject from from: line.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
|
|
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Now, it checks if author have signed its own patch. Also,
prints better error messages.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
|
|
From: Mauro Carvalho Chehab <mchehab@infradead.org>
The Virtual Video Device Driver (aka vivi) is a device that
can be used to:
1) test core v4l functionalities;
2) be a prototype for newer development.
Vivi were developed using the best practices for v4l driver.
When loaded, it provides a video device that generates a
standard color bar, with a timestamp placed at top left corner.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
|
|
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Commiter name were not preserved by mailimport at the way it
was. Now, commiter name will be the HGUSER, and from: line
will be included at commit message, preserving both commiter
and patch authors.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
|
|
From: Mauro Carvalho Chehab <mchehab@infradead.org>
This script is capable to mass import patches on a mbox file, test for it, allow
comment editing and applying it.
This script requires:
1) git, since it uses gitimport to break a mbox into patches;
2) hg mailqueue. It is easier to manage patches using mq, allowing to work with
the patches before applying to the tree.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
|
|
From: Mauro Carvalho Chehab <mchehab@infradead.org>
- make qconfig option were added.
- This will generate a menu with v4l/dvb Kconfig menus at the beginning of
the menus and the kernel menus at the end. Kernel menus shoudn't be touched.
- .config is then generated after quiting.
- Curently, .config is not used by Makefile proccess but it is a good candidate
to be a replacement of Make.config file. With a good .config file, compilation
should be faster.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
|
|
From: Michael Krufky <mkrufky@linuxtv.org>
- use file .pvrusb2-merged to determine tree state rather than
the previous method, which used a self-altering Makefile through an
embedded patch in merge-pvrusb2.sh (removed)
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
|
|
From: Michael Krufky <mkrufky@linuxtv.org>
- 'make ivtv' will retreive the latest sources from ivtv svn trunk
- 'make' will build the entire v4l-dvb tree including ivtv
- 'make' (without previously running 'make ivtv') will build
using previous behavior.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
|
|
Solving conflicts at the tree
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
|
|
From: Mauro Carvalho Chehab <mchehab@infradead.org>
- Current xc3028 support is still experimental, requiring more work to be
sent to mainstream. So, it was marked inside some defines, in order to be
removed by gentree.pl stript. Script also updated to remove it.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
------------
|
|
From: Michael Krufky <mkrufky@linuxtv.org>
Previously, 'make kernel-links' would patch the local Makefile,
such that 'make clean' would return the repository to its natural state.
This is causing maintenance problems, so I am removing it for now.
After running 'make kernel-links', one should re-clone the v4l-dvb repo,
until further notice.
WARNING: make kernel-links will destroy your kernel sources, and symlink
all v4l-dvb sources to the sources in this repository. Use this build
method at your own risk!
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
|
|
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Sometimes, it was needed to run it several times. fixed.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
|
|
From: Mauro Carvalho Chehab <mchehab@infradead.org>
- This patch removes ChangeLog file. with Mercurial, it can
be generated any time by running hg logs -v.
- Makefile and prep_commit_msg.pl updated to work without ChangeLog.
- Removed/Adapted instructions on README.HG about ChangeLog.
- prepare-Changelog.pl changed to just report one line. This might help
people to identify functions that were changed by a patchset.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
|
|
From: Mauro Carvalho Chehab <mchehab@infradead.org>
cvs commands replaced to hg
created a new script to help commiting
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- 'make pvrusb2-unmerge' will un-patch the build files
without the need to do 'make clean'
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
From: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- Add option to build pvrusb2 driver
along with the rest of v4l-dvb cvs.
- make pvrusb2 will symlink the code from the v4l_experimental dir.
- to build:
make pvrusb2
make
make install
- Always do 'make clean' before cvs commit, to un-patch the Makefile,
returning the build environment to its original state.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- disable CARDLIST.tuner automatic regeration script,
until it can be updated to handle latest redesign.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
kernel-sync
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
From: Ricardo Cerqueira <v4l@cerqueira.org>
Add cx88-alsa to the load/unload list
Signed-off-by:
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- Script fixed to work properly after tuner-simple.c changes.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|