Following the instructions on
http://www.angstrom-distribution.org/building-angstrom
I did a $bitbake u-boot -c configure
It downloaded the sources and patches of u-boot for beagleboard. I want to make changes to the u-boot code. How do I extract the u-boot source along with the applied patches from bitbake ?
Inside the folder
build/tmp-angstrom_v2012_05-eglibc/work/beagleboard-angstrom-linux-gnueabi/u-boot-2011.12-r8
Inside that there is a 'git' folder that contains the u-boot source. There is also a folder called 2011.12 that has patches. I dont know whether the patches are already applied or which patches to apply, etc.