I got this working. The problem was I was not installing it in my "home" directory. Apparently, the scripts assume home directory and breaks if you are elsewhere. So now I have it installed but now I am getting stuck at actually creating the image:
| vagrant@projectb:~/fsl-community-bsp$ MACHINE=imx233-olinuxino-mini source ./setup-environ | ld |
Welcome to Freescale Community BSP
The Yocto Project has extensive documentation about OE including a
reference manual which can be found at:
For more information about OpenEmbedded see their website:
You can now run 'bitbake <target>'
Common targets are:
| core-image-minimal |
| meta-toolchain |
| meta-toolchain-sdk |
| adt-installer |
| meta-ide-support |
Your configuration files at build have not been touched.
vagrant@projectb:~/fsl-community-bsp/build$ bitbake core-image-minimal
| Parsing recipes: 71% |########################################## | | ETA: |
Keyboard Interrupt, closing down...
ERROR: Timeout while attempting to communicate with bitbake server
Killed
vagrant@projectb:~/fsl-community-bsp/build$
vagrant@projectb:~/fsl-community-bsp/build$
vagrant@projectb:~/fsl-community-bsp/build$
vagrant@projectb:~/fsl-community-bsp/build$
vagrant@projectb:~/fsl-community-bsp/build$
vagrant@projectb:~/fsl-community-bsp/build$
vagrant@projectb:~/fsl-community-bsp/build$
vagrant@projectb:~/fsl-community-bsp/build$
vagrant@projectb:~/fsl-community-bsp/build$
vagrant@projectb:~/fsl-community-bsp/build$
vagrant@projectb:~/fsl-community-bsp/build$ bitbake core-image-minimal
| Parsing recipes: 71% |####################################### | | ETA: 00:02:03 |
It's been stuck at 71% and never goes further. Any clues?