Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Linux Kernel 3.14.28.y

392 bytes removed, 12:39, 30 May 2016
no edit summary
= Generate compiler =
<pre>git clone git://git.yoctoproject.org/poky</pre>
Enter to the poky directory,
 
<pre>cd poky</pre>
 
Change tree to commit ee88b51cf2853ab075c9bd2ef7cf4d65d1c96674.
 
<pre>git checkout ee88b51cf2853ab075c9bd2ef7cf4d65d1c96674 -b fido</pre>Load Poky environment variables:
<pre>source oe-init-build-env</pre>
Generate Poky sdk compiler:
 
<pre> bitbake -c populate-sdk isee-image-dev </pre>
= Build kernel from sources =
0
edits