[alsa-devel] Merging hg sources into kernel tree
Is there a script to merge the hg sources into a kernel tree? If not do I need to worry about any changes other than the include/ directory? I have another module (cx88-alsa) that is in v4l but needs the newer alsa tree or I get "cx88_alsa: disagrees about version of symbol xxx", so I have to merge the sources for now.
Andrew Boettcher
On Tue, 19 Feb 2008, Andrew Boettcher wrote:
Is there a script to merge the hg sources into a kernel tree? If not do I need to worry about any changes other than the include/ directory? I have another module (cx88-alsa) that is in v4l but needs the newer alsa tree or I get "cx88_alsa: disagrees about version of symbol xxx", so I have to merge the sources for now.
You can merge the v4l-dvb Hg sources into the kernel tree with "make kernel-links"
I am trying to merge the alsa hg sources into the kernel and there is no kernel-links target. I took care of it manually.
On Feb 19, 2008 9:57 PM, Trent Piepho xyzzy@speakeasy.org wrote:
On Tue, 19 Feb 2008, Andrew Boettcher wrote:
Is there a script to merge the hg sources into a kernel tree? If not do
I
need to worry about any changes other than the include/ directory? I
have
another module (cx88-alsa) that is in v4l but needs the newer alsa tree
or I
get "cx88_alsa: disagrees about version of symbol xxx", so I have to
merge
the sources for now.
You can merge the v4l-dvb Hg sources into the kernel tree with "make kernel-links"
At Tue, 19 Feb 2008 21:18:05 -0500, Andrew Boettcher wrote:
Is there a script to merge the hg sources into a kernel tree? If not do I need to worry about any changes other than the include/ directory? I have another module (cx88-alsa) that is in v4l but needs the newer alsa tree or I get "cx88_alsa: disagrees about version of symbol xxx", so I have to merge the sources for now.
You can use alsa.git mm branch as a linux kernel tree with the latest ALSA HG code. Don't forget to specify the branch mm. The master branch is identical as Linus tree.
Takashi
participants (3)
-
Andrew Boettcher
-
Takashi Iwai
-
Trent Piepho