From 1513c16af8fe4dd3f0afa6548cb39331c24bd01d Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Sun, 26 Mar 2006 08:53:06 -0300 Subject: Some cleanups at make xconfig From: Mauro Carvalho Chehab 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 --- .hgignore | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index 2d7248488..a0e27c274 100644 --- a/.hgignore +++ b/.hgignore @@ -3,6 +3,11 @@ v4l/.tmp_versions/.* v4l/[^/]*[.]c v4l/.*[.]o v4l/.*[.]ko +v4l/.kconfig.d +v4l/.tmpconfig.h +v4l/Kconfig +v4l/Kconfig.kern .*[.]rej .*[.]orig .*[~] + -- cgit v1.2.3 From d90bd3ff0cbd895065afc24bb83501e97c844cd0 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Fri, 7 Apr 2006 19:05:42 -0300 Subject: Big changes at v4l-dvb make internal working From: Mauro Carvalho Chehab 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 --- .hgignore | 1 + 1 file changed, 1 insertion(+) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index a0e27c274..84f7584b4 100644 --- a/.hgignore +++ b/.hgignore @@ -7,6 +7,7 @@ v4l/.kconfig.d v4l/.tmpconfig.h v4l/Kconfig v4l/Kconfig.kern +v4l/Makefile.media .*[.]rej .*[.]orig .*[~] -- cgit v1.2.3 From 8e43b1719bccf0441257cd803e36d75e34e55d9f Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Sun, 9 Apr 2006 13:02:02 -0300 Subject: If .myconfig is not found, make will do allmodconfig. From: Mauro Carvalho Chehab Signed-off-by: Mauro Carvalho Chehab --- .hgignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index 84f7584b4..e747de2e3 100644 --- a/.hgignore +++ b/.hgignore @@ -11,4 +11,4 @@ v4l/Makefile.media .*[.]rej .*[.]orig .*[~] - +.myconfig -- cgit v1.2.3 From 10e67fc2f161dcd10edd7d728d526df858cfc8ad Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Tue, 2 May 2006 15:45:48 -0300 Subject: Added some autogenerated files at hgignore From: Mauro Carvalho Chehab Signed-off-by: Mauro Carvalho Chehab --- .hgignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index e747de2e3..0c80329a1 100644 --- a/.hgignore +++ b/.hgignore @@ -12,3 +12,7 @@ v4l/Makefile.media .*[.]orig .*[~] .myconfig +v4l/Modules.symvers +v4l/scripts/Kconfig +v4l/scripts/Kconfig.kern + -- cgit v1.2.3 From 27e0a2e8659f2e3e37b7781c322647040d3566c3 Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Sun, 7 May 2006 18:29:49 -0400 Subject: fix ability to pass compile-time build options when building from the hg repo From: Michael Krufky When building in-kernel, compile-time build options are passed into the compiler using '#include ' . This file #include's , which is created on the fly by the kbuild system. However, this does not work correctly when building from the mercurial repository, since the kernel is built indepentently of v4l/.myconfig This creates a "config-compat.h", which will be #include'd by compat.h and will emulate for the local build. Signed-off-by: Michael Krufky --- .hgignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index 0c80329a1..67f850534 100644 --- a/.hgignore +++ b/.hgignore @@ -15,4 +15,4 @@ v4l/Makefile.media v4l/Modules.symvers v4l/scripts/Kconfig v4l/scripts/Kconfig.kern - +v4l/config-compat.h -- cgit v1.2.3 From 6d1687f3c08ec5c408b776e3e291bc8a383091e4 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Sat, 13 May 2006 08:04:53 -0300 Subject: Added a v4l vbi small test application. From: Mauro Carvalho Chehab Also removed whitespaces from test environment Signed-off-by: Mauro Carvalho Chehab --- .hgignore | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index 67f850534..3bc3d3a79 100644 --- a/.hgignore +++ b/.hgignore @@ -16,3 +16,8 @@ v4l/Modules.symvers v4l/scripts/Kconfig v4l/scripts/Kconfig.kern v4l/config-compat.h +test/ioctl-test +test/sliced-vbi-detect +test/sliced-vbi-test +test/vbi-test + -- cgit v1.2.3