All of lore.kernel.org
 help / color / mirror / Atom feed
* Poky core-image-minimal fails to build with package_deb
@ 2014-03-26  9:34 Jeremy Powell
  2014-03-26 10:14 ` Burton, Ross
  2014-03-26 10:21 ` Laurentiu Palcu
  0 siblings, 2 replies; 10+ messages in thread
From: Jeremy Powell @ 2014-03-26  9:34 UTC (permalink / raw)
  To: poky

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



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-03-26 13:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-26  9:34 Poky core-image-minimal fails to build with package_deb Jeremy Powell
2014-03-26 10:14 ` Burton, Ross
2014-03-26 10:52   ` Jeremy Powell
2014-03-26 11:06     ` Burton, Ross
2014-03-26 11:21       ` Jeremy Powell
2014-03-26 11:28         ` Gary Thomas
2014-03-26 11:42           ` Jeremy Powell
2014-03-26 11:42           ` Richard Purdie
2014-03-26 13:21             ` Ricardo Ribalda Delgado
2014-03-26 10:21 ` Laurentiu Palcu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.