Created
June 28, 2016 13:33
-
-
Save dhilst/28f7cf019b716eba8574b21e6f628aa7 to your computer and use it in GitHub Desktop.
Kernel crosscompile environments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export ARCH=arm | |
| export CROSS_COMPILE=arm-poky-linux-gnueabi- | |
| # u-boot mkimage is inside Yocto's sysroot | |
| # edit acordingly | |
| export PATH=${PATH}:/opt/poky/1.6.2/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi:/opt/poky/1.6.2/sysroots/x86_64-pokysdk-linux/usr/bin/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment