Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. Source of kernel : my-linux-custom/
  2. Output build : yocto-dir/my-linux-custom-yocto/
  3.  
  4. cd my-linux-custom/
  5. make mrproper
  6. export ARCH=arm CROSS_COMPILE=...
  7. cp my-recipe/defconfig yocto-dir/my-linux-custom-yocto/
  8. make O=my-recipe/defconfig yocto-dir/my-linux-custom-yocto/ menuconfig
  9. make O=my-recipe/defconfig yocto-dir/my-linux-custom-yocto/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement