Hi,
I tried the git am /path/to/patches/* command, but I get the following error:

previous rebase directory /tool/linux-omap-2.6-patches/dss2- patches/.git/rebase-apply still exists but mbox given.

I've extracted the patches from Tomi's DSS2 branch using the git format-patch command.

I'm working on a cloned copy of the linux-omap-2.6 master branch created using the following command:

git clone . ../linux-omap-2.6-patches/dss2-patches
cd ../linux-omap-2.6-patches/dss2-patches
git am /home/elvis/Backup/200906051050/patch/dss2-tomi-working-overo/*

What should I do to get it to apply all the patches in the dss2-tomi- working-overo folder?

Best regards,

Elvis

On Jun 5, 2009, at 6:38 PM, Kevin Hilman wrote:


Apply your other patches (dss2, etc.)

$ git am <patches>

Kevin

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to