[yocto] Yocto Daisy - Beaglebone Black - core-image-minimal - Error: do_compile

Paul Eggleton paul.eggleton at linux.intel.com
Fri Oct 24 04:14:02 PDT 2014


On Friday 24 October 2014 09:06:00 Diego Sueiro wrote:
> On Fri, Oct 24, 2014 at 8:24 AM, prashanthg <prashanthg at vtitan.com> wrote:
> > I have been facing issues with 'bitbake core-image-minimal' with Qt5
> > library added for BBB.
> > 
> > Error Log: http://pastebin.com/ADdyJnz8
> > 
> > Build Configuration:
> > BB_VERSION        = "1.22.0"
> > BUILD_SYS         = "i686-linux"
> > NATIVELSBSTRING   = "Ubuntu-13.10"
> > TARGET_SYS        = "arm-poky-linux-gnueabi"
> > MACHINE           = "beaglebone"
> > DISTRO            = "poky"
> > DISTRO_VERSION    = "1.6.1"
> > TUNE_FEATURES     = "armv7a vfp neon callconvention-hard cortexa8"
> > TARGET_FPU        = "vfp-neon"
> > meta
> > meta-yocto
> > meta-yocto-bsp    = "daisy:bda51ee7821de9120f6f536fcabe592f2a0c8a37"
> > meta-oe           = "daisy:518cd119a8724dbd485a5d5c5047de59e8fbd652"
> > meta-ti           = "daisy:80924d3bba59d6920217216c73af43fdd40d0152"
> > meta-qt5          = "daisy:c29c317e0f22202bfaa85329a580564bbc179089"
> > 
> > It would be great if you can help me solve this issue.
> > 
> > Thanks and Regards,
> > Prashanth
> 
> I have Qt5.3.2 (meta-qt5 on master branch) with accelerated graphics built
> and running on BBB.
> I did not have seen this error.
> 
> Note that you need to remove meta-yocto-bsp from your bblayers.conf to get
> the BSP support from meta-ti.

That is true, but I don't think that's related to the issue here. I believe I 
have seen this issue before, a long time ago, and it relates to the file-native 
recipe rebuilding after a recipe upgrade - it picks up the "magic" data file 
from the previous older build and fails because the version doesn't match. 
Cleaning the recipe should work around the issue:

 bitbake -c clean file-native

Then you can re-try the original build. We should try to properly reproduce 
and fix the underlying issue however.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



More information about the yocto mailing list