On Mon, Dec 7, 2015 at 5:13 PM, Matt Maher Peterson <mat...@apana.com>
wrote:

> Thanks for the clarification Rpbert
>
>
> What is the proper way to 'retrieve the appropriate kernel source code..."
> for 3.18.3-bone70?
>


git clone https://github.com/RobertCNelson/linux-stable-rcn-ee
cd ./linux-stable-rcn-ee
git checkout `uname -r` -b tmp


or if you have an existing linus clone:

git clone --reference <dir_to_linux_git>
https://github.com/RobertCNelson/linux-stable-rcn-ee
cd ./linux-stable-rcn-ee
git checkout `uname -r` -b tmp

uname -r = 3.18.3-bone70 or whatever version...

Regards,

-- 
Robert Nelson
https://rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to