Issue created to walk users thru this...
#yakbuild:
git clone https://github.com/RobertCNelson/yakbuild
cd ./yakbuild/
cp recipe.sh.v3.8.x.sample recipe.sh
#Open recipe.sh and change: 3.8.13-bone86 -> (your version)
#Download the patches:
wget https://raw.githubusercontent.com/RobertCNelson/bb-kernel/am33x-v3.8/patches/emmc/0001-mmc-core-Update-the-ext-csd.rev-check-for-eMMC5.1.patch
wget https://raw.githubusercontent.com/RobertCNelson/bb-kernel/am33x-v3.8/patches/emmc/0002-mmc-Allow-forward-compatibility-for-eMMC.patch
#Move them into ./patches/local_patches/
mv 0001-mmc-core-Update-the-ext-csd.rev-check-for-eMMC5.1.patch ./patches/local_patches/
mv 0002-mmc-Allow-forward-compatibility-for-eMMC.patch ./patches/local_patches/
#run ./build_kernel.sh
Issue created to walk users thru this...