The disk image turns out to be only 60G, I can't rebuild the system from source without running out of disk space! Is anyone else seeing this problem? In this day of multi-Tbyte drives, this is ridiculous! And I have not found any easy way to increase the partition size without an external live cd. Ugh!!! !
In addition to the above, I get the following error when I try to rebuild after installing the cache binary:
"
ERROR: Function failed: do_install (see /home/freescale/SDK/QorIQ-SDK-V1.4-20130625-yocto/build_p1022ds_release/tmp/work/ppce500v2-fsl_networking-linux-gnuspe/qemu/1.4+fsl-r0/temp/log.do_install.26433 for further information)
ERROR: Task 626 (/home/freescale/SDK/QorIQ-SDK-V1.4-20130625-yocto/meta-fsl-ppc/recipes-devtools/qemu/qemu_fslgit.bb, do_install) failed with exit code '1'
"
I don't get this on the straight SDK 1.4 installation on a (hardware) Fedora box.
More of the error above:
"
/home/freescale/SDK/QorIQ-SDK-V1.4-20130625-yocto/build_p1022ds_release/tmp/sysroots/p1022ds/usr/bin/crossscripts/powerpc-fsl_networking-linux-gnuspe-libtool: 3254: /home/freescale/SDK/QorIQ-SDK-V1.4-20130625-yocto/build_p1022ds_release/tmp/sysroots/p1022ds/usr/bin/crossscripts/powerpc-fsl_networking-linux-gnuspe-libtool: files+= fsdev/virtfs-proxy-helper: not found
| powerpc-fsl_networking-linux-gnuspe-libtool: install: you must specify an install program
| powerpc-fsl_networking-linux-gnuspe-libtool: install: Try `powerpc-fsl_networking-linux-gnuspe-libtool --help --mode=install' for more information.
| make: *** [install] Error 1
| ERROR: oe_runmake failed
"
Please refer to https://community.freescale.com/thread/309353
This is the default configuration of ubuntu, after installing Yocto and executing the script scripts/host-prepare.sh, you will be asked whether installing “Dash” as the default shell, please answer “No”.
I see that in the Ubuntu instructions now, thank you. I missed that as I had been on a Fedora installation. I still believe the provided disk size should be big enough to build the images from source without a preinstalled cache, please consider making that change.
There is a need. It is good engineering practice to make sure you can build the entire system from source, which from my experience can not be done on this size limited image. This should be corrected by enlarging the virtual disk size to allow the full build.
SDK 1.4 has already been released, please download SDK 1.4 from http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=SDKLINUX&fpsp=1&tab=Design_Tools_Tab.
I realize it's a third party board, but Freescale promotes it as a p1022 development board. You'd think they would support it in their SDK for users who want to use it. Any chance of requesting that?
Does no one have any suggestions for this? I've looked at the Iveia sdk, but they don't use the Yocto toolset. So my first thought is to try to extract the BSP from the Iveia code. Would this be easier with the new BSP tools in Yocto 1.3+?