Building Power Management Kernel

How can I build the latest stable power management kernel for beagle?

I have tried:
"git checkout origin/stable/2009 -b stable/2009"
"bitbake linux-omap-pm"

Which fails routinely as follow:

NOTE: Running task 320 of 548 (ID: 4, /home/jld/oebase/openembedded/
recipes/linux/linux-omap-pm_2.6.28.bb, do_patch)
NOTE: Applying patch 'fixup-evm-cpufreq.diff' (recipes/linux/linux-
omap-pm/beagleboard/fixup-evm-cpufreq.diff)
NOTE: Task failed: Error: /home/jld/oebase/openembedded/recipes/linux/
linux-omap-pm/beagleboard/./fixup-evm-cpufreq.diff not found.
ERROR: TaskFailed event exception, aborting
ERROR: Build of /home/jld/oebase/openembedded/recipes/linux/linux-omap-
pm_2.6.28.bb do_patch failed
ERROR: Task 4 (/home/jld/oebase/openembedded/recipes/linux/linux-omap-
pm_2.6.28.bb, do_patch) failed
NOTE: Waiting for 1 active tasks to finish
NOTE: 1: /home/jld/oebase/openembedded/recipes/glibc/glibc_2.6.1.bb,
do_compile (26469)
NOTE: Tasks Summary: Attempted 318 tasks of which 0 didn't need to be
rerun and 1 failed.
ERROR: '/home/jld/oebase/openembedded/recipes/linux/linux-omap-
pm_2.6.28.bb' failed

BTW, I can "bitbake console-image" without errors.

Thanks,
-J

I tried today to build linux-omap-pm from the .dev branch. - This also
fails for me,
but Koen said earlier today that it builds for him. Can anyone tell
me how
to fix the problem? (BTW: I have already tried deletion of tmp dir)

Here is the error:
ERROR: Error in executing: /home/jld/oebase/openembedded/recipes/linux/
linux-omap-pm_2.6.29.bb
ERROR: Exception:<type 'exceptions.OSError'> Message:[Errno 2] No such
file or directory: '/home/jld/oebase/tmp/work/beagleboard-angstrom-
linux-gnueabi/linux-omap-2.6.29-r40/install/kernel-module-snd-soc-
overo'

Thanks