I'm not sure this fourm is monitored, but I'll try to add more to my question to see if someone knows. I used the My Thoughts > Ubuntu > Compile a kernel > How to compile a Ubuntu 10.10 kernel with sched:automated per tty task groups kernel patch as a model for what I want to do.
After I applied my patches to the branch I created, I committed those patched files and new files with git add "filename" for each file and a git commit when I was done. I did this at the point where the example patches via git am. When I ran debian/rules updateconfigs, as expected I had to answer all the quesitons about my new driver options added to the config files. To check these options, I run the debian/rules editconfigs just for the config.flavour.xxx file I was creating. All the options were set correctly. When I exited, I saved the config.
I followed all the step per the blog posting and it worked with one minor issues. When I did the final step of
skipabi=true skipmodule=true fakeroot debian/rules binary-xxx
to build the image and header deb files, I had to answer the driver questions (y, n, m) for each new driver I added. The sames questions I answered in debian/rules updateconfigs and confirmed in debian/rules editconfigs.
Is there something that needs commiting to the branch that I'm missing??