[poky] Poky core-image-minimal fails to build with package_deb
Jeremy Powell
jeremy at visionaid.com
Wed Mar 26 02:34:27 PDT 2014
Hi All,
I'm trying to build poky from the git master head, but there are several
problems in the DpkgIndexer class in ./meta/lib/oe/package_manager.py
For instance:
cd %s; PSEUDO_UNLOAD=1 %s packages > Packages
should be
cd %s; PSEUDO_UNLOAD=1 %s packages . > Packages
The generation of the "Release" file also appears to be incorrect (maybe
it is also missing a trailing period?).
Finally, the creation of the Packages.gz file causes an error, but I'm
not currently familiar enough with Yocto to fix it, but perhaps someone
else might be able to help? (Seems to me that this part of the build is
running the commands in parallel but needs to performed be serially)
Kind regards,
Jeremy
--
Jeremy Powell
Senior Software Engineer
VisionAid International Ltd
Unit 9
Crawley Business Centre
Stephenson Way
Three Bridges
Crawley
West Sussex
RH10 1TN
More information about the poky
mailing list